Number Properties and Arithmetic

232 questions

Question 61Question

For distinct prime numbers pp and qq, two positive integers are defined as a=p3q2a = p^3 q^2 and b=p2q4b = p^2 q^4. What is the ratio of the least common multiple of aa and bb to the greatest common divisor of aa and bb?

Show answer & explanation

Answer: pq2p q^2

Answer

pq2p q^2
The greatest common divisor of a=p3q2a = p^3 q^2 and b=p2q4b = p^2 q^4 is p2q2p^2 q^2 by taking the minimum exponent for each prime factor. The least common multiple is p3q4p^3 q^4 by taking the maximum exponent for each prime factor. Dividing the LCM by the GCD yields p3q4p2q2=pq2\frac{p^3 q^4}{p^2 q^2} = p q^2.

Step-by-Step Solution

1
Find the prime factorization representation of the greatest common divisor (GCD) of aa and bb.
GCD(a,b)=pmin(3,2)qmin(2,4)=p2q2\text{GCD}(a, b) = p^{\min(3, 2)} q^{\min(2, 4)} = p^2 q^2
The GCD taking prime factorizations uses the minimum power of each common prime factor.
2
Find the prime factorization representation of the least common multiple (LCM) of aa and bb.
LCM(a,b)=pmax(3,2)qmax(2,4)=p3q4\text{LCM}(a, b) = p^{\max(3, 2)} q^{\max(2, 4)} = p^3 q^4
The LCM taking prime factorizations uses the maximum power of each prime factor.
3
Compute the ratio of the LCM to the GCD.
\frac{\text{LCM}(a, b)}{\text{GCD}(a, b)} = \frac{p^3 q^4}{p^2 q^2} = p^{3-2} q^{4-2} = p q^2
Dividing exponential terms with the same base requires subtracting their exponents.

Key Concept

Calculating GCD and LCM using prime factor exponent rules and evaluating their ratio
Question 62Question

What is the units digit of 8218^{21}?

Show answer & explanation

Answer: 8

Answer

8
The units digits of integer powers of 8 follow a repeating pattern of length 4: 8, 4, 2, 6. Dividing the exponent 21 by 4 yields 21=4×5+121 = 4 \times 5 + 1, giving a remainder of 1. A remainder of 1 means the units digit is the first element of the cycle, which is 8.

Step-by-Step Solution

1
Determine the units digit pattern for powers of 8.
The sequence of units digits for 81,82,83,84,8^1, 8^2, 8^3, 8^4, \dots is 8,4,2,6,8,4,2,6,8, 4, 2, 6, 8, 4, 2, 6, \dots, which repeats every 4 powers.
Units digits of positive integer powers follow a periodic cyclic pattern.
2
Find the remainder when the exponent 21 is divided by the cycle length 4.
21÷4=521 \div 4 = 5 with a remainder of 1.
The remainder determines the position of the units digit within the 4-step cycle.
3
Identify the units digit corresponding to a remainder of 1.
The first number in the pattern 8,4,2,68, 4, 2, 6 is 8.
A remainder of 1 points to the 1st term of the repeating sequence.

Key Concept

Units Digit Cyclicity
Question 63Question

For three positive integers xx, yy, and zz, all of whose prime factors belong exclusively to the set {2,3,5}\{2, 3, 5\}, their pairwise greatest common divisors are given by gcd(x,y)=60\gcd(x, y) = 60, gcd(y,z)=90\gcd(y, z) = 90, and gcd(x,z)=150\gcd(x, z) = 150. What is the minimum possible value of the sum x+y+zx + y + z?

Show answer & explanation

Answer: 930930

Answer

The minimum possible value of the sum x+y+zx + y + z is 930930.
Analyzing the prime factorization exponents for each prime factor p{2,3,5}p \in \{2, 3, 5\} establishes minimum lower bounds on exponents. For prime 22, min(x2,y2)=2\min(x_2, y_2) = 2 forces x22x_2 \ge 2 and y22y_2 \ge 2, which in turn forces z2=1z_2 = 1 to satisfy min(y2,z2)=1\min(y_2, z_2) = 1. Similarly, for prime 33, y32y_3 \ge 2 and z32z_3 \ge 2 forces x3=1x_3 = 1. For prime 55, x52x_5 \ge 2 and z52z_5 \ge 2 forces y5=1y_5 = 1. Evaluating x=223152=300x = 2^2 \cdot 3^1 \cdot 5^2 = 300, y=223251=180y = 2^2 \cdot 3^2 \cdot 5^1 = 180, and z=213252=450z = 2^1 \cdot 3^2 \cdot 5^2 = 450 gives x+y+z=930x + y + z = 930.

Step-by-Step Solution

1
Express the given pairwise GCDs in their prime factorized forms.
gcd(x,y)=60=22×31×51\gcd(x,y) = 60 = 2^2 \times 3^1 \times 5^1
gcd(y,z)=90=21×32×51\gcd(y,z) = 90 = 2^1 \times 3^2 \times 5^1
gcd(x,z)=150=21×31×52\gcd(x,z) = 150 = 2^1 \times 3^1 \times 5^2
The exponent of any prime pp in gcd(a,b)\gcd(a,b) is min(ap,bp)\min(a_p, b_p).
2
Determine the minimum required prime exponents for prime 22.
min(x2,y2)=2\min(x_2, y_2) = 2, min(y2,z2)=1\min(y_2, z_2) = 1, min(x2,z2)=1    x2=2,y2=2,z2=1\min(x_2, z_2) = 1 \implies x_2 = 2, y_2 = 2, z_2 = 1
Since min(x2,y2)=2\min(x_2, y_2) = 2, both x22x_2 \ge 2 and y22y_2 \ge 2. To satisfy min(y2,z2)=1\min(y_2, z_2) = 1, we must have z2=1z_2 = 1. The minimal exponents are x2=2,y2=2,z2=1x_2=2, y_2=2, z_2=1.
3
Determine the minimum required prime exponents for prime 33.
min(x3,y3)=1\min(x_3, y_3) = 1, min(y3,z3)=2\min(y_3, z_3) = 2, min(x3,z3)=1    x3=1,y3=2,z3=2\min(x_3, z_3) = 1 \implies x_3 = 1, y_3 = 2, z_3 = 2
Since min(y3,z3)=2\min(y_3, z_3) = 2, both y32y_3 \ge 2 and z32z_3 \ge 2. To satisfy min(x3,y3)=1\min(x_3, y_3) = 1, we must have x3=1x_3 = 1. The minimal exponents are x3=1,y3=2,z3=2x_3=1, y_3=2, z_3=2.
4
Determine the minimum required prime exponents for prime 55.
min(x5,y5)=1\min(x_5, y_5) = 1, min(y5,z5)=1\min(y_5, z_5) = 1, min(x5,z5)=2    x5=2,y5=1,z5=2\min(x_5, z_5) = 2 \implies x_5 = 2, y_5 = 1, z_5 = 2
Since min(x5,z5)=2\min(x_5, z_5) = 2, both x52x_5 \ge 2 and z52z_5 \ge 2. To satisfy min(x5,y5)=1\min(x_5, y_5) = 1, we must have y5=1y_5 = 1. The minimal exponents are x5=2,y5=1,z5=2x_5=2, y_5=1, z_5=2.
5
Calculate the values of xx, yy, and zz and find their sum.
x=22×31×52=300x = 2^2 \times 3^1 \times 5^2 = 300
y=22×32×51=180y = 2^2 \times 3^2 \times 5^1 = 180
z=21×32×52=450z = 2^1 \times 3^2 \times 5^2 = 450
x+y+z=300+180+450=930x + y + z = 300 + 180 + 450 = 930
Summing the minimal values yields the required minimum total.

Key Concept

Finding integers from pairwise GCD conditions using prime factor exponent minimums: vp(gcd(a,b))=min(vp(a),vp(b))\text{v}_p(\gcd(a,b)) = \min(\text{v}_p(a), \text{v}_p(b)).
Estimated Time:2m 30s
Question 64Question

Three automated security beacons flash at regular intervals of 1818 seconds, 2424 seconds, and 4242 seconds, respectively. If all three beacons flash simultaneously at 8:00:00 AM, how many times will all three beacons flash simultaneously between 8:01:00 AM and 9:00:00 AM, inclusive?

Show answer & explanation

Answer: 7

Answer

7
The least common multiple of 18, 24, and 42 is 504 seconds. The timeframe between 8:01:00 AM and 9:00:00 AM inclusive represents elapsed times from 60 seconds to 3600 seconds after 8:00:00 AM. Dividing 3600 by 504 gives 7 full periods (3528 seconds), all of which are greater than 60 seconds. Therefore, the beacons flash simultaneously 7 times within the specified period.

Step-by-Step Solution

1
Find the Least Common Multiple (LCM) of the three flash intervals.
LCM(18, 24, 42) = 504 seconds
The beacons flash simultaneously at time intervals that are integer multiples of the LCM of their individual cycle times.
2
Convert the target time interval (8:01:00 AM to 9:00:00 AM) into seconds after the initial flash at 8:00:00 AM (t = 0).
Range is from t = 60 seconds to t = 3600 seconds
8:01:00 AM is 60 seconds after 8:00:00 AM, and 1 hour (9:00:00 AM) equals 3600 seconds after 8:00:00 AM.
3
Determine the number of positive multiples of 504 within the interval [60, 3600].
7 multiples (504, 1008, 1512, 2016, 2520, 3024, 3528)
Dividing 3600 by 504 gives 7 with a remainder of 72. Since the first positive multiple (504) is greater than 60, all 7 multiples fall strictly within the specified window.

Key Concept

Application of Least Common Multiple (LCM) to periodic events
Question 65Question

Two positive integers mm and nn satisfy m<nm < n. Their greatest common divisor is 1818 and their least common multiple is 1,0801,080. If mm is not divisible by 2727 and nn is not divisible by 55, what is the value of nmn - m?

Show answer & explanation

Answer: 126

Answer

The value of nmn - m is 126126.
By writing m=18am = 18a and n=18bn = 18b with GCD(a,b)=1\text{GCD}(a,b) = 1, we find ab=60a \cdot b = 60. Evaluating all coprime factor pairs (a,b)(a, b) shows that only (5,12)(5, 12) satisfies all constraints (m=90m = 90 is not a multiple of 2727, and n=216n = 216 is not a multiple of 55). The difference is 21690=126216 - 90 = 126.

Step-by-Step Solution

1
Relate GCD, LCM, and coprime factors.
Let m=18am = 18a and n=18bn = 18b, where GCD(a,b)=1\text{GCD}(a, b) = 1 and a<ba < b. Then ab=108018=60a \cdot b = \frac{1080}{18} = 60.
The product of two positive integers equals the product of their GCD and LCM.
2
Determine all coprime factor pairs of 6060.
The coprime pairs (a,b)(a, b) with a<ba < b such that ab=60a \cdot b = 60 are (1,60)(1, 60), (3,20)(3, 20), (4,15)(4, 15), and (5,12)(5, 12).
Since GCD(a,b)=1\text{GCD}(a, b) = 1, prime factors of 60=223560 = 2^2 \cdot 3 \cdot 5 cannot be shared between aa and bb.
3
Apply the given constraints to eliminate invalid pairs.
The pair (5,12)(5, 12) is the only pair satisfying both conditions: m=90m = 90 is not divisible by 2727, and n=216n = 216 is not divisible by 55.
Pairs (1,60)(1,60) and (4,15)(4,15) yield nn divisible by 55; pair (3,20)(3,20) yields m=54m=54 which is divisible by 2727.
4
Compute the final difference nmn - m.
nm=21690=126n - m = 216 - 90 = 126.
Subtract mm from nn using the valid values found.

Key Concept

Properties of GCD and LCM, prime factorization, and coprime factor pairs
Estimated Time:2m 0s
Question 66Question

A clothing store reduced the original price of a jacket by 20%20\%. During a promotional event, the store offered an additional 15%15\% discount off the reduced price. If the final price of the jacket was $102\$102, what was the original price of the jacket, in dollars?

Show answer & explanation

Answer: 150

Answer

The original price of the jacket was $150.
To find the original price, express the final price as a decimal multiplier of the original price. A 20%20\% discount leaves 80%80\% of the original price (0.800.80). An additional 15%15\% discount off the reduced price leaves 85%85\% of that amount (0.850.85). The overall price multiplier is 0.80×0.85=0.680.80 \times 0.85 = 0.68. Setting 0.68×Original Price=1020.68 \times \text{Original Price} = 102 gives an original price of 1020.68=150\frac{102}{0.68} = 150 dollars.

Step-by-Step Solution

1
Determine the combined price multiplier after both successive discounts.
The first discount leaves 80%80\% (0.800.80) of the original price, and the second discount leaves 85%85\% (0.850.85) of that reduced price. The combined multiplier is 0.80×0.85=0.680.80 \times 0.85 = 0.68.
Successive percentage discounts are multiplicative rather than additive.
2
Set up an equation equating the final discounted price to 102102.
0.68×P=1020.68 \times P = 102, where PP represents the original price.
The final price is 68%68\% of the original base price.
3
Solve for the original price PP.
P=1020.68=1020068=150P = \frac{102}{0.68} = \frac{10200}{68} = 150.
Dividing the final amount by the net decimal multiplier yields the original value.

Key Concept

Successive percentage change calculation
Estimated Time:1m 0s
Question 67Question

A wholesale distributor imported a batch of organic green tea leaves. On Monday, 30%30\% of the initial batch was sold. On Tuesday, 47\frac{4}{7} of the remaining batch was sold. If the distributor had 126126 kilograms of green tea leaves left at the end of Tuesday, what was the total weight, in kilograms, of the initial batch imported?

Show answer & explanation

Answer: 420420

Answer

The total weight of the initial batch imported was 420420 kilograms.
Selling 30%30\% on Monday leaves 70%70\% of the initial total. On Tuesday, selling 47\frac{4}{7} of that remaining amount leaves 37\frac{3}{7} of the 70%70\%. Calculating 37×70%=30%\frac{3}{7} \times 70\% = 30\%. Since 30%30\% of the initial batch is equal to 126126 kg, the total initial weight is 126÷0.30=420126 \div 0.30 = 420 kg.

Step-by-Step Solution

1
Determine the fraction of the initial batch remaining after Monday's sale.
Since 30%30\% (0.300.30) was sold, 10.30=0.701 - 0.30 = 0.70 (or 710\frac{7}{10}) of the initial batch remained.
Percentage decreases are calculated relative to the original whole.
2
Determine the fraction of Monday's remaining batch that was left after Tuesday's sale.
Since 47\frac{4}{7} of Monday's remainder was sold, 147=371 - \frac{4}{7} = \frac{3}{7} of Monday's remainder was left.
Subsequent fractional sales are relative to the updated intermediate amount.
3
Calculate the final remaining amount as a fraction of the initial total weight WW.
\text{Final Remaining} = \frac{3}{7} \times \left(\frac{7}{10} W\right) = \frac{3}{10} W = 0.30 W$.
Multiplying successive remaining ratios gives the net remaining fraction of the original batch.
4
Solve for the initial weight WW using the given remaining weight of 126126 kg.
0.30 W = 126 \implies W = \frac{126}{0.30} = 420\text{ kg}.
Dividing the remaining weight by its corresponding decimal fraction yields the total initial weight.

Key Concept

Successive percentage and fractional reductions require applying each change to the updated intermediate base value rather than the original total.
Estimated Time:1m 30s
Question 68Question

Let MM be a positive odd integer that is divisible by 4545 but not by 2727. If MM has exactly 3636 positive divisors, what is the maximum possible number of distinct prime factors of MM?

Show answer & explanation

Answer: 4

Answer

4
The number of positive divisors of an integer with prime factorization p1e1p2e2pkekp_1^{e_1} p_2^{e_2} \dots p_k^{e_k} is given by (e1+1)(e2+1)(ek+1)(e_1+1)(e_2+1)\dots(e_k+1). Because MM is divisible by 45=32×545 = 3^2 \times 5 but not by 27=3327 = 3^3, the prime factor 33 must have an exponent of exactly 22, which contributes a multiplier of (2+1)=3(2+1) = 3 to the total divisor count. Dividing the total 3636 divisors by 33 leaves a product of 1212 for the remaining terms (ei+1)(e_i+1). To maximize the number of distinct prime factors, we write 1212 as a product of as many integers greater than 11 as possible, which is 3×2×23 \times 2 \times 2 (3 factors). Adding the prime factor 33 gives a maximum of 1+3=41 + 3 = 4 distinct prime factors.

Step-by-Step Solution

1
Determine the prime factorization constraints from the given conditions.
M=325ap1b1p2b2prbrM = 3^2 \cdot 5^a \cdot p_1^{b_1} \cdot p_2^{b_2} \cdots p_r^{b_r}, where a1a \ge 1, bi1b_i \ge 1, and pip_i are distinct odd primes other than 33 and 55.
Since MM is odd, 22 is not a prime factor. Since MM is divisible by 45=32×545 = 3^2 \times 5 but not by 27=3327 = 3^3, the exponent of 33 must be exactly 22, and the exponent of 55 is at least 11.
2
Set up the formula for the number of positive divisors.
f(M)=(2+1)(a+1)(b1+1)(b2+1)(br+1)=36f(M) = (2 + 1)(a + 1)(b_1 + 1)(b_2 + 1) \cdots (b_r + 1) = 36, which simplifies to (a+1)(b1+1)(b2+1)(br+1)=12(a + 1)(b_1 + 1)(b_2 + 1) \cdots (b_r + 1) = 12.
The number of divisors of a number n=q1e1q2e2qkekn = q_1^{e_1} q_2^{e_2} \cdots q_k^{e_k} is (e1+1)(e2+1)(ek+1)(e_1 + 1)(e_2 + 1) \cdots (e_k + 1).
3
Maximize the number of terms in the product yielding 1212.
The maximum number of factors greater than 11 whose product is 1212 is 33, since 12=3×2×212 = 3 \times 2 \times 2.
Each factor greater than 11 in (a+1)(b1+1)(br+1)(a+1)(b_1+1)\dots(b_r+1) corresponds to a distinct prime factor of MM (other than 33).
4
Calculate the maximum total number of distinct prime factors of MM.
Total distinct prime factors = 1 (for 3)+3 (from the factorization of 12)=41 \text{ (for 3)} + 3 \text{ (from the factorization of 12)} = 4.
The prime factors are 33, 55, p1p_1, and p2p_2, giving 44 distinct prime factors in total.

Key Concept

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

What is the remainder when the sum S=31+32+33++32025S = 3^1 + 3^2 + 3^3 + \dots + 3^{2025} is divided by 100100?

Show answer & explanation

Answer: 63

Answer

The remainder when the sum SS is divided by 100100 is 6363.
Using the geometric series formula, S=3(320251)2S = \frac{3(3^{2025} - 1)}{2}. Computing 32025(mod200)3^{2025} \pmod{200} gives 43(mod200)43 \pmod{200} because 3201(mod200)3^{20} \equiv 1 \pmod{200} and 20255(mod20)2025 \equiv 5 \pmod{20}. Substituting this into the numerator yields 3(431)=126(mod200)3(43 - 1) = 126 \pmod{200}. Dividing by 22 produces the remainder 6363 modulo 100100.

Step-by-Step Solution

1
Sum the geometric series S=31+32++32025S = 3^1 + 3^2 + \dots + 3^{2025}
S=3(320251)2S = \frac{3(3^{2025} - 1)}{2}
Applying the standard finite geometric series formula arn1r1a\frac{r^n - 1}{r - 1} with a=3a = 3 and r=3r = 3.
2
Set up modular equation for S(mod100)S \pmod{100}
Evaluate 3(320251)(mod200)3(3^{2025} - 1) \pmod{200}
Dividing an integer congruence by 22 requires doubling the modulus to 200200 to maintain exact divisibility.
3
Find the cyclicity period of 3n(mod200)3^n \pmod{200}
3201(mod200)3^{20} \equiv 1 \pmod{200}
35=243433^5 = 243 \equiv 43, 310432=1849493^{10} \equiv 43^2 = 1849 \equiv 49, and 320492=24011(mod200)3^{20} \equiv 49^2 = 2401 \equiv 1 \pmod{200}.
4
Compute 32025(mod200)3^{2025} \pmod{200}
320253543(mod200)3^{2025} \equiv 3^5 \equiv 43 \pmod{200}
Dividing the exponent 20252025 by the period length 2020 leaves a remainder of 55.
5
Calculate the numerator 3(320251)(mod200)3(3^{2025} - 1) \pmod{200} and divide by 2
3(431)=126(mod200)3(43 - 1) = 126 \pmod{200}, so S63(mod100)S \equiv 63 \pmod{100}
Simplifying 126/2=63126 / 2 = 63 gives the unique remainder modulo 100100.

Key Concept

Geometric series summation combined with modular arithmetic and cyclicity mod 200
Question 70Question

At the beginning of the year, a logistics company's fleet consisted of trucks, vans, and cargo planes. Exactly 0.400.40 of the total fleet were trucks, and 38\frac{3}{8} of the total fleet were vans, with the remaining vehicles being cargo planes. Over the course of the year, the number of trucks increased by 25%25\%, the number of vans decreased by 20%20\%, and the number of cargo planes increased by 50%50\%. By what percentage did the total number of vehicles in the company's fleet increase over the year?

Show answer & explanation

Answer: 13.75%13.75\%

Answer

The total number of vehicles in the fleet increased by 13.75%13.75\%.
To find the net percentage increase of the entire fleet, we express each vehicle subgroup as a fraction or decimal of the initial total fleet TT. Trucks account for 0.40T0.40T, vans account for 38T=0.375T\frac{3}{8}T = 0.375T, and cargo planes account for the remaining 1(0.40+0.375)=0.225T1 - (0.40 + 0.375) = 0.225T. Applying the respective percentage changes gives an increase of 0.25×0.40T=+0.10T0.25 \times 0.40T = +0.10T for trucks, a decrease of 0.20×0.375T=0.075T0.20 \times 0.375T = -0.075T for vans, and an increase of 0.50×0.225T=+0.1125T0.50 \times 0.225T = +0.1125T for cargo planes. Summing these changes yields a net gain of 0.10T0.075T+0.1125T=0.1375T0.10T - 0.075T + 0.1125T = 0.1375T, which corresponds to an overall increase of 13.75%13.75\%.

Step-by-Step Solution

1
Determine the initial proportions of each vehicle type in the fleet.
Trucks represent 0.400.40 of the fleet. Vans represent 38=0.375\frac{3}{8} = 0.375 of the fleet. Cargo planes represent 1(0.40+0.375)=0.2251 - (0.40 + 0.375) = 0.225 of the fleet.
The sum of all component proportions must equal 1.01.0 (or 100%100\% of the initial fleet).
2
Calculate the weighted net change contributed by each vehicle type relative to the initial fleet size TT.
Truck change: +25% of 0.40T=0.25×0.40T=+0.100T+25\% \text{ of } 0.40T = 0.25 \times 0.40T = +0.100T.
Van change: 20% of 0.375T=0.20×0.375T=0.075T-20\% \text{ of } 0.375T = -0.20 \times 0.375T = -0.075T.
Cargo plane change: +50% of 0.225T=0.50×0.225T=+0.1125T+50\% \text{ of } 0.225T = 0.50 \times 0.225T = +0.1125T.
The net change contributed by a subgroup is its relative proportion multiplied by its specific percentage change.
3
Sum the component changes to find the total overall change.
Total net change =+0.100T0.075T+0.1125T=+0.1375T= +0.100T - 0.075T + 0.1125T = +0.1375T.
Combining the individual net contributions yields the overall change in fleet size.
4
Convert the decimal net change to a percentage.
0.1375×100%=13.75%0.1375 \times 100\% = 13.75\%.
Multiplying the decimal fraction of total increase by 100%100\% gives the overall percentage increase.

Key Concept

Weighted Percentage Changes

Alternative Method

Assume a concrete total initial fleet size that works easily with the numbers, such as T=800T = 800 vehicles. Initial trucks =0.40×800=320= 0.40 \times 800 = 320. Initial vans =38×800=300= \frac{3}{8} \times 800 = 300. Initial planes =800320300=180= 800 - 320 - 300 = 180. After changes: new trucks =320×1.25=400= 320 \times 1.25 = 400, new vans =300×0.80=240= 300 \times 0.80 = 240, new planes =180×1.50=270= 180 \times 1.50 = 270. New total fleet =400+240+270=910= 400 + 240 + 270 = 910. Fleet increase =910800=110= 910 - 800 = 110. Percentage increase =110800×100%=13.75%= \frac{110}{800} \times 100\% = 13.75\%.
Estimated Time:2m 0s
Question 71Question

At a logistics distribution hub, a shipment of incoming packages was processed over two shifts. During the morning shift, 0.350.35 of the total shipment was processed and dispatched. During the evening shift, 413\frac{4}{13} of the remaining packages were processed. If 450450 packages remained unprocessed at the end of both shifts, what was the total number of packages in the initial shipment?

Show answer & explanation

Answer: 1000

Answer

1000 packages
To find the initial shipment size, first express 0.350.35 as the fraction 720\frac{7}{20}. Subtracting this from 11 leaves 1320\frac{13}{20} of the initial total after the morning shift. Next, processing 413\frac{4}{13} of these remaining packages leaves 1413=9131 - \frac{4}{13} = \frac{9}{13} of that remaining amount. Multiplying 913×1320\frac{9}{13} \times \frac{13}{20} shows that 920\frac{9}{20} of the original total remains unprocessed. Finally, setting 920\frac{9}{20} of the total equal to 450450 packages yields an initial total of 10001000 packages.

Step-by-Step Solution

1
Convert decimal portion to fraction and find remaining fraction after morning shift
Remaining fraction after morning shift is 1320\frac{13}{20}
Since 0.35=7200.35 = \frac{7}{20} of the total shipment was processed, 1720=13201 - \frac{7}{20} = \frac{13}{20} of the initial shipment remained.
2
Determine the remaining fraction of the shipment after the evening shift
Final remaining fraction of the initial shipment is 920\frac{9}{20}
The evening shift processed 413\frac{4}{13} of the remaining packages, leaving 1413=9131 - \frac{4}{13} = \frac{9}{13} of the remaining packages. Thus, 913×1320=920\frac{9}{13} \times \frac{13}{20} = \frac{9}{20} of the initial shipment remained.
3
Solve for the total initial number of packages
Total initial packages = 10001000
Setting 920N=450\frac{9}{20} N = 450 gives N=450×209=1000N = 450 \times \frac{20}{9} = 1000.

Key Concept

Combining decimal-to-fraction conversions with successive remaining fraction calculations
Question 72Question

If N=3121N = 3^{12} - 1, what is the sum of all the distinct prime factors of NN?

Show answer & explanation

Answer: 100

Answer

The sum of all the distinct prime factors of NN is 100.
Factoring 31213^{12} - 1 via difference of squares and sum of cubes yields (361)(36+1)=(23×7×13)(2×5×73)=24×5×7×13×73(3^6 - 1)(3^6 + 1) = (2^3 \times 7 \times 13)(2 \times 5 \times 73) = 2^4 \times 5 \times 7 \times 13 \times 73. The distinct prime factors are 2, 5, 7, 13, and 73, which sum to 100.

Step-by-Step Solution

1
Decompose N=3121N = 3^{12} - 1 using the difference of squares identity a2b2=(ab)(a+b)a^2 - b^2 = (a - b)(a + b).
N=(361)(36+1)N = (3^6 - 1)(3^6 + 1)
Breaking down large powers of integers into products of smaller terms allows for systematic prime factor determination.
2
Completely factor the term (361)(3^6 - 1).
361=(331)(33+1)=26×28=(2×13)×(22×7)=23×7×133^6 - 1 = (3^3 - 1)(3^3 + 1) = 26 \times 28 = (2 \times 13) \times (2^2 \times 7) = 2^3 \times 7 \times 13
Applying the difference of squares identity iteratively converts the term into small arithmetic integers with obvious prime factorizations.
3
Completely factor the term (36+1)(3^6 + 1) using the sum of cubes identity a3+b3=(a+b)(a2ab+b2)a^3 + b^3 = (a + b)(a^2 - ab + b^2).
36+1=(32)3+1=(32+1)((32)232+1)=10×73=2×5×733^6 + 1 = (3^2)^3 + 1 = (3^2 + 1)((3^2)^2 - 3^2 + 1) = 10 \times 73 = 2 \times 5 \times 73
The factor 73 is prime because it is not divisible by any prime numbers less than or equal to 738.54\sqrt{73} \approx 8.54 (namely 2, 3, 5, and 7).
4
Combine the component prime factorizations to list all distinct prime factors of NN.
N=24×5×7×13×73N = 2^4 \times 5 \times 7 \times 13 \times 73, so the set of distinct prime factors is \{2, 5, 7, 13, 73\}.
Each prime base is included exactly once regardless of its exponent.
5
Sum the distinct prime factors.
2+5+7+13+73=1002 + 5 + 7 + 13 + 73 = 100
Adding the unique prime factors yields the requested value.

Key Concept

Prime Factorization using Algebraic Polynomial Identities
Estimated Time:2m 30s
Question 73Question

A commercial bakery uses flour, sugar, and butter as the main ingredients by weight to produce a specialized pastry mix. Flour accounts for 0.500.50 of the total weight of the mix. Sugar accounts for 38\frac{3}{8} of the remaining weight of the mix. If the rest of the mix consists of 1515 kilograms of butter, what is the total weight, in kilograms, of the pastry mix?

Show answer & explanation

Answer: 4848

Answer

The total weight of the pastry mix is 4848 kilograms.
The option stating 4848 is correct because flour leaves 12\frac{1}{2} of the total mix. Sugar takes 38\frac{3}{8} of that half, leaving 58\frac{5}{8} of the half for butter. Thus, butter accounts for 516\frac{5}{16} of the total mix. Solving 516×W=15\frac{5}{16} \times W = 15 yields W=48W = 48 kg.

Step-by-Step Solution

1
Determine the fraction of the total weight remaining after accounting for flour.
Since flour represents 0.50=120.50 = \frac{1}{2} of the total weight WW, the remaining weight is 112=12W1 - \frac{1}{2} = \frac{1}{2}W.
The base for the sugar component is specified as the remaining weight after flour.
2
Calculate the fraction of the total weight represented by butter.
Sugar takes 38\frac{3}{8} of the remaining weight, so butter takes the remaining 138=581 - \frac{3}{8} = \frac{5}{8} of the remaining weight. Therefore, butter is 58×12W=516W\frac{5}{8} \times \frac{1}{2}W = \frac{5}{16}W.
Butter forms the rest of the mixture after sugar is accounted for within the remaining weight.
3
Set up an equation with the given butter weight to solve for total weight WW.
\frac{5}{16}W = 15 \implies W = 15 \times \frac{16}{5} = 3 \times 16 = 48$ kg.
Equating the algebraic fractional expression to the known numerical weight yields the overall total.

Key Concept

Multi-step successive fraction arithmetic with changing base values
Question 74Question

Let n=1325725n = 13^{25} - 7^{25}. When nn is divided by 1010, the remainder is R1R_1, where 0R1<100 \le R_1 < 10. When n-n is divided by 77, the remainder is R2R_2, where 0R2<70 \le R_2 < 7. What is the value of R1+R2R_1 + R_2?

Show answer & explanation

Answer: 7

Answer

The value of R1+R2R_1 + R_2 is 7.
To find R1R_1, we evaluate n=1325725(mod10)n = 13^{25} - 7^{25} \pmod{10}. Both 3 and 7 have units digit cyclicity of period 4. Because 251(mod4)25 \equiv 1 \pmod 4, 132531=3(mod10)13^{25} \equiv 3^1 = 3 \pmod{10} and 72571=7(mod10)7^{25} \equiv 7^1 = 7 \pmod{10}. Then n37=46(mod10)n \equiv 3 - 7 = -4 \equiv 6 \pmod{10}, so R1=6R_1 = 6. To find R2R_2, we evaluate n=7251325(mod7)-n = 7^{25} - 13^{25} \pmod 7. Since 7250(mod7)7^{25} \equiv 0 \pmod 7 and 131(mod7)13 \equiv -1 \pmod 7, we have n0(1)25=1(mod7)-n \equiv 0 - (-1)^{25} = 1 \pmod 7, so R2=1R_2 = 1. Summing them yields R1+R2=6+1=7R_1 + R_2 = 6 + 1 = 7.

Step-by-Step Solution

1
Determine R1R_1, the remainder when n=1325725n = 13^{25} - 7^{25} is divided by 10.
R1=6R_1 = 6
Working modulo 10, 133(mod10)13 \equiv 3 \pmod{10}, so 1325325(mod10)13^{25} \equiv 3^{25} \pmod{10}. Powers of 3 follow a units digit cycle of period 4 (3,9,7,13, 9, 7, 1). Since 25=4×6+125 = 4 \times 6 + 1, 32531=3(mod10)3^{25} \equiv 3^1 = 3 \pmod{10}. Similarly, powers of 7 follow a units digit cycle of period 4 (7,9,3,17, 9, 3, 1), so 72571=7(mod10)7^{25} \equiv 7^1 = 7 \pmod{10}. Thus, n37=46(mod10)n \equiv 3 - 7 = -4 \equiv 6 \pmod{10}, yielding R1=6R_1 = 6.
2
Determine R2R_2, the remainder when n=7251325-n = 7^{25} - 13^{25} is divided by 7.
R2=1R_2 = 1
Working modulo 7, 7250(mod7)7^{25} \equiv 0 \pmod 7. Since 131(mod7)13 \equiv -1 \pmod 7, 1325(1)25=1(mod7)13^{25} \equiv (-1)^{25} = -1 \pmod 7. Substituting these gives n=72513250(1)=1(mod7)-n = 7^{25} - 13^{25} \equiv 0 - (-1) = 1 \pmod 7. Since 01<70 \le 1 < 7, R2=1R_2 = 1.
3
Calculate the sum R1+R2R_1 + R_2.
6+1=76 + 1 = 7
Adding the two non-negative remainders gives R1+R2=6+1=7R_1 + R_2 = 6 + 1 = 7.

Key Concept

Modular arithmetic, units digit cyclicity, and converting negative integer remainders to standard non-negative remainders.
Question 75Question

Let nn be a positive integer with exactly two distinct prime factors. If nn is a multiple of 1212, is not a multiple of 88, and has exactly 1212 positive factors, what is the number of positive factors of n2n^2?

Show answer & explanation

Answer: 35

Answer

The number of positive factors of n2n^2 is 35.
Since nn is a multiple of 12=223112 = 2^2 \cdot 3^1 and has exactly two distinct prime factors, its prime factorization must be n=2a3bn = 2^a \cdot 3^b. The condition that nn is not a multiple of 8=238 = 2^3 forces a=2a = 2. Using the factor count formula (a+1)(b+1)=12(a+1)(b+1) = 12, we get (2+1)(b+1)=12(2+1)(b+1) = 12, which gives b=3b = 3. Therefore, n2=(2233)2=2436n^2 = (2^2 \cdot 3^3)^2 = 2^4 \cdot 3^6. The total number of positive factors of n2n^2 is (4+1)(6+1)=35(4+1)(6+1) = 35.

Step-by-Step Solution

1
Determine the prime factors of nn
n=2a3bn = 2^a \cdot 3^b, where a2a \geq 2 and b1b \geq 1
Since nn has exactly two distinct prime factors and 12=223112 = 2^2 \cdot 3^1 divides nn, the only prime factors of nn are 22 and 33.
2
Apply the divisibility constraints on the exponent aa
a=2a = 2
Since 1212 divides nn, a2a \geq 2. Since nn is not a multiple of 8=238 = 2^3, a<3a < 3. Thus aa must equal 22.
3
Use the factor count formula to find bb
b=3b = 3, so n=2233n = 2^2 \cdot 3^3
The number of positive factors of nn is (a+1)(b+1)=(2+1)(b+1)=12    3(b+1)=12    b=3(a+1)(b+1) = (2+1)(b+1) = 12 \implies 3(b+1) = 12 \implies b = 3.
4
Calculate the number of positive factors of n2n^2
(4+1)(6+1)=35(4+1)(6+1) = 35
Squaring nn gives n2=(2233)2=2436n^2 = (2^2 \cdot 3^3)^2 = 2^4 \cdot 3^6. By the factor count formula, n2n^2 has (4+1)(6+1)=35(4+1)(6+1) = 35 positive factors.

Key Concept

Factor Count Formula & Prime Factorization Constraints
Estimated Time:1m 45s
Question 76Question

If N=66+67+68+69N = 6^6 + 6^7 + 6^8 + 6^9, what is the sum of the exponents of all prime factors in the prime factorization of NN?

Show answer & explanation

Answer: 14

Answer

14
Factoring out 666^6 gives N=66(1+6+36+216)=66(259)N = 6^6(1 + 6 + 36 + 216) = 6^6(259). Decomposing composite bases into prime factors yields 66=26×366^6 = 2^6 \times 3^6 and 259=71×371259 = 7^1 \times 37^1. Thus, the prime factorization is N=26×36×71×371N = 2^6 \times 3^6 \times 7^1 \times 37^1. Summing the prime exponents gives 6+6+1+1=146 + 6 + 1 + 1 = 14.

Step-by-Step Solution

1
Factor out the common term 666^6 from the expression.
N=66(1+6+62+63)=66(1+6+36+216)=66×259N = 6^6(1 + 6 + 6^2 + 6^3) = 6^6(1 + 6 + 36 + 216) = 6^6 \times 259
Factoring simplifies the sum into a single product of terms.
2
Express 666^6 in terms of its prime factors.
66=(2×3)6=26×366^6 = (2 \times 3)^6 = 2^6 \times 3^6
The base 6 is composite and must be broken down into prime factors 2 and 3.
3
Determine the prime factorization of 259.
Testing small primes shows 259=7×37259 = 7 \times 37, where both 7 and 37 are prime numbers.
259 is not prime and must be decomposed into its prime components 71×3717^1 \times 37^1.
4
Combine all prime factors to write the complete prime factorization of NN.
N=26×36×71×371N = 2^6 \times 3^6 \times 7^1 \times 37^1
Writing NN in standard canonical form reveals all prime exponents.
5
Sum the exponents of all prime factors.
6+6+1+1=146 + 6 + 1 + 1 = 14
The question asks for the total sum of the exponents of the prime factors.

Key Concept

Prime Factorization of Factored Exponential Sums
Estimated Time:2m 30s
Question 77Question

At the start of a month, an online bookstore's inventory consisted of Fiction, Non-Fiction, and Textbook titles. Exactly 38\frac{3}{8} of the total inventory consisted of Fiction titles, and 0.400.40 of the remaining inventory consisted of Non-Fiction titles, with the balance consisting of Textbook titles. During the month, the number of Fiction titles increased by 20%20\%, the number of Non-Fiction titles decreased by 25%25\%, and the number of Textbook titles remained unchanged. If the total inventory increased by a net amount of 1515 titles at the end of the month, how many total book titles were in the inventory at the start of the month?

Show answer & explanation

Answer: 1,200

Answer

1,200 total book titles
The initial inventory consists of 38T\frac{3}{8}T Fiction titles and 0.40×58T=14T0.40 \times \frac{5}{8}T = \frac{1}{4}T Non-Fiction titles. A 20%20\% increase in Fiction adds 340T\frac{3}{40}T, while a 25%25\% decrease in Non-Fiction subtracts 116T\frac{1}{16}T. Combining these gives a net change of 340T116T=680T580T=180T\frac{3}{40}T - \frac{1}{16}T = \frac{6}{80}T - \frac{5}{80}T = \frac{1}{80}T. Setting 180T=15\frac{1}{80}T = 15 gives T=1,200T = 1,200.

Step-by-Step Solution

1
Determine the initial fractional breakdown of each book category relative to the total inventory T
Fiction =38T= \frac{3}{8}T. Remaining inventory =138=58T= 1 - \frac{3}{8} = \frac{5}{8}T. Non-Fiction =0.40×58T=25×58T=14T= 0.40 \times \frac{5}{8}T = \frac{2}{5} \times \frac{5}{8}T = \frac{1}{4}T.
The question specifies that Non-Fiction is 0.40 of the remaining inventory, not the total inventory.
2
Calculate the net change in titles as a fraction of total initial inventory T
Increase in Fiction =20%×38T=15×38T=+340T= 20\% \times \frac{3}{8}T = \frac{1}{5} \times \frac{3}{8}T = +\frac{3}{40}T.
Decrease in Non-Fiction =25%×14T=14×14T=116T= 25\% \times \frac{1}{4}T = \frac{1}{4} \times \frac{1}{4}T = -\frac{1}{16}T.
Net fractional change =340T116T=680T580T=+180T= \frac{3}{40}T - \frac{1}{16}T = \frac{6}{80}T - \frac{5}{80}T = +\frac{1}{80}T.
Percentage changes must be applied to each category's specific share of the total inventory.
3
Equate the net fractional change to the numerical net increase and solve for T
\frac{1}{80}T = 15 \implies T = 15 \times 80 = 1,200.
The overall net increase is given as 15 titles.

Key Concept

Multi-step successive fraction and percentage change with changing base values
Estimated Time:2m 0s
Question 78Question

What is the value of (23+23)2(2^3 + 2^3)^2?

Show answer & explanation

Answer: 282^8

Answer

The correct answer is 282^8.
Combining the terms inside the parentheses gives 23+23=223=242^3 + 2^3 = 2 \cdot 2^3 = 2^4. Squaring 242^4 using the power rule (am)n=amn(a^m)^n = a^{m \cdot n} produces 242=282^{4 \cdot 2} = 2^8.

Step-by-Step Solution

1
Simplify the expression inside the parentheses
23+23=2(23)=2123=242^3 + 2^3 = 2 \cdot (2^3) = 2^1 \cdot 2^3 = 2^4
Adding two identical terms is equivalent to multiplying the term by 2, which allows combining powers of the same base.
2
Apply the power of a power exponent rule to the outer square
(24)2=24×2=28(2^4)^2 = 2^{4 \times 2} = 2^8
When raising a power to another power, multiply the exponents: (am)n=amn(a^m)^n = a^{m \cdot n}.

Key Concept

Combining like exponential terms and applying power rules
Estimated Time:45s
Question 79Question

For positive integers aa, bb, and cc, let x=2a×33×5bx = 2^a \times 3^3 \times 5^b and y=23×3c×51y = 2^3 \times 3^c \times 5^1. If GCD(x,y)=360\text{GCD}(x, y) = 360 and LCM(x,y)=270,000\text{LCM}(x, y) = 270,000, what is the value of a+b+ca + b + c?

Show answer & explanation

Answer: 10

Answer

10
First, express the given GCD and LCM in prime factor form: 360=23×32×51360 = 2^3 \times 3^2 \times 5^1 and 270,000=24×33×54270,000 = 2^4 \times 3^3 \times 5^4. For any two numbers, the exponent of each prime factor in their GCD is the minimum of their individual exponents, while the exponent in their LCM is the maximum. Comparing prime 2: max(a,3)=4\max(a, 3) = 4, so a=4a = 4. Comparing prime 3: min(3,c)=2\min(3, c) = 2, so c=2c = 2. Comparing prime 5: max(b,1)=4\max(b, 1) = 4, so b=4b = 4. Therefore, a+b+c=4+4+2=10a + b + c = 4 + 4 + 2 = 10.

Step-by-Step Solution

1
Find the prime factorizations of GCD(x, y) and LCM(x, y)
360 = 2^3 × 3^2 × 5^1 and 270,000 = 2^4 × 3^3 × 5^4
Expressing GCD and LCM in prime factor form allows direct comparison of prime exponents.
2
Apply prime exponent rules for GCD (minimum) and LCM (maximum)
For prime 2: min(a, 3) = 3 and max(a, 3) = 4, so a = 4.
For prime 3: min(3, c) = 2 and max(3, c) = 3, so c = 2.
For prime 5: min(b, 1) = 1 and max(b, 1) = 4, so b = 4.
The GCD takes the minimum exponent for each prime factor, while the LCM takes the maximum exponent.
3
Calculate the sum a + b + c
4 + 4 + 2 = 10
Substitute the evaluated exponent values to find the requested total.

Key Concept

GCD and LCM via Prime Factorization Exponents
Estimated Time:1m 30s
Question 80Question

A positive integer nn has a prime factorization of the form 2a3b5c2^a \cdot 3^b \cdot 5^c, where aa, bb, and cc are non-negative integers. If nn is a multiple of 2020 but not a multiple of 4040, is not divisible by 99, and has exactly 1212 positive integer divisors, what is the sum of all possible values of nn?

Show answer & explanation

Answer: 560

Answer

The sum of all possible values of nn is 560.
To determine the sum of all possible values of nn, first analyze the given conditions on the prime exponents of n=2a3b5cn = 2^a \cdot 3^b \cdot 5^c. Divisibility by 20=225120 = 2^2 \cdot 5^1 requires a2a \ge 2 and c1c \ge 1. Since nn is not divisible by 40=235140 = 2^3 \cdot 5^1, the exponent aa must equal 2. Since nn is not divisible by 9=329 = 3^2, the exponent bb must be strictly less than 2, meaning bb can be 0 or 1. The total number of positive integer divisors is given by (a+1)(b+1)(c+1)=12(a+1)(b+1)(c+1) = 12. Substituting a=2a = 2 gives 3(b+1)(c+1)=123(b+1)(c+1) = 12, or (b+1)(c+1)=4(b+1)(c+1) = 4. If b=0b = 0, then c+1=4    c=3c+1 = 4 \implies c = 3, which gives n=223053=500n = 2^2 \cdot 3^0 \cdot 5^3 = 500. If b=1b = 1, then c+1=2    c=1c+1 = 2 \implies c = 1, which gives n=223151=60n = 2^2 \cdot 3^1 \cdot 5^1 = 60. The sum of these two valid values is 500+60=560500 + 60 = 560.

Step-by-Step Solution

1
Analyze the divisibility constraints to find values/ranges for exponents aa, bb, and cc.
a=2a = 2, c1c \ge 1, and b{0,1}b \in \{0, 1\}.
Divisibility by 20 (22512^2 \cdot 5^1) requires a2a \ge 2 and c1c \ge 1. Non-divisibility by 40 (23512^3 \cdot 5^1) restricts a<3a < 3, so a=2a = 2. Non-divisibility by 9 (323^2) restricts b<2b < 2.
2
Apply the divisor count formula (a+1)(b+1)(c+1)=12(a+1)(b+1)(c+1) = 12.
(b+1)(c+1)=4(b+1)(c+1) = 4.
Plugging a=2a = 2 into (a+1)(b+1)(c+1)=12(a+1)(b+1)(c+1) = 12 yields 3(b+1)(c+1)=123(b+1)(c+1) = 12, which simplifies to (b+1)(c+1)=4(b+1)(c+1) = 4.
3
Evaluate the cases for b=0b = 0 and b=1b = 1.
The valid values for nn are 500500 and 6060.
When b=0b = 0, c+1=4    c=3c+1 = 4 \implies c = 3, yielding n=223053=500n = 2^2 \cdot 3^0 \cdot 5^3 = 500. When b=1b = 1, c+1=2    c=1c+1 = 2 \implies c = 1, yielding n=223151=60n = 2^2 \cdot 3^1 \cdot 5^1 = 60.
4
Calculate the sum of all valid integers nn.
560
500+60=560500 + 60 = 560.

Key Concept

Divisor Count Formula and Divisibility Constraints
PreviousPage 4 / 12Next