Number Properties and Arithmetic

232 questions

Question 41Question

For a positive integer N=2a×3b×5cN = 2^a \times 3^b \times 5^c, where aa, bb, and cc are positive integers, the integer N2\frac{N}{2} has 4040 positive factors, the integer N3\frac{N}{3} has 3636 positive factors, and the integer N5\frac{N}{5} has 2424 positive factors. What is the total number of positive factors of N2N^2?

Show answer & explanation

Answer: 231

Answer

231 positive factors
The correct answer is 231. By representing the factor counts of N2\frac{N}{2}, N3\frac{N}{3}, and N5\frac{N}{5} algebraically, we establish a system of equations for the exponents a,b,ca, b, c. Solving this system yields a=5a=5, b=3b=3, and c=1c=1. Squaring NN doubles each exponent, giving N2=210×36×52N^2 = 2^{10} \times 3^6 \times 5^2. Applying the factor count formula gives (10+1)(6+1)(2+1)=231(10+1)(6+1)(2+1) = 231.

Step-by-Step Solution

1
Set up equations for the number of positive factors of N/2, N/3, and N/5 using the prime factorization formula.
The total number of factors of an integer 2x3y5z2^x 3^y 5^z is (x+1)(y+1)(z+1)(x+1)(y+1)(z+1). Thus: a(b+1)(c+1)=40a(b+1)(c+1) = 40, (a+1)b(c+1)=36(a+1)b(c+1) = 36, and (a+1)(b+1)c=24(a+1)(b+1)c = 24.
Dividing NN by a prime factor reduces that prime factor's exponent by 1.
2
Express each equation in terms of T=(a+1)(b+1)(c+1)T = (a+1)(b+1)(c+1), the total number of factors of NN.
(b+1)(c+1)=T40(b+1)(c+1) = T - 40, (a+1)(c+1)=T36(a+1)(c+1) = T - 36, and (a+1)(b+1)=T24(a+1)(b+1) = T - 24.
Expanding (x1)yz=xyzyz=Tyz(x-1)yz = xyz - yz = T - yz allows expressing pairwise products in terms of TT.
3
Multiply the three pairwise product equations to solve for TT.
[(a+1)(b+1)(c+1)]2=(T40)(T36)(T24)    T2=(T40)(T36)(T24)[(a+1)(b+1)(c+1)]^2 = (T-40)(T-36)(T-24) \implies T^2 = (T-40)(T-36)(T-24). Testing T=48T = 48: 482=230448^2 = 2304 and (8)(12)(24)=2304(8)(12)(24) = 2304. Thus T=48T = 48.
Multiplying (b+1)(c+1)×(a+1)(c+1)×(a+1)(b+1)(b+1)(c+1) \times (a+1)(c+1) \times (a+1)(b+1) yields T2T^2.
4
Determine the individual exponents aa, bb, and cc.
a+1=(T36)(T24)T40=12×248=6    a=5a+1 = \sqrt{\frac{(T-36)(T-24)}{T-40}} = \sqrt{\frac{12 \times 24}{8}} = 6 \implies a = 5. Similarly, b+1=4    b=3b+1 = 4 \implies b = 3, and c+1=2    c=1c+1 = 2 \implies c = 1.
Dividing the product of two pairwise terms by the third gives the square of a single term.
5
Calculate the total number of positive factors of N2N^2.
N2=22a×32b×52c=210×36×52N^2 = 2^{2a} \times 3^{2b} \times 5^{2c} = 2^{10} \times 3^6 \times 5^2. Number of factors =(10+1)(6+1)(2+1)=11×7×3=231= (10+1)(6+1)(2+1) = 11 \times 7 \times 3 = 231.
Squaring NN doubles each prime factor's exponent.

Key Concept

Divisibility, Prime Factorization, and Total Positive Factor Counting Formula
Question 42Question

If xx, yy, and zz are integers such that x2+y2+z2x^2 + y^2 + z^2 is an odd integer, then the sum x+y+zx + y + z must be an odd integer.

Show answer & explanation

Answer: True

Answer

The statement is True because the square of any integer preserves the parity of that integer, making the parity of x2+y2+z2x^2 + y^2 + z^2 identical to the parity of x+y+zx + y + z.
The statement is true because for all integers kk, the parity of k2k^2 is identical to the parity of kk. Consequently, the parity of the sum of squares x2+y2+z2x^2 + y^2 + z^2 is always identical to the parity of the sum x+y+zx + y + z. If the sum of squares is odd, the sum of the variables must also be odd.

Step-by-Step Solution

1
Analyze the parity relationship between any integer kk and its square k2k^2.
If kk is even, k2k^2 is even; if kk is odd, k2k^2 is odd. (Note that zero is an even integer, and 02=00^2 = 0 is even).
Multiplying an even integer by itself yields an even number, and multiplying an odd integer by itself yields an odd number.
2
Relate the parity of x2+y2+z2x^2 + y^2 + z^2 to x+y+zx + y + z.
The expression x2+y2+z2x^2 + y^2 + z^2 has the exact same parity as x+y+zx + y + z.
Replacing each squared term with its base term does not change whether the sum is even or odd.
3
Apply the given condition to deduce the final parity.
Since x2+y2+z2x^2 + y^2 + z^2 is odd, x+y+zx + y + z must be odd.
Two expressions with identical parity must both be odd if one is given as odd.

Key Concept

Parity Invariance of Integer Powers
Estimated Time:1m 0s
Question 43Question

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

Show answer & explanation

Answer: 10

Answer

10
The prime factorization of 30 is 2 × 3 × 5. The distinct prime factors are 2, 3, and 5, and their sum is 2 + 3 + 5 = 10.

Step-by-Step Solution

1
Find the prime factorization of 30
30=2×3×530 = 2 \times 3 \times 5
Decomposing 30 into prime factors identifies all prime numbers that divide 30.
2
Identify the distinct prime factors
The distinct prime factors are 2, 3, and 5.
Prime factors are the prime numbers present in the prime factorization.
3
Calculate the sum of these distinct prime factors
2+3+5=102 + 3 + 5 = 10
The question asks for the sum of all distinct prime factors.

Key Concept

Prime Factorization and Prime Factors
Estimated Time:45s
Question 44Question

For how many integers xx in the range 50x50-50 \le x \le 50 is the value of the expression x55x3+4x+3x^5 - 5x^3 + 4x + 3 an even integer?

Show answer & explanation

Answer: 0

Answer

There are 0 integers in the specified range for which the expression evaluates to an even integer.
Factoring x55x3+4xx^5 - 5x^3 + 4x yields (x2)(x1)x(x+1)(x+2)(x - 2)(x - 1)x(x + 1)(x + 2), which is the product of 5 consecutive integers. The product of consecutive integers is always even for any integer xx. Adding 3 (an odd integer) to an even integer results in an odd integer for all values of xx. Consequently, zero integers in the given range result in an even value.

Step-by-Step Solution

1
Factor the variable portion of the polynomial x55x3+4x+3x^5 - 5x^3 + 4x + 3.
The expression rewrites as (x2)(x1)x(x+1)(x+2)+3(x - 2)(x - 1)x(x + 1)(x + 2) + 3.
Factoring helps identify structural properties such as consecutive terms.
2
Analyze the parity of the product of 5 consecutive integers (x2)(x1)x(x+1)(x+2)(x - 2)(x - 1)x(x + 1)(x + 2).
The product is always an even integer for all integer values of xx.
Any sequence of 5 consecutive integers includes multiple even numbers. Even when x=0x = 0, the product equals 0, which is an even integer.
3
Determine the parity of the full expression by adding the constant term 3.
Even integer + 3 (odd integer) = odd integer.
The sum of an even integer and an odd integer is always an odd integer.
4
Count the number of integer values of xx in 50x50-50 \le x \le 50 that yield an even integer.
0 integers.
Since the expression evaluates to an odd integer for every integer xx, no integer value can produce an even integer.

Key Concept

Parity of consecutive integer products and addition rules for even and odd integers.
Estimated Time:2m 0s
Question 45Question

What is the greatest common divisor (GCD) of 23×32×52^3 \times 3^2 \times 5 and 22×332^2 \times 3^3?

Show answer & explanation

Answer: 3636

Answer

The greatest common divisor (GCD) of 23×32×52^3 \times 3^2 \times 5 and 22×332^2 \times 3^3 is 3636.
The greatest common divisor (GCD) is calculated by taking the lowest power of each prime factor common to both expressions. For 23×32×52^3 \times 3^2 \times 5 and 22×332^2 \times 3^3, the common prime factors are 22 and 33. Taking the smallest exponents gives 22×32=4×9=362^2 \times 3^2 = 4 \times 9 = 36.

Step-by-Step Solution

1
Identify the common prime factors in both numbers.
The prime factors present in both numbers are 22 and 33. The factor 55 is only present in the first number.
GCD requires prime factors that are shared by all target numbers.
2
Select the minimum exponent for each common prime factor.
For 22: min(3,2)=2\min(3, 2) = 2. For 33: min(2,3)=2\min(2, 3) = 2. For 55: min(1,0)=0\min(1, 0) = 0.
The GCD contains only the prime powers that divide both numbers completely.
3
Multiply the resulting prime power factors to evaluate the GCD.
GCD=22×32=4×9=36\text{GCD} = 2^2 \times 3^2 = 4 \times 9 = 36.
Evaluating the prime factor powers gives the final integer value.

Key Concept

To find the Greatest Common Divisor (GCD) of numbers written in prime factorized form, take the product of each common prime factor raised to its smallest exponent across all the factorizations.
Estimated Time:1m 0s
Question 46Question

What is the least common multiple (LCM) of 1212 and 1818?

Show answer & explanation

Answer: 36

Answer

The least common multiple of 1212 and 1818 is 3636.
To find the least common multiple of 1212 and 1818, determine the prime factorization of each number (12=22×3112 = 2^2 \times 3^1 and 18=21×3218 = 2^1 \times 3^2). The LCM is calculated by taking the maximum power of each prime factor present: 22×32=4×9=362^2 \times 3^2 = 4 \times 9 = 36.

Step-by-Step Solution

1
Express both numbers in terms of their prime factorizations.
12=22×3112 = 2^2 \times 3^1 and 18=21×3218 = 2^1 \times 3^2
Prime factorization separates each number into basic prime components.
2
Select the highest power of each prime factor that appears in either factorization.
The highest power of 22 is 222^2, and the highest power of 33 is 323^2.
The least common multiple must contain enough factors to be divisible by both original numbers.
3
Calculate the product of these highest prime powers.
LCM(12,18)=22×32=4×9=36\text{LCM}(12, 18) = 2^2 \times 3^2 = 4 \times 9 = 36
Multiplying the chosen powers yields the minimum integer divisible by both 1212 and 1818.

Key Concept

Finding the Least Common Multiple (LCM) via Prime Factorization
Estimated Time:45s
Question 47Question

For how many ordered pairs of positive integers (a,b)(a, b), where 1a151 \le a \le 15 and 1b151 \le b \le 15, is the value of the expression (a2+a+1)(b3+b+7)(a^2 + a + 1)(b^3 + b + 7) an even integer?

Show answer & explanation

Answer: 0

Answer

The expression evaluates to an odd integer for all positive integer pairs (a,b)(a, b), so there are 0 ordered pairs for which the value is an even integer.
The factor (a2+a+1)(a^2 + a + 1) simplifies to a(a+1)+1a(a + 1) + 1. Because a(a+1)a(a + 1) is the product of two consecutive integers, it is always even, making a(a+1)+1a(a + 1) + 1 odd for every integer aa. The factor (b3+b+7)(b^3 + b + 7) is always odd because b3b^3 and bb have matching parities (their sum is always even), so adding 7 yields an odd number. Since the product of two odd integers is always odd, the expression is never even, yielding exactly 0 ordered pairs.

Step-by-Step Solution

1
Examine the parity of the factor a2+a+1a^2 + a + 1
a2+a+1a^2 + a + 1 is odd for all integer values of aa
The expression a2+a=a(a+1)a^2 + a = a(a + 1) represents the product of two consecutive integers, which is always even. Adding 1 to an even integer results in an odd integer.
2
Examine the parity of the factor b3+b+7b^3 + b + 7
b3+b+7b^3 + b + 7 is odd for all integer values of bb
Since b3b^3 and bb always share the same parity, their sum b3+bb^3 + b is always even. Adding 7 to an even integer results in an odd integer.
3
Determine the overall parity of the product
The product (a2+a+1)(b3+b+7)(a^2 + a + 1)(b^3 + b + 7) is odd for all inputs
The product of two odd integers is strictly an odd integer.
4
Count the number of pairs satisfying the even condition
0 pairs
Because the product is never even, zero pairs satisfy the requirement.

Key Concept

Parity rules of consecutive integer products and polynomial expressions
Estimated Time:1m 30s
Question 48Question

If xx, yy, and zz are integers such that x+y+z=0x + y + z = 0 and x3yzx^3 y - z is an odd integer, which of the following expressions MUST be an even integer?

Show answer & explanation

Answer: xyzx y z

Answer

The expression representing the product of the three integers, xyzx y z, must always be an even integer.
The correct answer is the product of the three variables because logical parity analysis reveals that it is impossible for all three integers to be even, but in all valid cases at least one of the three variables must be an even integer (or zero). A product containing at least one even factor is always even.

Step-by-Step Solution

1
Express zz in terms of xx and yy using the given sum equality.
z=(x+y)z = -(x + y).
Since x+y+z=0x + y + z = 0, substituting z=(x+y)z = -(x + y) allows evaluation of the given parity condition in terms of xx and yy only.
2
Substitute z=(x+y)z = -(x + y) into the given expression x3yzx^3 y - z and analyze its parity.
x3yz=x3y+x+yx^3 y - z = x^3 y + x + y. Since x3x^3 and xx have the same parity for any integer xx, x3y+x+yx^3 y + x + y has the same parity as xy+x+yx y + x + y.
The parity of an integer raised to a positive integer power is identical to the parity of the base integer.
3
Evaluate the four possible parity combinations for (x,y)(x, y).
If both xx and yy are even, then xy+x+y=even+even+even=evenx y + x + y = \text{even} + \text{even} + \text{even} = \text{even}, which contradicts the condition that x3yzx^3 y - z is odd. Thus, xx and yy cannot both be even.
Eliminating the case where both xx and yy are even implies that at least one of xx or yy must be odd.
4
Determine the parity of xyzx y z in all remaining valid cases.
In Case 1 (xx odd, yy odd), z=(x+y)=(odd+odd)=evenz = -(x + y) = -(\text{odd} + \text{odd}) = \text{even}, so zz is even and xyzx y z is even. In Case 2 (xx even, yy odd), xx is even so xyzx y z is even. In Case 3 (xx odd, yy even), yy is even so xyzx y z is even. Therefore, xyzx y z is even in every valid case.
The product of integers is even whenever at least one factor in the product is an even integer (including zero).

Key Concept

Parity rules of addition, multiplication, exponentiation, and the property that zero is an even integer.
Estimated Time:2m 0s
Question 49Question

For two positive integers aa and bb, the greatest common divisor is 1515 and the least common multiple is 180180. If a=45a = 45, what is the value of bb?

Show answer & explanation

Answer: 60

Answer

60
For any two positive integers aa and bb, the product of their greatest common divisor and their least common multiple equals the product of the two numbers, expressed as GCD(a,b)×LCM(a,b)=a×b\text{GCD}(a, b) \times \text{LCM}(a, b) = a \times b. Plugging in the given values yields 15×180=45×b15 \times 180 = 45 \times b. Dividing 27002700 by 4545 results in 6060.

Step-by-Step Solution

1
Recall the fundamental relation between GCD and LCM for two positive integers.
GCD(a,b)×LCM(a,b)=a×b\text{GCD}(a, b) \times \text{LCM}(a, b) = a \times b
The product of the greatest common divisor and the least common multiple of two positive integers is equal to the product of the integers themselves.
2
Substitute the given values into the formula.
15×180=45×b15 \times 180 = 45 \times b
We are given GCD(a,b)=15\text{GCD}(a,b) = 15, LCM(a,b)=180\text{LCM}(a,b) = 180, and a=45a = 45.
3
Solve for bb.
b=15×18045=1803=60b = \frac{15 \times 180}{45} = \frac{180}{3} = 60
Dividing both sides by 4545 simplifies to 180÷3=60180 \div 3 = 60.

Key Concept

Relationship between GCD, LCM, and the product of two positive integers.
Estimated Time:1m 30s
Question 50Question

If mm is a positive integer such that m!m! is divisible by 3103^{10} but not by 3113^{11}, and (m+5)!(m+5)! is divisible by 3133^{13} but not by 3143^{14}, what is the total number of distinct positive factors of mm?

Show answer & explanation

Answer: 8

Answer

The total number of distinct positive factors of mm is 8.
Using Legendre's formula, the highest power of 3 dividing m!m! is 10 when mm is 24, 25, or 26. Evaluating (m+5)!(m+5)!, 29!29! (from m=24m=24) has E3(29!)=9+3+1=13E_3(29!) = 9 + 3 + 1 = 13, whereas 30!30! (from m=25m=25) has E3(30!)=10+3+1=14E_3(30!) = 10 + 3 + 1 = 14. Therefore, mm must equal 24. Since 24=23×3124 = 2^3 \times 3^1, its number of distinct positive factors is (3+1)(1+1)=8(3+1)(1+1) = 8.

Step-by-Step Solution

1
Apply Legendre's formula to find the highest power of 3 dividing m!m!.
The exponent of 3 in m!m! is given by E3(m!)=m3+m9+m27+=10E_3(m!) = \lfloor \frac{m}{3} \rfloor + \lfloor \frac{m}{9} \rfloor + \lfloor \frac{m}{27} \rfloor + \dots = 10.
Legendre's formula determines the exact power of a prime pp in n!n!.
2
Test integer values for mm to satisfy E3(m!)=10E_3(m!) = 10.
For m=24m=24: E3(24!)=243+249=8+2=10E_3(24!) = \lfloor \frac{24}{3} \rfloor + \lfloor \frac{24}{9} \rfloor = 8 + 2 = 10. Thus, m{24,25,26}m \in \{24, 25, 26\}.
Integers 24, 25, and 26 each contain 10 factors of 3 in their factorial products.
3
Apply the second condition E3((m+5)!)=13E_3((m+5)!) = 13 to identify the unique value of mm.
If m=24m=24, m+5=29    E3(29!)=293+299+2927=9+3+1=13m+5=29 \implies E_3(29!) = \lfloor \frac{29}{3} \rfloor + \lfloor \frac{29}{9} \rfloor + \lfloor \frac{29}{27} \rfloor = 9 + 3 + 1 = 13. For m=25m=25 or m=26m=26, m+530m+5 \ge 30, giving E3(30!)=10+3+1=14E_3(30!) = 10+3+1 = 14. Hence, m=24m = 24.
Only m=24m=24 satisfies both power constraints simultaneously.
4
Calculate the number of positive factors of m=24m = 24.
24=23×3124 = 2^3 \times 3^1. Total positive factors =(3+1)(1+1)=4×2=8= (3+1)(1+1) = 4 \times 2 = 8.
The number of factors is found by adding 1 to each prime exponent and multiplying.

Key Concept

Legendre's Formula and Prime Factorization Divisor Counting
Estimated Time:2m 0s
Question 51Question

For two positive integers mm and nn, their prime factorizations are given by m=23×3a×5bm = 2^3 \times 3^a \times 5^b and n=2c×33×51n = 2^c \times 3^3 \times 5^1, where aa, bb, and cc are positive integer exponents. If the greatest common divisor of mm and nn is GCD(m,n)=360\text{GCD}(m, n) = 360 and their least common multiple is LCM(m,n)=108,000\text{LCM}(m, n) = 108,000, what is the value of a+b+ca + b + c?

Show answer & explanation

Answer: 1010

Answer

The correct value of a+b+ca + b + c is 1010.
First, find the prime factorizations of 360360 and 108,000108,000:
- 360=23×32×51360 = 2^3 \times 3^2 \times 5^1
- 108,000=25×33×53108,000 = 2^5 \times 3^3 \times 5^3

Using the properties of GCD and LCM:
- For base 22: GCD\text{GCD} power is 33 and LCM\text{LCM} power is 55. Since mm has 232^3, nn must have 2c2^c where c=5c = 5.
- For base 33: GCD\text{GCD} power is 22 and LCM\text{LCM} power is 33. Since nn has 333^3, mm must have 3a3^a where a=2a = 2.
- For base 55: GCD\text{GCD} power is 11 and LCM\text{LCM} power is 33. Since nn has 515^1, mm must have 5b5^b where b=3b = 3.

Summing these values gives a+b+c=2+3+5=10a + b + c = 2 + 3 + 5 = 10.

Step-by-Step Solution

1
Express GCD and LCM in prime factorized form.
GCD(m,n)=360=23×32×51\text{GCD}(m, n) = 360 = 2^3 \times 3^2 \times 5^1 and LCM(m,n)=108,000=25×33×53\text{LCM}(m, n) = 108,000 = 2^5 \times 3^3 \times 5^3.
Converting given numbers into prime powers allows direct comparison with the exponents of mm and nn.
2
Apply prime exponent min/max rules to determine aa, bb, and cc.
For prime 22: max(3,c)=5    c=5\max(3, c) = 5 \implies c = 5. For prime 33: min(a,3)=2    a=2\min(a, 3) = 2 \implies a = 2. For prime 55: max(b,1)=3    b=3\max(b, 1) = 3 \implies b = 3.
GCD\text{GCD} uses the minimum exponent for each prime factor, while LCM\text{LCM} uses the maximum exponent.
3
Sum the derived exponents aa, bb, and cc.
a+b+c=2+3+5=10a + b + c = 2 + 3 + 5 = 10.
The question asks for the sum a+b+ca + b + c.

Key Concept

Prime Factor Exponent Rule for GCD and LCM

Alternative Method

Use the product formula GCD(m,n)×LCM(m,n)=m×n\text{GCD}(m, n) \times \text{LCM}(m, n) = m \times n. Multiplying gives 360×108,000=38,880,000=28×35×54360 \times 108,000 = 38,880,000 = 2^8 \times 3^5 \times 5^4. Multiplying m×n=(23×3a×5b)×(2c×33×51)=23+c×3a+3×5b+1m \times n = (2^3 \times 3^a \times 5^b) \times (2^c \times 3^3 \times 5^1) = 2^{3+c} \times 3^{a+3} \times 5^{b+1}. Equating powers: 3+c=8    c=53+c=8 \implies c=5, a+3=5    a=2a+3=5 \implies a=2, b+1=4    b=3b+1=4 \implies b=3. Thus a+b+c=2+3+5=10a+b+c = 2+3+5 = 10.
Estimated Time:2m 0s
Question 52Question

If kk is a positive integer that is divisible by both 66 and 1010, which of the following expressions MUST yield an integer?

Show answer & explanation

Answer: k15\dfrac{k}{15}

Answer

The expression k15\dfrac{k}{15} MUST yield an integer.
Since kk is divisible by both 66 and 1010, kk must be a multiple of LCM(6,10)=30\text{LCM}(6, 10) = 30. Therefore, k=30mk = 30m for some positive integer mm. Dividing kk by 1515 gives 30m15=2m\dfrac{30m}{15} = 2m, which is guaranteed to be an integer for any positive integer mm.

Step-by-Step Solution

1
Determine the least common multiple (LCM) of 66 and 1010.
LCM(6,10)=30\text{LCM}(6, 10) = 30.
Since kk is divisible by both 66 and 1010, kk must be a multiple of their LCM.
2
Express kk in terms of its smallest possible base multiple.
k=30mk = 30m for some positive integer mm.
This represents all possible integer values for kk.
3
Determine which choice has a denominator that divides 3030.
Since 1515 divides 3030, k15=30m15=2m\dfrac{k}{15} = \dfrac{30m}{15} = 2m, which is always an integer.
Any divisor of 3030 will divide kk for all valid values of kk.

Key Concept

Least Common Multiple (LCM) and Divisibility Properties
Estimated Time:1m 0s
Question 53Question

What is the number of distinct prime factors of the greatest common divisor (GCD) of 6060 and 9090?

Show answer & explanation

Answer: 3

Answer

3
The prime factorization of 60 is 22×3×52^2 \times 3 \times 5 and the prime factorization of 90 is 2×32×52 \times 3^2 \times 5. The GCD is obtained by taking the lowest exponent for each common prime base: GCD(60,90)=21×31×51=30\text{GCD}(60, 90) = 2^1 \times 3^1 \times 5^1 = 30. The distinct prime factors of 30 are 2, 3, and 5, yielding a count of 3.

Step-by-Step Solution

1
Find the prime factorizations of 60 and 90.
60=22×31×5160 = 2^2 \times 3^1 \times 5^1 and 90=21×32×5190 = 2^1 \times 3^2 \times 5^1
Expressing numbers as products of prime factors is the standard method for finding their GCD.
2
Determine the GCD by taking the lowest power of each common prime factor.
GCD(60,90)=2min(2,1)×3min(1,2)×5min(1,1)=21×31×51=30\text{GCD}(60, 90) = 2^{\min(2,1)} \times 3^{\min(1,2)} \times 5^{\min(1,1)} = 2^1 \times 3^1 \times 5^1 = 30
The GCD takes the common prime bases raised to their minimum respective exponents.
3
Identify and count the distinct prime factors of 30.
The distinct prime factors of 30 are 2, 3, and 5, giving a total of 3 prime factors.
By prime definition, 1 is excluded from the list of prime factors.

Key Concept

Greatest Common Divisor (GCD) and Prime Factorization
Estimated Time:1m 0s
Question 54Question

For two positive integers xx and yy, their greatest common divisor is gcd(x,y)=12\gcd(x, y) = 12 and their least common multiple is lcm(x,y)=10,800\text{lcm}(x, y) = 10,800. If x>yx > y, xx is not divisible by 99, and yy is not divisible by 2525, what is the value of x+yx + y?

Show answer & explanation

Answer: 1,308

Answer

The sum of the two integers x+yx + y is 1,3081,308.
By prime factorizing the given GCD (22312^2 \cdot 3^1) and LCM (2433522^4 \cdot 3^3 \cdot 5^2), the minimum and maximum exponents for each prime factor are determined. The constraint that xx is not divisible by 99 forces the exponent of 33 in xx to be 11, so the exponent of 33 in yy must be 33. The constraint that yy is not divisible by 2525 forces the exponent of 55 in yy to be 00, so the exponent of 55 in xx must be 22. Finally, the condition x>yx > y requires the exponent of 22 in xx to be 44 and in yy to be 22. Thus, x=1,200x = 1,200 and y=108y = 108, giving x+y=1,308x + y = 1,308.

Step-by-Step Solution

1
Express the GCD and LCM in their prime factorizations.
gcd(x,y)=12=223150\gcd(x, y) = 12 = 2^2 \cdot 3^1 \cdot 5^0 and lcm(x,y)=10,800=243352\text{lcm}(x, y) = 10,800 = 2^4 \cdot 3^3 \cdot 5^2.
Decomposing into prime factors allows direct determination of the minimum and maximum powers of each prime factor present in xx and yy.
2
Determine the prime exponents for xx and yy using the given divisibility constraints.
For prime factor 33: min(b1,b2)=1\min(b_1, b_2) = 1 and max(b1,b2)=3\max(b_1, b_2) = 3. Since xx is not divisible by 9=329 = 3^2, b1=1b_1 = 1, which forces b2=3b_2 = 3. For prime factor 55: min(c1,c2)=0\min(c_1, c_2) = 0 and max(c1,c2)=2\max(c_1, c_2) = 2. Since yy is not divisible by 25=5225 = 5^2, c2<2c_2 < 2, which forces c1=2c_1 = 2 and c2=0c_2 = 0.
The GCD gives the minimum exponent of each prime factor across both numbers, while the LCM gives the maximum exponent.
3
Apply the condition x>yx > y to assign the powers of 22.
The exponents for 22 must be {2,4}\{2, 4\}. If xx takes exponent 44 and yy takes exponent 22, x=243152=1,200x = 2^4 \cdot 3^1 \cdot 5^2 = 1,200 and y=223350=108y = 2^2 \cdot 3^3 \cdot 5^0 = 108. Since 1,200>1081,200 > 108, this satisfies x>yx > y.
If xx took exponent 22 and yy took exponent 44, then x=300x = 300 and y=432y = 432, violating x>yx > y.
4
Calculate x+yx + y.
x+y=1,200+108=1,308x + y = 1,200 + 108 = 1,308.
Adding the uniquely determined values of xx and yy gives the final requested sum.

Key Concept

Prime factor exponent min/max rules for GCD and LCM: gcd(x,y)\gcd(x,y) takes the minimum exponent of each prime factor, while lcm(x,y)\text{lcm}(x,y) takes the maximum exponent.
Estimated Time:2m 30s
Question 55Question

What is the units digit of 7437^{43}?

Show answer & explanation

Answer: 3

Answer

The units digit of 7437^{43} is 3.
The units digits of powers of 7 repeat in a pattern of four terms: 7, 9, 3, 1. Dividing the exponent 43 by 4 yields a remainder of 3. The 3rd term in the repeating pattern is 3, so the units digit of 7437^{43} is 3.

Step-by-Step Solution

1
Determine the cyclicity pattern of the units digit of powers of 7.
The units digits for 71,72,73,74,7^1, 7^2, 7^3, 7^4, \dots follow the repeating sequence 7, 9, 3, 1 with a cycle length of 4.
Units digits of positive integer powers follow a periodic pattern.
2
Divide the exponent 43 by the pattern cycle length of 4.
43÷4=1043 \div 4 = 10 remainder 3.
The remainder determines which term in the repeating sequence gives the units digit.
3
Find the units digit corresponding to the 3rd term in the cyclicity sequence.
The 3rd digit in the sequence (7, 9, 3, 1) is 3.
A remainder of 3 corresponds to the 3rd power in the cycle, 737^3.

Key Concept

Units Digit Cyclicity
Question 56Question

For all integers kk and mm, if k2+3km+2m2k^2 + 3km + 2m^2 is an odd integer, then k+mk + m must be an odd integer.

Show answer & explanation

Answer: True

Answer

The statement is True.
The statement is true because factoring k2+3km+2m2k^2 + 3km + 2m^2 yields (k+m)(k+2m)(k + m)(k + 2m). By the fundamental properties of parity, a product of two integers is odd if and only if both factors are odd. Consequently, k+mk + m must be odd.

Step-by-Step Solution

1
Factor the algebraic expression k2+3km+2m2k^2 + 3km + 2m^2.
k2+3km+2m2=(k+m)(k+2m)k^2 + 3km + 2m^2 = (k + m)(k + 2m)
Factoring into a product of linear terms allows us to apply parity rules for multiplication.
2
Apply parity rules of multiplication to the product (k+m)(k+2m)(k + m)(k + 2m).
Since (k+m)(k+2m)(k + m)(k + 2m) is odd, both (k+m)(k + m) and (k+2m)(k + 2m) must be odd integers.
The product of two integers is odd if and only if both factors are odd integers.
3
Conclude the parity of k+mk + m.
k+mk + m is guaranteed to be an odd integer.
It is one of the two factors required to be odd for the product to be odd.

Key Concept

Parity Rules for Integer Products and Factoring
Question 57Question

If an integer nn is expressed in its prime factorization as n=23×52×11n = 2^3 \times 5^2 \times 11, how many distinct prime factors does nn have?

Show answer & explanation

Answer: 3

Answer

The integer has 3 distinct prime factors.
The expression n=23×52×11n = 2^3 \times 5^2 \times 11 shows nn written as a product of prime powers. The distinct prime factors are the unique prime numbers serving as bases in this expansion: 2, 5, and 11. Therefore, there are exactly 3 distinct prime factors.

Step-by-Step Solution

1
Identify the prime bases in the prime factorization of nn.
The prime factorization is given as n=23×52×111n = 2^3 \times 5^2 \times 11^1. The prime bases are 22, 55, and 1111.
By definition, the prime factorization expresses a number as a product of prime numbers raised to exponents.
2
Count the number of unique prime bases.
There are 3 unique prime numbers (22, 55, and 1111).
Exponents indicate how many times a prime factor is multiplied, but they do not add new distinct prime factors.

Key Concept

Distinct Prime Factors
Estimated Time:45s
Question 58Question

Let N=2a3b5cN = 2^a \cdot 3^b \cdot 5^c, where aa, bb, and cc are positive integers. If N2N^2 has 105105 positive divisors and N2\dfrac{N}{2} has 1616 positive divisors, what is the number of positive divisors of N15\dfrac{N}{15}?

Show answer & explanation

Answer: 99

Answer

The number of positive divisors of N15\dfrac{N}{15} is 99.
The prime factorization of N2N^2 is 22a32b52c2^{2a} \cdot 3^{2b} \cdot 5^{2c}, giving (2a+1)(2b+1)(2c+1)=105=3×5×7(2a+1)(2b+1)(2c+1) = 105 = 3 \times 5 \times 7. This implies that the exponents a,b,ca, b, c are a permutation of 1,2,31, 2, 3. The number of positive divisors of N2=2a13b5c\dfrac{N}{2} = 2^{a-1} \cdot 3^b \cdot 5^c is a(b+1)(c+1)=16a(b+1)(c+1) = 16. Testing a{1,2,3}a \in \{1, 2, 3\} shows that only a=2a = 2 satisfies 2(b+1)(c+1)=162(b+1)(c+1) = 16 with {b,c}={1,3}\{b, c\} = \{1, 3\}. Finally, N15=2a3b15c1\dfrac{N}{15} = 2^a \cdot 3^{b-1} \cdot 5^{c-1} has (a+1)bc(a+1)bc positive divisors. Substituting a=2a=2 and bc=3bc = 3 gives (2+1)×3=9(2+1) \times 3 = 9, making 99 the correct choice.

Step-by-Step Solution

1
Express the number of positive divisors of N2N^2 in terms of aa, bb, and cc.
(2a+1)(2b+1)(2c+1)=105(2a+1)(2b+1)(2c+1) = 105
For a prime factorization p1e1p2e2p_1^{e_1} p_2^{e_2} \dots, the total number of positive divisors is (e1+1)(e2+1)(e_1+1)(e_2+1)\dots. Here N2=22a32b52cN^2 = 2^{2a} \cdot 3^{2b} \cdot 5^{2c}.
2
Determine the set of values for the exponents {a,b,c}\{a, b, c\}.
{a,b,c}={1,2,3}\{a, b, c\} = \{1, 2, 3\}
The prime factorization of 105105 into three factors greater than 11 is uniquely 3×5×73 \times 5 \times 7. Thus, the set of values for {2a+1,2b+1,2c+1}\{2a+1, 2b+1, 2c+1\} is {3,5,7}\{3, 5, 7\}, which gives {2a,2b,2c}={2,4,6}\{2a, 2b, 2c\} = \{2, 4, 6\}, so {a,b,c}={1,2,3}\{a, b, c\} = \{1, 2, 3\}.
3
Use the divisor count of N2\dfrac{N}{2} to identify the specific value of aa.
a=2a = 2 and {b,c}={1,3}\{b, c\} = \{1, 3\}
Since N2=2a13b5c\dfrac{N}{2} = 2^{a-1} \cdot 3^b \cdot 5^c, its divisor count is a(b+1)(c+1)=16a(b+1)(c+1) = 16. Testing values from {1,2,3}\{1, 2, 3\} for aa: if a=2a=2, then 2(b+1)(c+1)=16    (b+1)(c+1)=82(b+1)(c+1) = 16 \implies (b+1)(c+1) = 8. Since {b,c}={1,3}\{b, c\} = \{1, 3\}, (1+1)(3+1)=8(1+1)(3+1) = 8, which confirms a=2a = 2 and {b,c}={1,3}\{b, c\} = \{1, 3\}.
4
Calculate the number of positive divisors of N15\dfrac{N}{15}.
(2+1)(1)(3)=9(2+1)(1)(3) = 9
N15=N35=2a3b15c1\dfrac{N}{15} = \dfrac{N}{3 \cdot 5} = 2^a \cdot 3^{b-1} \cdot 5^{c-1}. The number of positive divisors is (a+1)(b1+1)(c1+1)=(a+1)bc(a+1)(b-1+1)(c-1+1) = (a+1)bc. Substituting a=2a=2 and bc=1×3=3bc = 1 \times 3 = 3 yields (2+1)×3=9(2+1) \times 3 = 9.

Key Concept

Divisor Count Formula for Prime Factorized Integers
Estimated Time:2m 0s
Question 59Question

What is the smallest prime factor of 143143?

Show answer & explanation

Answer: 11

Answer

The smallest prime factor of 143 is 11.
To find the smallest prime factor of 143, test prime numbers in increasing order starting from 2. Testing 2, 3, 5, and 7 shows none are factors of 143. Testing 11 yields 143÷11=13143 \div 11 = 13, which is an integer. Thus, 143=11×13143 = 11 \times 13. Since 11 and 13 are both prime, 11 is the smallest prime factor of 143.

Step-by-Step Solution

1
Test divisibility of 143 by small prime numbers in ascending order
143 is not divisible by 2, 3, 5, or 7.
Basic divisibility rules eliminate 2 (odd), 3 (digit sum 8), and 5 (ends in 3). Direct division shows 143 = 7 × 20 + 3.
2
Test divisibility by the next prime number, 11
143 divided by 11 equals 13 exactly.
Since 143 = 11 × 13 and 11 is prime, 11 is a prime factor.
3
Identify the smallest prime factor
The prime factors of 143 are 11 and 13, making 11 the smallest.
No prime number smaller than 11 divides 143.

Key Concept

Prime Factorization
Question 60Question

A consultancy allocated a total budget for a digital transformation project. In the first phase, 38\frac{3}{8} of the initial budget was spent. In the second phase, 40%40\% of the remaining budget was spent. If the unspent amount after both phases is $27,000\$27,000, what was the initial budget of the project, in dollars?

Show answer & explanation

Answer: 72000

Answer

72,000
To determine the initial budget, track the unspent fraction step by step. After the first phase, 58\frac{5}{8} of the budget remains. In the second phase, 40%40\% (or 25\frac{2}{5}) of that remaining fraction is spent, which leaves 60%60\% (or 35\frac{3}{5}) of the 58\frac{5}{8} unspent. Multiplying 35×58=38\frac{3}{5} \times \frac{5}{8} = \frac{3}{8}. Because 38\frac{3}{8} of the initial budget equals $27,000\$27,000, the full initial budget is 27,000×83=72,00027,000 \times \frac{8}{3} = 72,000.

Step-by-Step Solution

1
Find the fraction of the budget remaining after the first phase.
The fraction remaining after Phase 1 is 138=581 - \frac{3}{8} = \frac{5}{8}.
The first phase spends 38\frac{3}{8} of the initial total budget.
2
Find the fraction of the total initial budget spent in the second phase.
Phase 2 expenditure = 40%×58=25×58=2840\% \times \frac{5}{8} = \frac{2}{5} \times \frac{5}{8} = \frac{2}{8}.
40%40\% is equivalent to 25\frac{2}{5}, which applies to the remaining 58\frac{5}{8} of the budget.
3
Determine the remaining fraction of the total budget after both phases.
Remaining fraction = 5828=38\frac{5}{8} - \frac{2}{8} = \frac{3}{8}.
Subtracting the fraction spent in Phase 2 from the fraction left after Phase 1 yields the unspent portion.
4
Calculate the initial total budget in dollars.
Initial Budget = $27,000×83=$72,000\$27,000 \times \frac{8}{3} = \$72,000.
Setting 38\frac{3}{8} of the total budget equal to the unspent amount of $27,000\$27,000 determines the total.

Key Concept

Sequential fractional and percentage reductions from a base quantity
PreviousPage 3 / 12Next
Number Properties and Arithmetic Practice Questions — GMAT — Page 3 | Examkin