Arithmetic

306 questions

Question 81Question

If xx is any integer, which of the following expressions must be divisible by 22?

Show answer & explanation

Answer: x2+x+4x^2 + x + 4

Answer

The expression x2+x+4x^2 + x + 4 must be divisible by 22 for all integer values of xx.
The expression x2+x+4x^2 + x + 4 can be rewritten as x(x+1)+4x(x + 1) + 4. For any integer xx, either xx or x+1x + 1 is even, so their product x(x+1)x(x + 1) is always even (a multiple of 22). Adding 44 (which is also even) to an even number always yields an even number. Therefore, x2+x+4x^2 + x + 4 is divisible by 22 for all integer values of xx.

Step-by-Step Solution

1
Rewrite the expression by factoring out xx from the first two terms.
x2+x+4=x(x+1)+4x^2 + x + 4 = x(x + 1) + 4
Grouping terms isolates the product of two consecutive integers.
2
Analyze the parity of the product x(x+1)x(x + 1).
Because xx and x+1x + 1 are consecutive integers, one of them must be even, making the product x(x+1)x(x + 1) an even integer.
The product of any integer and its immediate successor is always even.
3
Add 44 to the even product x(x+1)x(x + 1).
The sum of an even integer and an even integer (44) is always an even integer.
Adding an even integer to an even integer preserves divisibility by 22.

Key Concept

Parity of consecutive integer products and integer divisibility rules
Question 82Question

Let kk be a positive integer. The integer kk has exactly 66 positive divisors, 3k3k has exactly 88 positive divisors, and 5k5k has exactly 1212 positive divisors. Which of the following could be the value of kk? Indicate all such values.

Select all that apply

Show answer & explanation

Answer: 1818; 6363; 9999

Answer

The correct values of kk are 1818, 6363, and 9999.
The integers 1818, 6363, and 9999 are all of the form k=32×q1=9qk = 3^2 \times q^1 = 9q, where qq is a prime number other than 33 or 55 (specifically q=2,7,11q = 2, 7, 11). Each has (2+1)(1+1)=6(2+1)(1+1) = 6 divisors, 3k=33×q13k = 3^3 \times q^1 has (3+1)(1+1)=8(3+1)(1+1) = 8 divisors, and 5k=32×51×q15k = 3^2 \times 5^1 \times q^1 has (2+1)(1+1)(1+1)=12(2+1)(1+1)(1+1) = 12 divisors.

Step-by-Step Solution

1
Analyze the prime factorization form of kk based on its divisor count d(k)=6d(k) = 6.
Since 6=6×16 = 6 \times 1 or 3×23 \times 2, kk must be of the form p5p^5 or p2q1p^2 q^1, where pp and qq are distinct prime numbers.
The formula for the total number of positive divisors of an integer n=p1a1p2a2pmamn = p_1^{a_1} p_2^{a_2} \dots p_m^{a_m} is (a1+1)(a2+1)(am+1)(a_1 + 1)(a_2 + 1) \dots (a_m + 1).
2
Test the prime factorization form k=p5k = p^5.
k=p5k = p^5 is impossible.
If p3p \neq 3, then 3k=31p53k = 3^1 p^5, which would have (1+1)(5+1)=12(1+1)(5+1) = 12 divisors (contradicting d(3k)=8d(3k) = 8). If p=3p = 3, 3k=363k = 3^6 has 77 divisors. If p=5p = 5, 5k=565k = 5^6 has 77 divisors.
3
Test the prime factorization form k=p2q1k = p^2 q^1 under different prime identities.
kk must be of the form 32q13^2 q^1, where qq is a prime number distinct from 33 and 55.
If p=3p = 3 and q3,5q \neq 3, 5, then 3k=33q13k = 3^3 q^1 has (3+1)(1+1)=8(3+1)(1+1) = 8 divisors, and 5k=32×51×q15k = 3^2 \times 5^1 \times q^1 has (2+1)(1+1)(1+1)=12(2+1)(1+1)(1+1) = 12 divisors. Any other choice for pp or qq fails to yield d(3k)=8d(3k) = 8 or d(5k)=12d(5k) = 12.
4
Evaluate the given options against the required form k=9qk = 9q where qq is a prime distinct from 33 and 55.
18=9×218 = 9 \times 2 (q=2q=2, valid prime), 63=9×763 = 9 \times 7 (q=7q=7, valid prime), and 99=9×1199 = 9 \times 11 (q=11q=11, valid prime) are correct. 45=9×545 = 9 \times 5 (q=5q=5, invalid because q5q \neq 5) and 81=3481 = 3^4 (invalid form) are incorrect.
Only primes q{3,5}q \notin \{3, 5\} preserve the required divisor counts for 3k3k and 5k5k.

Key Concept

Divisors formula and impact of prime multiplication on prime factorization exponents
Estimated Time:2m 30s
Question 83Question

When the positive integer nn is divided by 1212, the remainder is 77. What is the remainder when n2+3n+5n^2 + 3n + 5 is divided by 1212?

Show answer & explanation

Answer: 33

Answer

The remainder when n2+3n+5n^2 + 3n + 5 is divided by 1212 is 33.
The correct answer is obtained by replacing nn with its remainder 77 modulo 1212 in the expression n2+3n+5n^2 + 3n + 5. Evaluating gives 72+3(7)+5=49+21+5=757^2 + 3(7) + 5 = 49 + 21 + 5 = 75. Dividing 7575 by 1212 yields 66 with a remainder of 33.

Step-by-Step Solution

1
Express nn in terms of its quotient and remainder modulo 1212.
n=12q+7n = 12q + 7 for some non-negative integer qq, meaning n7(mod12)n \equiv 7 \pmod{12}.
By the division algorithm, any integer nn leaving a remainder of 77 when divided by 1212 can be represented as 12q+712q + 7.
2
Substitute n7(mod12)n \equiv 7 \pmod{12} into the polynomial expression n2+3n+5n^2 + 3n + 5.
n2+3n+572+3(7)+5(mod12)n^2 + 3n + 5 \equiv 7^2 + 3(7) + 5 \pmod{12}.
Properties of modular arithmetic allow direct substitution of equivalent remainders into polynomial expressions.
3
Evaluate the arithmetic expression.
72+3(7)+5=49+21+5=757^2 + 3(7) + 5 = 49 + 21 + 5 = 75.
Compute the total numeric value before finding the final remainder modulo 1212.
4
Divide the total sum by 1212 to find the final remainder.
75=12×6+375 = 12 \times 6 + 3, so the remainder is 33.
A remainder modulo 1212 must be an integer in the range from 00 to 1111.

Key Concept

Properties of Remainders and Modular Substitution
Estimated Time:1m 15s
Question 84Question

If aa and bb are positive rational numbers such that a<b<1a < b < 1, which of the following expressions must be strictly greater than 11? Select all that apply.

Select all that apply

Show answer & explanation

Answer: ba\frac{b}{a}; a+1b\frac{a+1}{b}; b+1a+1\frac{b+1}{a+1}

Answer

The expressions that must be strictly greater than 1 are the ratio of b to a, the fraction (a + 1) over b, and the fraction (b + 1) over (a + 1).
The correct options are those involving ratios where the numerator is demonstrably greater than the denominator. The ratio of b to a compares two positive numbers where b is larger, giving a quotient greater than 1. The fraction with numerator (a + 1) has a value over 1 while denominator b is under 1, ensuring the quotient exceeds 1. The fraction comparing (b + 1) to (a + 1) has a larger numerator because adding 1 preserves the inequality b > a.

Step-by-Step Solution

1
Analyze the ratio of b to a
Since b>a>0b > a > 0, ba>1\frac{b}{a} > 1 is always true.
Dividing any positive number by a smaller positive number results in a value greater than 1.
2
Analyze the fraction (a + 1) over b
Since a>0a > 0, a+1>1a + 1 > 1. Since b<1b < 1, a+1>ba + 1 > b, which implies a+1b>1\frac{a+1}{b} > 1.
The numerator is greater than 1 and the denominator is less than 1, so the fraction exceeds 1.
3
Test counterexamples for the fraction a over b squared
For a=18a = \frac{1}{8} and b=12b = \frac{1}{2}, ab2=1/81/4=121\frac{a}{b^2} = \frac{1/8}{1/4} = \frac{1}{2} \le 1.
The expression is not guaranteed to be greater than 1 for all valid values of a and b.
4
Analyze the fraction (b + 1) over (a + 1)
Since b>ab > a, adding 1 to both quantities yields b+1>a+1>0b + 1 > a + 1 > 0, so b+1a+1>1\frac{b+1}{a+1} > 1.
Adding the same positive quantity to two numbers maintains their relative order.
5
Analyze the average fraction (a + b) over 2b
Since a<ba < b, a+b<2ba + b < 2b, meaning a+b2b<1\frac{a+b}{2b} < 1.
The numerator is the sum of a and b, which is strictly less than twice b.

Key Concept

Properties of Rational Number Inequalities and Fraction Comparison
Estimated Time:1m 30s
Question 85Question

Two automated timers are set to chime at regular intervals. The first timer chimes every 1212 minutes, and the second timer chimes every 1818 minutes. If both timers chime simultaneously at 12:00 PM, how many minutes will pass before they next chime at the exact same time?

Show answer & explanation

Answer: 36

Answer

36 minutes
The time interval between simultaneous chimes is given by the least common multiple (LCM) of the two individual intervals, 1212 minutes and 1818 minutes. Using prime factorization, 12=22×312 = 2^2 \times 3 and 18=2×3218 = 2 \times 3^2. The LCM takes the highest power of each prime present: 22×32=4×9=362^2 \times 3^2 = 4 \times 9 = 36. Thus, 3636 minutes will elapse before the timers chime together again.

Step-by-Step Solution

1
Find the prime factorizations of 12 and 18
12=22×312 = 2^2 \times 3 and 18=2×3218 = 2 \times 3^2
Expressing numbers as products of prime factors allows us to easily compute the least common multiple.
2
Calculate the Least Common Multiple (LCM)
LCM(12,18)=2max(2,1)×3max(1,2)=22×32=36\text{LCM}(12, 18) = 2^{\max(2,1)} \times 3^{\max(1,2)} = 2^2 \times 3^2 = 36
The next simultaneous occurrence of periodic events is given by the LCM of their periods.

Key Concept

Least Common Multiple (LCM) of periodic events
Question 86Question

Let nn be a positive integer such that nn is divisible by 1212 and n2n^2 is divisible by 270270. Which of the following statements MUST be true? Select all such statements.

Select all that apply

Show answer & explanation

Answer: nn is divisible by 180180.; n2n^2 is divisible by 10,80010,800.; nn has at least 1818 positive divisors.

Answer

The statements asserting that nn is divisible by 180180, n2n^2 is divisible by 10,80010,800, and nn has at least 1818 positive divisors MUST be true.
Because 12=223112 = 2^2 \cdot 3^1 divides nn, nn contains at least two factors of 22 and one factor of 33. Because 270=213351270 = 2^1 \cdot 3^3 \cdot 5^1 divides n2n^2, n2n^2 must contain at least three factors of 33 and one factor of 55, meaning nn itself must contain at least two factors of 33 and one factor of 55. Therefore, nn must be a multiple of 223251=1802^2 \cdot 3^2 \cdot 5^1 = 180. Consequently: (1) nn is divisible by 180180; (2) n2n^2 is a multiple of 1802=32,400180^2 = 32,400, which is divisible by 10,80010,800; (3) nn has at least as many divisors as 180180, which has (2+1)(2+1)(1+1)=18(2+1)(2+1)(1+1) = 18 positive divisors.

Step-by-Step Solution

1
Determine the prime factorization constraints on nn from the given divisibility conditions.
Since 12=223112 = 2^2 \cdot 3^1 divides nn, v2(n)2v_2(n) \ge 2 and v3(n)1v_3(n) \ge 1. Since 270=213351270 = 2^1 \cdot 3^3 \cdot 5^1 divides n2n^2, v2(n2)1v_2(n^2) \ge 1, v3(n2)3v_3(n^2) \ge 3, and v5(n2)1v_5(n^2) \ge 1.
Divisibility requires that the exponent of each prime factor in the divisor is less than or equal to the exponent in the dividend.
2
Deduce the minimal exponents of primes in nn.
v2(n)2v_2(n) \ge 2, 2v3(n)3    v3(n)22 \cdot v_3(n) \ge 3 \implies v_3(n) \ge 2, and 2v5(n)1    v5(n)12 \cdot v_5(n) \ge 1 \implies v_5(n) \ge 1. Thus, nn must be a multiple of 223251=1802^2 \cdot 3^2 \cdot 5^1 = 180.
Exponents of prime factors in integer factorizations must be non-negative integers.
3
Evaluate each statement against the minimum required value n=180=223251n = 180 = 2^2 \cdot 3^2 \cdot 5^1.
1. 180n180 \mid n is true.
2. n2n^2 is a multiple of 1802=32,400180^2 = 32,400, which is divisible by 10,80010,800 (32,400=310,80032,400 = 3 \cdot 10,800). True.
3. 180180 is not divisible by 2424. False.
4. n3n^3 has 535^3, whereas 250,000250,000 requires 555^5. False.
5. The number of positive divisors of 180180 is (2+1)(2+1)(1+1)=18(2+1)(2+1)(1+1) = 18. Any multiple of 180180 has at least 1818 positive divisors. True.
Testing the baseline integer n=180n = 180 identifies necessary conditions and counterexamples.

Key Concept

Properties of Integers and Divisibility
Question 87Question

A community library received a donation of 120120 new books. On Monday, 38\frac{3}{8} of the donated books were cataloged. On Tuesday, 13\frac{1}{3} of the remaining uncataloged books were cataloged. How many of the donated books remain to be cataloged?

Show answer & explanation

Answer: 50

Answer

50 books remain to be cataloged.
First, find the number of books cataloged on Monday: 3/8 of 120 is 45 books. Subtracting 45 from 120 leaves 75 books uncataloged. On Tuesday, 1/3 of those remaining 75 books were cataloged, which is 25 books. Subtracting 25 from 75 gives 50 books remaining to be cataloged.

Step-by-Step Solution

1
Calculate the number of books cataloged on Monday.
45 books
Multiply the initial total of 120 books by the fraction cataloged on Monday, which is 3/8.
2
Calculate the uncataloged books remaining after Monday.
75 books
Subtract the 45 cataloged books from the initial 120 books.
3
Calculate the number of books cataloged on Tuesday.
25 books
Multiply the remaining 75 books by the fraction cataloged on Tuesday, which is 1/3.
4
Calculate the final number of uncataloged books.
50 books
Subtract the 25 books cataloged on Tuesday from the 75 uncataloged books remaining after Monday.

Key Concept

Fraction of a Remaining Quantity
Estimated Time:50s
Question 88Question

Two positive integers xx and yy have a greatest common divisor (GCD) of 66 and a least common multiple (LCM) of 108108. If x=18x = 18, what is the value of yy?

Show answer & explanation

Answer: 3636

Answer

The value of yy is 3636.
For any two positive integers xx and yy, their product equals the product of their greatest common divisor and least common multiple: xy=GCD(x,y)LCM(x,y)x \cdot y = \text{GCD}(x,y) \cdot \text{LCM}(x,y). Substituting x=18x = 18, GCD=6\text{GCD} = 6, and LCM=108\text{LCM} = 108 gives 18y=6108=64818y = 6 \cdot 108 = 648. Dividing both sides by 1818 yields y=36y = 36.

Step-by-Step Solution

1
State the fundamental identity relating GCD, LCM, and two positive integers.
x×y=GCD(x,y)×LCM(x,y)x \times y = \text{GCD}(x,y) \times \text{LCM}(x,y)
For any two positive integers, the product of the numbers is equal to the product of their greatest common divisor and least common multiple.
2
Substitute the known values x=18x = 18, GCD=6\text{GCD} = 6, and LCM=108\text{LCM} = 108 into the equation.
18×y=6×10818 \times y = 6 \times 108
Replace the abstract variables with the specific values provided in the question stem.
3
Multiply the numbers on the right side of the equation.
18×y=64818 \times y = 648
Simplify the product of the GCD and LCM.
4
Divide both sides by 1818 to isolate yy.
y=64818=36y = \frac{648}{18} = 36
Solve for the unknown integer yy.

Key Concept

Relationship between GCD, LCM, and the product of two positive integers
Estimated Time:1m 0s
Question 89Question

A university research lab receives a multi-year grant. In the first quarter, the lab spends 27\frac{2}{7} of the total grant on laboratory equipment. In the second quarter, the lab spends 35\frac{3}{5} of the remaining funds on research staff salaries. At the beginning of the third quarter, the lab receives a supplementary addition equal to 14\frac{1}{4} of the funds remaining at the end of the second quarter. If the total amount of money in the grant immediately following the third-quarter addition is $45,000\$45,000, what was the initial dollar amount of the research grant?

Show answer & explanation

Answer: $126,000

Answer

$126,000
The correct answer of 126,000isfoundbytrackingthefractionoftheinitialgrant126,000 is found by tracking the fraction of the initial grant G remainingaftereachstep.Spending remaining after each step. Spending \frac{2}{7}leaves leaves \frac{5}{7}G .Spending. Spending \frac{3}{5}ofthatremainderleaves of that remainder leaves \frac{2}{5} \times \frac{5}{7}G = \frac{2}{7}G .Adding. Adding \frac{1}{4}of of \frac{2}{7}G increasesthebalanceby increases the balance by \frac{1}{14}G ,resultinginafinaltotalof, resulting in a final total of \frac{2}{7}G + \frac{1}{14}G = \frac{5}{14}G .Setting. Setting \frac{5}{14}G = 45,000 yields yields G = 126,000$.

Step-by-Step Solution

1
Determine the remaining fraction after the first quarter.
Fraction remaining = 127=571 - \frac{2}{7} = \frac{5}{7} of the initial grant GG.
The lab spent 27\frac{2}{7} of the total grant.
2
Calculate the remaining fraction after the second quarter.
Fraction remaining = (135)×57G=25×57G=27G\left(1 - \frac{3}{5}\right) \times \frac{5}{7}G = \frac{2}{5} \times \frac{5}{7}G = \frac{2}{7}G.
The lab spent 35\frac{3}{5} of the remaining funds, leaving 25\frac{2}{5} of those funds.
3
Account for the third-quarter supplementary addition.
Final fraction = 27G+14(27G)=27G+114G=414G+114G=514G\frac{2}{7}G + \frac{1}{4}\left(\frac{2}{7}G\right) = \frac{2}{7}G + \frac{1}{14}G = \frac{4}{14}G + \frac{1}{14}G = \frac{5}{14}G.
An additional 14\frac{1}{4} of the second-quarter remaining funds was added to the grant.
4
Solve for the initial grant amount GG.
514G=45,000    G=45,000×145=9,000×14=126,000\frac{5}{14}G = 45,000 \implies G = 45,000 \times \frac{14}{5} = 9,000 \times 14 = 126,000.
The final remaining balance of $45,000\$45,000 corresponds to 514\frac{5}{14} of the original grant.

Key Concept

Multi-step sequential fraction operations and base tracking in word problems
Question 90Question

Let nn be a positive integer such that nn has exactly 15 positive divisors. If nn is divisible by 18, but nn is NOT divisible by 8, what is the remainder when nn is divided by 7?

Show answer & explanation

Answer: 2

Answer

The remainder when nn is divided by 7 is 2.
The total number of divisors of a positive integer with prime factorization p1ap2bp_1^{a} p_2^{b} \dots is (a+1)(b+1)(a+1)(b+1)\dots. Given that nn has 15 divisors, the possible exponent forms are 14 (since 14+1=1514+1=15) or 4 and 2 (since (4+1)(2+1)=15(4+1)(2+1)=15). Since nn is divisible by 18=23218 = 2 \cdot 3^2, its prime factors must be 2 and 3. The form p14p^{14} is eliminated because it contains only one prime factor. Testing the two permutations for p4q2p^4 \cdot q^2:
1. If n=2432=144n = 2^4 \cdot 3^2 = 144, nn is divisible by 8 (144/8=18144 / 8 = 18), which contradicts the condition that nn is NOT divisible by 8.
2. If n=2234=324n = 2^2 \cdot 3^4 = 324, nn is divisible by 18 (324/18=18324 / 18 = 18) and is NOT divisible by 8 (324/8=40.5324 / 8 = 40.5).
Dividing 324 by 7 gives 324=7×46+2324 = 7 \times 46 + 2, so the remainder is 2.

Step-by-Step Solution

1
Analyze the divisor count formula for nn
The prime factorization of nn must be either p14p^{14} or p4q2p^4 \cdot q^2 for distinct prime numbers pp and qq.
The total number of positive divisors of an integer with prime factorization p1ap2bp_1^{a} p_2^{b} \dots is given by (a+1)(b+1)=15(a+1)(b+1)\dots = 15. Since 15 factors as 15×115 \times 1 or 5×35 \times 3, the exponent structures are 14 or 4 and 2.
2
Apply the divisibility conditions by 18 and 8
nn must equal 2234=3242^2 \cdot 3^4 = 324.
Because nn is divisible by 18=213218 = 2^1 \cdot 3^2, its prime factors must include both 2 and 3, ruling out p14p^{14}. Thus {p,q}={2,3}\{p, q\} = \{2, 3\}. If n=2432=144n = 2^4 \cdot 3^2 = 144, then nn is divisible by 8 (232^3), violating the given constraint. Therefore, nn must be 2234=3242^2 \cdot 3^4 = 324, which is divisible by 18 (324/18=18324 / 18 = 18) and not divisible by 8 (324/8=40.5324 / 8 = 40.5).
3
Compute the remainder when 324 is divided by 7
324 divided by 7 yields a quotient of 46 and a remainder of 2.
324=7×46+2324 = 7 \times 46 + 2 because 7×46=3227 \times 46 = 322.

Key Concept

Prime factorization, divisor count formula, and divisibility constraints
Question 91Question

An industrial chemical reservoir is emptied by three pumps, P1P_1, P2P_2, and P3P_3, operating independently at different constant rates. Working alone, P1P_1 can empty the full reservoir in 66 hours, P2P_2 can empty it in 88 hours, and P3P_3 can empty it in 1212 hours. Initially, the reservoir is completely full. First, P1P_1 and P2P_2 work together for 22 hours. Then P1P_1 is turned off, and P3P_3 is turned on to work alongside P2P_2. Additionally, while P2P_2 and P3P_3 are working together, a defect causes liquid to leak out of the bottom of the reservoir at a constant rate equal to 16\frac{1}{6} of the combined emptying rate of P2P_2 and P3P_3. How many additional hours will it take to completely empty the remaining liquid from the reservoir?

Show answer & explanation

Answer: 127\frac{12}{7} hours

Answer

127\frac{12}{7} hours
The option stating '127\frac{12}{7} hours' is correct because during the first 2 hours, P1P_1 and P2P_2 empty 712\frac{7}{12} of the reservoir, leaving 512\frac{5}{12} remaining. Then, P2P_2 and P3P_3 have a combined rate of 524\frac{5}{24}, and the defect adds an extra 5144\frac{5}{144} per hour, giving a total emptying rate of 35144\frac{35}{144} reservoirs per hour. Dividing 512\frac{5}{12} by 35144\frac{35}{144} yields 127\frac{12}{7} hours.

Step-by-Step Solution

1
Calculate the combined emptying rate of P1P_1 and P2P_2 and determine the fraction emptied in the first 22 hours.
Rate of P1=16P_1 = \frac{1}{6} reservoir/hr, Rate of P2=18P_2 = \frac{1}{8} reservoir/hr. Combined rate = \frac{1}{6} + \frac{1}{8} = \frac{7}{24} reservoir/hr. In 22 hours, amount emptied = 2×724=7122 \times \frac{7}{24} = \frac{7}{12} of the reservoir.
Determines how much work was completed during the initial stage.
2
Find the remaining fraction of liquid in the reservoir.
Remaining fraction = 1712=5121 - \frac{7}{12} = \frac{5}{12} of the reservoir.
Establishes the remaining volume that must be emptied in the second stage.
3
Calculate the combined rate of P2P_2, P3P_3, and the defect rate.
Combined rate of P2P_2 and P3=18+112=524P_3 = \frac{1}{8} + \frac{1}{12} = \frac{5}{24} reservoir/hr. Defect rate = \frac{1}{6} \times \frac{5}{24} = \frac{5}{144} reservoir/hr. Total emptying rate = \frac{5}{24} + \frac{5}{144} = \frac{30 + 5}{144} = \frac{35}{144} reservoir/hr.
Combines all simultaneous emptying processes during the second stage.
4
Divide the remaining fraction by the total emptying rate to find the additional time needed.
Time = \frac{5/12}{35/144} = \frac{5}{12} \times \frac{144}{35} = \frac{5}{35} \times \frac{144}{12} = \frac{1}{7} \times 12 = \frac{12}{7} hours.
Applies the rate formula Time=WorkRate\text{Time} = \frac{\text{Work}}{\text{Rate}}.

Key Concept

Compound Fraction Work Rates and Rational Operations
Question 92Question

Let xx be a positive integer. If the expression x2+3xx^2 + 3x is divisible by 66, which of the following statements MUST be true?

Show answer & explanation

Answer: xx is divisible by 33

Answer

xx is divisible by 33
Factoring x2+3xx^2 + 3x yields x(x+3)x(x+3). For any integer xx, one of xx or x+3x+3 is even and the other is odd, so their product x(x+3)x(x+3) is always divisible by 22. For the product to also be divisible by 33, either xx or x+3x+3 must be divisible by 33. Because xx and x+3x+3 differ by 33, x+3x+3 is a multiple of 33 if and only if xx is a multiple of 33. Thus, xx must be divisible by 33.

Step-by-Step Solution

1
Factor the given algebraic expression
x2+3x=x(x+3)x^2 + 3x = x(x + 3)
Factoring allows us to analyze the parity and prime factors of each component separately.
2
Analyze parity (divisibility by 2)
If xx is even, x+3x+3 is odd \Rightarrow product is even. If xx is odd, x+3x+3 is even \Rightarrow product is even.
The expression x(x+3)x(x+3) is guaranteed to be divisible by 22 for all integers xx.
3
Analyze divisibility by 3
For x(x+3)x(x+3) to be divisible by 33, at least one factor must be divisible by 33. Since x+3x(mod3)x+3 \equiv x \pmod 3, x+3x+3 is divisible by 33 if and only if xx is divisible by 33.
Since divisibility by 22 is always satisfied, divisibility by 66 requires x(x+3)x(x+3) to be divisible by 33, which requires xx to be a multiple of 33.

Key Concept

Divisibility properties of factored integer expressions and modular arithmetic
Estimated Time:1m 15s
Question 93Question

Let nn be a positive integer of the form n=2a3bn = 2^a \cdot 3^b, where aa and bb are positive integers. If nn is divisible by 66 and n2n^2 has exactly 3535 positive divisors, how many positive divisors does 6n6n have?

Show answer & explanation

Answer: 20

Answer

The integer 6n6n has 20 positive divisors.
The correct answer is 20. Since n=2a3bn = 2^a \cdot 3^b, we have n2=22a32bn^2 = 2^{2a} \cdot 3^{2b}. The number of divisors of n2n^2 is (2a+1)(2b+1)=35(2a+1)(2b+1) = 35. Given nn is divisible by 6, a,b1a, b \ge 1, which means 2a+132a+1 \ge 3 and 2b+132b+1 \ge 3. The factorizations of 35 are 5×75 \times 7 and 7×57 \times 5, giving exponent values of 2 and 3. Then 6n=2a+13b+16n = 2^{a+1} \cdot 3^{b+1}, which has (a+2)(b+2)=(2+2)(3+2)=20(a+2)(b+2) = (2+2)(3+2) = 20 positive divisors.

Step-by-Step Solution

1
Express n2n^2 in terms of its prime factorization.
n2=(2a3b)2=22a32bn^2 = (2^a \cdot 3^b)^2 = 2^{2a} \cdot 3^{2b}
Squaring an integer doubles the exponents of its prime factors.
2
Set up the equation for the number of positive divisors of n2n^2.
(2a+1)(2b+1)=35(2a + 1)(2b + 1) = 35
The number of positive divisors of p1e1p2e2p_1^{e_1} p_2^{e_2} is given by (e1+1)(e2+1)(e_1 + 1)(e_2 + 1).
3
Solve for the exponents aa and bb given that nn is divisible by 6.
Since nn is divisible by 6, both a1a \ge 1 and b1b \ge 1. Thus 2a+1>12a + 1 > 1 and 2b+1>12b + 1 > 1. The only factor pairs of 35 into two integers greater than 1 are 5×75 \times 7 or 7×57 \times 5. Therefore, {2a+1,2b+1}={5,7}\{2a+1, 2b+1\} = \{5, 7\}, which yields {a,b}={2,3}\{a, b\} = \{2, 3\}.
Divisibility by 6 guarantees both prime factors 2 and 3 are present in nn.
4
Find the prime factorization of 6n6n and calculate its number of positive divisors.
6n=(2131)(2a3b)=2a+13b+16n = (2^1 \cdot 3^1) \cdot (2^a \cdot 3^b) = 2^{a+1} \cdot 3^{b+1}. Using {a,b}={2,3}\{a, b\} = \{2, 3\}, the exponents are a+1a+1 and b+1b+1, which equal 3 and 4 (in either order). The number of divisors is (3+1)(4+1)=4×5=20(3+1)(4+1) = 4 \times 5 = 20.
Adding 1 to each exponent in nn gives the exponents for 6n6n, leading to (a+2)(b+2)=(2+2)(3+2)=20(a+2)(b+2) = (2+2)(3+2) = 20.

Key Concept

Divisor Count Formula and Prime Factorization Constraints
Estimated Time:2m 0s
Question 94Question

Which of the following statements about the positive integer 180180 are true? Select all that apply.

Select all that apply

Show answer & explanation

Answer: The number of distinct prime factors of 180180 is 33.; The greatest common divisor (GCD) of 180180 and 7575 is 1515.

Answer

The true statements are that 180180 has 33 distinct prime factors and that the greatest common divisor of 180180 and 7575 is 1515.
The prime factorization of 180180 is 22×32×512^2 \times 3^2 \times 5^1, showing exactly 33 distinct prime factors (2,3,52, 3, 5). Additionally, comparing this with 75=31×5275 = 3^1 \times 5^2 confirms that their greatest common divisor is 31×51=153^1 \times 5^1 = 15.

Step-by-Step Solution

1
Find the prime factorization of 180180.
180=22×32×51180 = 2^2 \times 3^2 \times 5^1.
Decomposing 180180 into prime factors provides the foundation to evaluate statements regarding prime factors, GCD, and LCM.
2
Count the distinct prime factors of 180180.
The distinct prime bases are 22, 33, and 55, giving 33 distinct prime factors.
Exponents represent multiplicity, so counting distinct bases yields the number of distinct prime factors.
3
Calculate the GCD of 180180 and 7575.
Since 75=31×5275 = 3^1 \times 5^2, GCD(180,75)=3min(2,1)×5min(1,2)=31×51=15\text{GCD}(180, 75) = 3^{\min(2,1)} \times 5^{\min(1,2)} = 3^1 \times 5^1 = 15.
The GCD is found by taking the minimum exponent for each shared prime factor.
4
Verify definition of prime numbers and divisibility rules for remaining choices.
11 is not prime (smallest prime factor is 22), and LCM(180,30)=180\text{LCM}(180, 30) = 180 because 3030 is a factor of 180180.
Eliminate false statements based on arithmetic definitions and divisibility properties.

Key Concept

Prime Factorization, Greatest Common Divisor (GCD), and Least Common Multiple (LCM)
Question 95Question

Let aa and bb be rational numbers such that 1<a<0<b<1-1 < a < 0 < b < 1. Which of the following expressions MUST be strictly greater than 11? Select all such expressions.

Select all that apply

Show answer & explanation

Answer: bab\frac{b - a}{b}; 1+b1+a\frac{1 + b}{1 + a}

Answer

The expressions bab\frac{b - a}{b} and 1+b1+a\frac{1 + b}{1 + a} MUST be strictly greater than 1.
The expression representing the difference (ba)(b - a) divided by bb simplifies to 1+ab1 + \frac{-a}{b}. Because a-a and bb are both positive, this term is strictly greater than 1. Similarly, the expression 1+b1+a\frac{1 + b}{1 + a} divides a numerator greater than 1 by a positive denominator less than 1, which always yields a value strictly greater than 1.

Step-by-Step Solution

1
Analyze the expression bab\frac{b - a}{b} by splitting the fraction.
bab=bbab=1ab\frac{b - a}{b} = \frac{b}{b} - \frac{a}{b} = 1 - \frac{a}{b}.
Since a<0a < 0 and b>0b > 0, the quotient ab\frac{a}{b} is strictly negative. Subtracting a negative number from 1 is equivalent to adding a positive number, so 1ab>11 - \frac{a}{b} > 1.
2
Analyze the expression 1+b1+a\frac{1 + b}{1 + a} by establishing bounds for the numerator and denominator.
Since b>0b > 0, 1+b>11 + b > 1. Since 1<a<0-1 < a < 0, adding 1 yields 0<1+a<10 < 1 + a < 1.
Dividing any real number greater than 1 by a positive real number less than 1 produces a value strictly greater than 1.
3
Evaluate the remaining options with counterexamples or algebraic bounds to verify they are not guaranteed to be greater than 1.
The expression a+bb=1+ab<1\frac{a + b}{b} = 1 + \frac{a}{b} < 1; the expression ba1a<1\frac{b - a}{1 - a} < 1 because b<1    ba<1ab < 1 \implies b - a < 1 - a; and 1ba\frac{1}{b - a} can be less than 1 when ba>1b - a > 1 (e.g., b=0.8,a=0.5    ba=1.3b = 0.8, a = -0.5 \implies b - a = 1.3).
Demonstrating that an expression is less than 1 or can be less than 1 eliminates it from being strictly greater than 1 for all valid rational numbers aa and bb.

Key Concept

Properties and Inequalities of Rational Numbers
Question 96Question

A jacket originally priced at $80\$80 is on sale for 20%20\% off the original price. What is the sale price of the jacket?

Show answer & explanation

Answer: $64\$64

Answer

$64\$64
To find the sale price after a 20%20\% discount, calculate 20%20\% of the original price (0.20×80=160.20 \times 80 = 16) and subtract it from the original price (8016=6480 - 16 = 64). Alternatively, multiply the original price by (10.20)=0.80(1 - 0.20) = 0.80, giving 80×0.80=6480 \times 0.80 = 64.

Step-by-Step Solution

1
Calculate the dollar value of the discount
Discount=0.20×$80=$16\text{Discount} = 0.20 \times \$80 = \$16
A 20%20\% discount means reducing the original price by 2020 hundredths of its total value.
2
Subtract the discount from the original price
Sale Price=$80$16=$64\text{Sale Price} = \$80 - \$16 = \$64
The final sale price equals the original price minus the discount amount.

Key Concept

Percentage Discount and Net Price
Estimated Time:45s
Question 97Question

Given x=3.6×103x = 3.6 \times 10^{-3} and y=1.2×104y = 1.2 \times 10^{-4}, which of the following statements are true? Select all that apply.

Select all that apply

Show answer & explanation

Answer: xx is greater than yy.; The ratio xy\frac{x}{y} is equal to 3030.

Answer

The statement that xx is greater than yy and the statement that the ratio xy\frac{x}{y} is equal to 3030 are both correct.
The statement asserting that xx is greater than yy is true because 3.6×103=0.00363.6 \times 10^{-3} = 0.0036 is larger than 1.2×104=0.000121.2 \times 10^{-4} = 0.00012. The statement regarding the ratio xy\frac{x}{y} is true because dividing coefficients 3.61.2=3\frac{3.6}{1.2} = 3 and subtracting exponents 3(4)=1-3 - (-4) = 1 yields 3×101=303 \times 10^1 = 30.

Step-by-Step Solution

1
Convert both numbers to standard decimal notation to compare them.
x=0.0036x = 0.0036 and y=0.00012y = 0.00012.
Converting to standard form makes place value comparison direct.
2
Compare xx and yy.
0.0036>0.000120.0036 > 0.00012, so x>yx > y.
The thousandths digit of xx (33) is greater than the thousandths digit of yy (00).
3
Calculate the ratio xy\frac{x}{y} using properties of exponents.
3.6×1031.2×104=(3.61.2)×103(4)=3×101=30\frac{3.6 \times 10^{-3}}{1.2 \times 10^{-4}} = \left(\frac{3.6}{1.2}\right) \times 10^{-3 - (-4)} = 3 \times 10^1 = 30.
Divide the coefficients and subtract the exponents for scientific notation division.

Key Concept

Decimals and Scientific Notation Operations
Question 98Question

An investment fund allocates its total portfolio assets among three asset classes: stocks, bonds, and real estate. Initially, 512\frac{5}{12} of the total portfolio is invested in stocks and 13\frac{1}{3} of the total portfolio is invested in bonds, with the remaining fraction invested in real estate. If 25\frac{2}{5} of the stock portfolio and 14\frac{1}{4} of the bond portfolio are subsequently liquidated, what fraction of the fund's remaining total portfolio is invested in real estate?

Show answer & explanation

Answer: 13\frac{1}{3}

Answer

The fraction of the fund's remaining total portfolio invested in real estate is 13\frac{1}{3}.
Let the original total portfolio be TT. Initially, stocks are 512T\frac{5}{12}T, bonds are 412T\frac{4}{12}T, and real estate is 1912T=312T1 - \frac{9}{12}T = \frac{3}{12}T. After liquidating 25\frac{2}{5} of stocks and 14\frac{1}{4} of bonds, the remaining stock value is 35×512T=312T\frac{3}{5} \times \frac{5}{12}T = \frac{3}{12}T and the remaining bond value is 34×412T=312T\frac{3}{4} \times \frac{4}{12}T = \frac{3}{12}T. Real estate remains 312T\frac{3}{12}T. The new total portfolio is 312T+312T+312T=912T=34T\frac{3}{12}T + \frac{3}{12}T + \frac{3}{12}T = \frac{9}{12}T = \frac{3}{4}T. Therefore, real estate represents 3/12T9/12T=39=13\frac{3/12 T}{9/12 T} = \frac{3}{9} = \frac{1}{3} of the remaining total portfolio.

Step-by-Step Solution

1
Determine the initial fraction invested in real estate.
Real estate accounts for 1(512+13)=1912=312=141 - \left(\frac{5}{12} + \frac{1}{3}\right) = 1 - \frac{9}{12} = \frac{3}{12} = \frac{1}{4} of the original total portfolio.
The sum of all three asset fractions must equal 1.
2
Calculate the remaining fractions for stocks and bonds after liquidation.
Remaining stocks = (125)×512=35×512=312\left(1 - \frac{2}{5}\right) \times \frac{5}{12} = \frac{3}{5} \times \frac{5}{12} = \frac{3}{12}. Remaining bonds = (114)×13=34×412=312\left(1 - \frac{1}{4}\right) \times \frac{1}{3} = \frac{3}{4} \times \frac{4}{12} = \frac{3}{12}.
Multiplying the unliquidated fraction by each asset's initial fraction gives its remaining fraction relative to the original total.
3
Calculate the total remaining portfolio fraction.
Total remaining portfolio = 312 (stocks)+312 (bonds)+312 (real estate)=912=34\frac{3}{12} \text{ (stocks)} + \frac{3}{12} \text{ (bonds)} + \frac{3}{12} \text{ (real estate)} = \frac{9}{12} = \frac{3}{4} of the original total portfolio.
Sum the remaining portions of all three asset categories.
4
Compute the ratio of real estate to the remaining total portfolio.
\frac{\text{Real Estate}}{\text{Remaining Total}} = \frac{\frac{1}{4}}{\frac{3}{4}} = \frac{1}{3}.
The question asks for the fraction relative to the new reduced total portfolio.

Key Concept

Sequential Fraction Allocation and Reduced Base Ratios
Estimated Time:1m 30s
Question 99Question
Let aa, bb, and cc be positive integers, and define three rational numbers xx, yy, and zz as follows:
x=aa+b,y=bb+c,andz=cc+ax = \frac{a}{a+b}, \quad y = \frac{b}{b+c}, \quad \text{and} \quad z = \frac{c}{c+a}
Which of the following statements MUST be true for all such positive integers aa, bb, and cc? Select all that apply.

Select all that apply

Show answer & explanation

Answer: The sum x+y+zx + y + z satisfies the inequality 1<x+y+z<21 < x + y + z < 2.; The product (1x)(1y)(1z)(1 - x)(1 - y)(1 - z) is identically equal to xyzxyz.; The product xyzxyz cannot exceed 18\frac{1}{8}.

Answer

The statements asserting that 1<x+y+z<21 < x + y + z < 2, that (1x)(1y)(1z)=xyz(1 - x)(1 - y)(1 - z) = xyz, and that xyz18xyz \le \frac{1}{8} are all true.
The statement bounding the sum between 1 and 2 is correct because adjusting denominators to a common sum a+b+ca+b+c reveals that the sum is strictly greater than 1 and strictly less than 2. The identity statement is correct because subtracting each fraction from 1 shifts the numerators cyclically without changing the overall product. The statement placing an upper bound of 18\frac{1}{8} on the product is correct by applying the AM-GM inequality to each denominator term.

Step-by-Step Solution

1
Establish strict bounds on the sum x+y+zx + y + z.
Since a,b,c>0a, b, c > 0, we have aa+b>aa+b+c\frac{a}{a+b} > \frac{a}{a+b+c}. Summing all three terms gives x+y+z>a+b+ca+b+c=1x + y + z > \frac{a+b+c}{a+b+c} = 1. To find the upper bound, rewrite aa+b<a+ca+b+c\frac{a}{a+b} < \frac{a+c}{a+b+c}. Summing all three terms gives x+y+z<(a+c)+(a+b)+(b+c)a+b+c=2x + y + z < \frac{(a+c)+(a+b)+(b+c)}{a+b+c} = 2. Thus, 1<x+y+z<21 < x + y + z < 2.
This proves that the sum of the three fractions must always lie strictly between 1 and 2.
2
Compute the product (1x)(1y)(1z)(1-x)(1-y)(1-z) algebraically.
1x=1aa+b=ba+b1 - x = 1 - \frac{a}{a+b} = \frac{b}{a+b}, 1y=cb+c1 - y = \frac{c}{b+c}, and 1z=ac+a1 - z = \frac{a}{c+a}. The product is bca(a+b)(b+c)(c+a)=abc(a+b)(b+c)(c+a)=xyz\frac{b \cdot c \cdot a}{(a+b)(b+c)(c+a)} = \frac{abc}{(a+b)(b+c)(c+a)} = xyz.
This proves the structural algebraic identity between (1x)(1y)(1z)(1-x)(1-y)(1-z) and xyzxyz.
3
Apply the AM-GM inequality to find the upper bound of xyzxyz.
Since a+b2aba+b \ge 2\sqrt{ab}, b+c2bcb+c \ge 2\sqrt{bc}, and c+a2cac+a \ge 2\sqrt{ca}, their product satisfies (a+b)(b+c)(c+a)8a2b2c2=8abc(a+b)(b+c)(c+a) \ge 8\sqrt{a^2b^2c^2} = 8abc. Taking the reciprocal gives xyz=abc(a+b)(b+c)(c+a)abc8abc=18xyz = \frac{abc}{(a+b)(b+c)(c+a)} \le \frac{abc}{8abc} = \frac{1}{8}.
This confirms that xyzxyz has a maximum possible value of 18\frac{1}{8} (achieved when a=b=ca=b=c).
4
Test counterexamples for the remaining statements.
Since 1<x+y+z<21 < x + y + z < 2, no integer value is possible, ruling out integer sums. Additionally, substituting a=1,b=2,c=1a=1, b=2, c=1 gives x=13,y=23,z=12x=\frac{1}{3}, y=\frac{2}{3}, z=\frac{1}{2}, whose sum is 32\frac{3}{2} despite x,y,zx, y, z not being equal to 12\frac{1}{2}.
This disproves the statements claiming the sum can be an integer or that a sum of 32\frac{3}{2} requires all three fractions to be equal.

Key Concept

Bounding and algebraic properties of cyclic rational fractions
Estimated Time:3m 0s
Question 100Question

What is the sum of all distinct prime factors of 420420?

Show answer & explanation

Answer: 1717

Answer

The sum of all distinct prime factors of 420420 is 1717.
The prime factorization of 420420 is 22×3×5×72^2 \times 3 \times 5 \times 7. The distinct prime numbers in this factorization are 22, 33, 55, and 77. Adding these values together yields 2+3+5+7=172 + 3 + 5 + 7 = 17.

Step-by-Step Solution

1
Find the prime factorization of 420420.
420=22×3×5×7420 = 2^2 \times 3 \times 5 \times 7
Decompose 420420 into prime components: 420=10×42=(2×5)×(2×3×7)=22×3×5×7420 = 10 \times 42 = (2 \times 5) \times (2 \times 3 \times 7) = 2^2 \times 3 \times 5 \times 7.
2
Identify the set of distinct prime factors.
The distinct prime factors are 2,3,5,2, 3, 5, and 77.
Exponents are ignored when selecting unique prime factors.
3
Calculate the sum of the distinct prime factors.
2+3+5+7=172 + 3 + 5 + 7 = 17
Add the unique prime factors together.

Key Concept

Prime Factorization
Estimated Time:45s
PreviousPage 5 / 16Next
Arithmetic Practice Questions — GRE General Test — Page 5 | Examkin