Number Properties and Arithmetic

232 questions

Question 21Question

If nn is any integer, which of the following expressions must be an even integer?

Show answer & explanation

Answer: 3n2+5n+23n^2 + 5n + 2

Answer

The expression 3n2+5n+23n^2 + 5n + 2 must be an even integer for any integer nn.
The expression 3n2+5n+23n^2 + 5n + 2 can be factored as 3n(n+1)+23n(n+1) + 2. Since nn and n+1n+1 are consecutive integers, one of them must be even, making n(n+1)n(n+1) an even integer. Multiplying an even integer by 3 produces an even integer, and adding 2 maintains even parity. Therefore, this expression is guaranteed to be even for all integer values of nn.

Step-by-Step Solution

1
Analyze the parity property of consecutive integers.
For any integer nn, one of the terms in the pair {n,n+1}\{n, n+1\} is even. Hence, the product n(n+1)n(n+1) is always an even integer.
The product of an even integer and any integer is always even.
2
Rewrite the target expression 3n2+5n+23n^2 + 5n + 2 to isolate the consecutive integer product.
3n2+5n+2=3n2+3n+2=3n(n+1)+23n^2 + 5n + 2 = 3n^2 + 3n + 2 = 3n(n+1) + 2.
Algebraic manipulation isolates known parity components.
3
Determine the parity of 3n(n+1)+23n(n+1) + 2.
Since n(n+1)n(n+1) is even, 3×even=even3 \times \text{even} = \text{even}. Then even+2=even\text{even} + 2 = \text{even}.
Multiplying an even integer by an odd integer yields an even integer, and adding an even integer preserves even parity.

Key Concept

Product of consecutive integers n(n+1)n(n+1) is always even; zero is an even integer; basic parity rules under addition and multiplication.
Estimated Time:1m 30s
Question 22Question

If nn is an integer such that 1n501 \le n \le 50, how many values of nn satisfy the condition that n2+3nn^2 + 3n is an odd integer?

Show answer & explanation

Answer: 0

Answer

0
For any integer nn, the expression n2+3nn^2 + 3n can be rewritten as n(n+3)n(n + 3). Since nn and n+3n + 3 differ by 3 (an odd number), one factor must be even and the other must be odd. The product of an even integer and an odd integer is always even. Therefore, n2+3nn^2 + 3n is even for all integer values of nn, meaning there are exactly 0 values of nn in the given range for which the expression is odd.

Step-by-Step Solution

1
Analyze the algebraic expression n2+3nn^2 + 3n by testing parity cases for any integer nn.
The parity of the expression depends on whether nn is even or odd.
Every integer is either even or odd.
2
Evaluate n2+3nn^2 + 3n assuming nn is even.
n2n^2 is even and 3n3n is even; their sum is even.
Even ×\times Even = Even, and Even ++ Even = Even.
3
Evaluate n2+3nn^2 + 3n assuming nn is odd.
n2n^2 is odd and 3n3n is odd; their sum is even.
Odd ×\times Odd = Odd, and Odd ++ Odd = Even.
4
Count the number of integers nn in 1n501 \le n \le 50 for which n2+3nn^2 + 3n is odd.
Because n2+3nn^2 + 3n is even for all integer values of nn, zero values of nn make the expression odd.
No integer nn satisfies the condition.

Key Concept

Odd and Even Integers (Parity)
Estimated Time:1m 0s
Question 23Question

For how many positive integers nn less than or equal to 120120 is the expression n3n+3nn^3 - n + 3^n an even integer?

Show answer & explanation

Answer: 0

Answer

0
Factoring n3nn^3 - n into (n1)n(n+1)(n-1)n(n+1) shows that this component is the product of three consecutive integers and is therefore always even for any integer nn. Since 3 is odd, 3n3^n is always odd for any positive integer exponent nn. The sum of an even integer and an odd integer is always odd. Consequently, n3n+3nn^3 - n + 3^n is odd for all positive integers nn, meaning 0 values of n120n \le 120 yield an even integer.

Step-by-Step Solution

1
Analyze the algebraic expression by factoring n3nn^3 - n.
n3n=n(n21)=(n1)n(n+1)n^3 - n = n(n^2 - 1) = (n - 1)n(n + 1), which represents the product of three consecutive integers.
The product of consecutive integers contains at least one even number, making n3nn^3 - n even for all integers nn.
2
Analyze the exponential term 3n3^n.
Since 3 is odd, 3n3^n is odd for every positive integer nn.
An odd integer raised to any positive integer exponent yields an odd integer.
3
Determine the overall parity of the expression n3n+3nn^3 - n + 3^n.
even+odd=odd\text{even} + \text{odd} = \text{odd}. The expression is odd for all positive integers nn.
Adding an odd integer to an even integer results in an odd integer.
4
Count the number of positive integers n120n \le 120 for which the expression is even.
There are 0 such integers.
Because the expression is odd for every positive integer nn, it is never even.

Key Concept

Parity rules of consecutive integer products, odd exponents, and addition of even/odd integers.
Question 24Question

If mm, nn, and pp are integers such that m2n+n2p+p2m+mnpm^2 n + n^2 p + p^2 m + m n p is an odd integer, which of the following expressions MUST be an even integer?

Show answer & explanation

Answer: m+n+pm + n + p

Answer

The sum of the three variables, m+n+pm + n + p, MUST be an even integer.
Analyzing the expression m2n+n2p+p2m+mnpm^2 n + n^2 p + p^2 m + m n p modulo 2 reveals that x2x^2 has the same parity as xx. Substituting modulo 2 yields mn+np+pm+mnpm n + n p + p m + m n p. Testing all combinations of parity for m,n,pm, n, p shows this expression is odd if and only if exactly two of the three variables are odd and one is even. The sum of two odd integers and one even integer (m+n+pm + n + p) is always even, so m+n+pm + n + p must be an even integer.

Step-by-Step Solution

1
Analyze the parity of the given expression modulo 2.
Since x2x(mod2)x^2 \equiv x \pmod 2 for any integer xx, the given expression m2n+n2p+p2m+mnpmn+np+pm+mnp(mod2)m^2 n + n^2 p + p^2 m + m n p \equiv m n + n p + p m + m n p \pmod 2.
Squaring an integer does not change its parity.
2
Determine which parity combinations of mm, nn, and pp result in an odd value.
Evaluating mn+np+pm+mnp(mod2)m n + n p + p m + m n p \pmod 2 across all possible parity combinations shows that the expression is odd if and only if exactly two of the variables are odd and exactly one variable is even.
If all three are even or one is odd and two are even, the expression equals 0 (even). If all three are odd, 1+1+1+1=401 + 1 + 1 + 1 = 4 \equiv 0 (even). Only when exactly two variables are odd (e.g., 1, 1, 0) does 11+10+01+110=11\cdot 1 + 1\cdot 0 + 0\cdot 1 + 1\cdot 1\cdot 0 = 1 (odd).
3
Test the parity of m+n+pm + n + p under the condition that exactly two variables are odd and one is even.
odd+odd+even=even+even=even\text{odd} + \text{odd} + \text{even} = \text{even} + \text{even} = \text{even}.
Adding two odd integers produces an even integer, and adding an even integer keeps the sum even.

Key Concept

Odd and Even Integers (Parity)
Estimated Time:2m 0s
Question 25Question

If pp and qq are integers such that 3p+2q3p + 2q is an odd integer, which of the following statements must be true?

Show answer & explanation

Answer: pp must be odd, but qq can be any integer

Answer

pp must be odd, but qq can be any integer
Multiplying any integer qq by 2 guarantees that 2q2q is even. For the sum 3p+2q3p + 2q to be odd, 3p3p must be odd because the sum of an odd integer and an even integer is odd. Since 3 is odd, 3p3p is odd if and only if pp is odd. The variable qq can be any integer because 2q2q remains even whether qq is even or odd.

Step-by-Step Solution

1
Analyze the parity of the term 2q2q
For any integer qq, 2q2q is a multiple of 2, so 2q2q is always an even integer.
The product of an even integer and any integer is always even.
2
Determine the required parity of the term 3p3p
Since 3p+2q3p + 2q is odd and 2q2q is even, 3p3p must be odd.
An odd integer plus an even integer yields an odd sum (odd+even=odd\text{odd} + \text{even} = \text{odd}).
3
Determine the parity of pp
Since 3p3p is odd and 3 is odd, pp must be an odd integer.
The product of two integers is odd if and only if both integers are odd (odd×odd=odd\text{odd} \times \text{odd} = \text{odd}).
4
Evaluate the restrictions on qq
qq can be any integer (even or odd).
Multiplying qq by 2 forces 2q2q to be even regardless of whether qq is odd or even.

Key Concept

Parity rules under addition and multiplication of integers
Question 26Question

If xx, yy, and zz are integers, is the expression x(y+z)x(y + z) an odd integer?

(1) x2+y2+z2x^2 + y^2 + z^2 is an odd integer.
(2) xy+yz+zxxy + yz + zx is an even integer.

Show answer & explanation

Answer: EACH statement ALONE is sufficient.

Answer

EACH statement ALONE is sufficient.
Each statement independently guarantees that the expression x(y+z)x(y + z) must be an even integer. Because a definitive 'NO' answer is obtained from each statement independently, each statement alone is sufficient.

Step-by-Step Solution

1
Analyze the target expression x(y+z)x(y+z).
The expression x(y+z)x(y+z) is odd if and only if both xx is odd AND (y+z)(y+z) is odd. For (y+z)(y+z) to be odd, exactly one of yy or zz must be odd and the other even.
Establishing the precise condition for the expression to be odd determines what parity combinations are needed.
2
Evaluate Statement (1): x2+y2+z2x^2 + y^2 + z^2 is an odd integer.
Since k2k^2 has the same parity as kk, x+y+zx+y+z must be odd. This occurs in two parity distributions:
- Case 1: All three of x,y,zx, y, z are odd. Here, y+z=odd+odd=eveny+z = \text{odd} + \text{odd} = \text{even}, so x(y+z)=odd×even=evenx(y+z) = \text{odd} \times \text{even} = \text{even}.
- Case 2: One variable is odd and two are even.
- Subcase 2a: xx is odd, while yy and zz are even. Then y+z=even+even=eveny+z = \text{even} + \text{even} = \text{even}, so x(y+z)=odd×even=evenx(y+z) = \text{odd} \times \text{even} = \text{even}.
- Subcase 2b: xx is even, while one of y,zy,z is odd and the other is even. Then x(y+z)=even×odd=evenx(y+z) = \text{even} \times \text{odd} = \text{even}.
In all possible cases, x(y+z)x(y+z) is even. Thus, the answer to 'Is x(y+z)x(y+z) odd?' is a definitive NO. Statement (1) is sufficient.
Testing all valid parity distributions under Statement (1) shows x(y+z)x(y+z) can never be odd.
3
Evaluate Statement (2): xy+yz+zxxy + yz + zx is an even integer.
Note that x(y+z)=xy+zxx(y+z) = xy + zx. Therefore, xy+yz+zx=x(y+z)+yz=evenxy + yz + zx = x(y+z) + yz = \text{even}.
Suppose for contradiction that x(y+z)x(y+z) were odd. Then yzyz would also have to be odd (since odd+odd=even\text{odd} + \text{odd} = \text{even}). For yzyz to be odd, both yy and zz must be odd. But if yy and zz are both odd, then y+zy+z must be even, which forces x(y+z)=x×even=evenx(y+z) = x \times \text{even} = \text{even}, contradicting our assumption that x(y+z)x(y+z) is odd.
Thus, x(y+z)x(y+z) cannot be odd under Statement (2); it must be even. The answer is a definitive NO. Statement (2) is sufficient.
Proof by contradiction demonstrates that x(y+z)x(y+z) cannot be odd under Statement (2).

Key Concept

Parity rules of sums and products, including proof by case analysis and contradiction.
Question 27Question

What is the total number of distinct positive prime factors of the integer 6060?

Show answer & explanation

Answer: 33

Answer

The total number of distinct positive prime factors of 6060 is 33.
To find the number of distinct positive prime factors of 6060, perform prime factorization: 60=22×31×5160 = 2^2 \times 3^1 \times 5^1. The distinct prime numbers in this expression are 22, 33, and 55. Therefore, there are 33 distinct positive prime factors.

Step-by-Step Solution

1
Find the prime factorization of 6060.
60=22×31×5160 = 2^2 \times 3^1 \times 5^1
Expressing the integer as a product of prime numbers reveals all of its prime factors.
2
Identify the distinct prime bases in the factorization.
The distinct prime factors are 22, 33, and 55.
Prime factors are the prime numbers that divide the given integer evenly.
3
Count the number of distinct prime factors.
There are 33 distinct prime factors.
Counting the elements in the set {2,3,5}\{2, 3, 5\} gives 33.

Key Concept

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

For how many integers nn satisfying 0n1000 \le n \le 100 is the expression n4+2n+nn^4 + 2^n + n an odd integer?

Show answer & explanation

Answer: 1

Answer

There is exactly 1 value of nn (specifically n=0n = 0) in the range 0n1000 \le n \le 100 for which the expression n4+2n+nn^4 + 2^n + n is an odd integer.
For any integer n1n \ge 1, n4n^4 and nn share the exact same parity (both even or both odd), making n4+nn^4 + n always even. Additionally, for n1n \ge 1, 2n2^n is an even integer. The sum of two even integers is always even, so n4+2n+nn^4 + 2^n + n is even for all 1n1001 \le n \le 100. When n=0n = 0, however, 20=12^0 = 1 is odd and 04+0=00^4 + 0 = 0 is even. The sum 0+1=10 + 1 = 1 is odd. Thus, n=0n = 0 is the single value that satisfies the condition.

Step-by-Step Solution

1
Analyze parity of n4+nn^4 + n
n4+nn^4 + n is even for all integers nn
An integer nn and its power n4n^4 always have the same parity. The sum of two integers of the same parity is always even.
2
Evaluate 2n2^n parity for n1n \ge 1
2n2^n is even for all n1n \ge 1
Any positive integer power of 2 contains 2 as a prime factor and is therefore even.
3
Evaluate the expression for n=0n = 0
04+20+0=10^4 + 2^0 + 0 = 1, which is odd
Zero is a non-negative integer within 0n1000 \le n \le 100. By definition of exponents, 20=12^0 = 1, which is odd.
4
Combine results and count valid integers
Total count = 1
For n1n \ge 1, even + even = even. For n=0n = 0, even + odd = odd. Hence, only n=0n = 0 produces an odd integer.

Key Concept

Parity Rules for Exponent Base 2 Edge Cases and Algebraic Expressions
Question 29Question

If mm and nn are integers such that 5m+3n5m + 3n is an even integer and m2nm - 2n is an odd integer, which of the following expressions must be an even integer?

Show answer & explanation

Answer: m2+n2m^2 + n^2

Answer

The expression m2+n2m^2 + n^2 must be an even integer.
Deduce the parities of mm and nn: 5m+3n=2(2m+n)+(m+n)5m + 3n = 2(2m + n) + (m + n), so m+nm + n must be even, implying mm and nn have the same parity. Next, m2nm - 2n is odd, and since 2n2n is even, mm must be odd. Therefore, nn is also odd. Evaluating m2+n2m^2 + n^2 with mm and nn both odd yields odd2+odd2=odd+odd=even\text{odd}^2 + \text{odd}^2 = \text{odd} + \text{odd} = \text{even}.

Step-by-Step Solution

1
Analyze the parity of the expression 5m+3n5m + 3n.
m+nm + n is an even integer.
Rewrite 5m+3n5m + 3n as 2(2m+n)+(m+n)2(2m + n) + (m + n). Since 2(2m+n)2(2m + n) is always even, 5m+3n5m + 3n has the same parity as m+nm + n. Because 5m+3n5m + 3n is even, m+nm + n must be even, meaning mm and nn share the same parity (both even or both odd).
2
Analyze the parity of the expression m2nm - 2n.
mm is an odd integer.
Since 2n2n is always even, m2nm - 2n has the same parity as mm. Given that m2nm - 2n is odd, mm must be odd.
3
Determine the parity of nn and evaluate the options.
Both mm and nn are odd integers, so m2+n2=odd+odd=evenm^2 + n^2 = \text{odd} + \text{odd} = \text{even}.
Since mm is odd and m+nm + n is even, nn must also be odd. The square of an odd integer is odd, so m2m^2 and n2n^2 are both odd, making their sum m2+n2m^2 + n^2 an even integer.

Key Concept

Parity rules for integer addition, subtraction, and multiplication
Estimated Time:1m 30s
Question 30Question

For any integer kk, the expression k(k+1)(k+5)k(k + 1)(k + 5) must be an even integer.

Show answer & explanation

Answer: True

Answer

True. The expression k(k+1)(k+5)k(k + 1)(k + 5) is guaranteed to be an even integer for all integer values of kk.
Because kk and k+1k + 1 are consecutive integers, one of them must be even. The product of an even integer and any other integer is always even, making k(k+1)(k+5)k(k + 1)(k + 5) even for every integer kk.

Step-by-Step Solution

1
Analyze the parity of the consecutive terms kk and k+1k + 1.
One of the two integers kk or k+1k + 1 is always even regardless of whether kk is even or odd.
Consecutive integers always alternate between even and odd.
2
Determine the parity of the product of an even integer and any other integer.
The product k(k+1)k(k + 1) is always an even integer.
The product of an even integer and any integer is always even.
3
Evaluate the full expression k(k+1)(k+5)k(k + 1)(k + 5).
Since k(k+1)k(k + 1) is even, multiplying by (k+5)(k + 5) produces an even integer.
An even integer multiplied by any integer results in an even integer.

Key Concept

Parity of products of consecutive integers
Estimated Time:1m 0s
Question 31Question

If xx, yy, and zz are integers such that (x+1)(y+2)(x + 1)(y + 2) is an odd integer and y(z+3)y(z + 3) is an even integer, which of the following expressions MUST be an even integer?

Show answer & explanation

Answer: x+y+zx + y + z

Answer

The expression x+y+zx + y + z MUST be an even integer.
The condition (x+1)(y+2)=odd(x + 1)(y + 2) = \text{odd} implies both (x+1)(x + 1) and (y+2)(y + 2) are odd, so xx is even and yy is odd. Then y(z+3)=eveny(z + 3) = \text{even} with yy being odd requires (z+3)(z + 3) to be even, so zz is odd. Summing an even integer xx and two odd integers yy and zz yields even+odd+odd=even\text{even} + \text{odd} + \text{odd} = \text{even}. Thus, the expression representing the sum of xx, yy, and zz must always be even.

Step-by-Step Solution

1
Determine the parity of xx and yy from the first given condition.
xx is even and yy is odd.
The product (x+1)(y+2)(x + 1)(y + 2) is odd, which means both factors (x+1)(x + 1) and (y+2)(y + 2) must be odd. If x+1x + 1 is odd, then xx is even. If y+2y + 2 is odd, then yy is odd.
2
Determine the parity of zz using the parity of yy and the second given condition.
zz is odd.
The product y(z+3)y(z + 3) is even. Since yy is odd, (z+3)(z + 3) must be even for the product to be even. If z+3z + 3 is even, then zz must be odd.
3
Evaluate the parity of x+y+zx + y + z.
x+y+zx + y + z is even.
Substituting the parities gives even+odd+odd=even+even=even\text{even} + \text{odd} + \text{odd} = \text{even} + \text{even} = \text{even}.

Key Concept

Parity rules for addition and multiplication of integers
Estimated Time:2m 0s
Question 32Question

Let f(n)=n5+4n3+3n+1f(n) = n^5 + 4n^3 + 3n + 1 for any positive integer nn. For how many integer values of nn in the range 1n1501 \le n \le 150 is the expression E(n)=(f(n))n+nf(n)E(n) = (f(n))^n + n^{f(n)} an even integer?

Show answer & explanation

Answer: 75

Answer

The total number of integer values of nn in the given range for which the expression is even is 75.
Analyzing f(n)(mod2)f(n) \pmod 2 reveals that n5n(mod2)n^5 \equiv n \pmod 2 and 3nn(mod2)3n \equiv n \pmod 2, making f(n)n+0+n+12n+11(mod2)f(n) \equiv n + 0 + n + 1 \equiv 2n + 1 \equiv 1 \pmod 2. Since f(n)f(n) is unconditionally odd, (f(n))n(f(n))^n is an odd number raised to a positive integer power, which remains odd. The second term nf(n)n^{f(n)} has positive exponent f(n)1f(n) \ge 1, so its parity matches the base nn. Therefore, E(n)=Odd+nE(n) = \text{Odd} + n is even precisely when nn is odd. In the range 1n1501 \le n \le 150, exactly half of the 150 integers are odd, yielding 75.

Step-by-Step Solution

1
Evaluate the parity of f(n)f(n)
f(n)=n5+4n3+3n+1n+0+n+12n+11(mod2)f(n) = n^5 + 4n^3 + 3n + 1 \equiv n + 0 + n + 1 \equiv 2n + 1 \equiv 1 \pmod 2, so f(n)f(n) is always odd.
Powers of an integer retain the base parity (n5n(mod2)n^5 \equiv n \pmod 2), and coefficients modulo 2 simplify terms.
2
Evaluate the parity of (f(n))n(f(n))^n and nf(n)n^{f(n)}
(f(n))n(f(n))^n is always odd because an odd base raised to any positive integer exponent is odd. nf(n)n^{f(n)} has the same parity as nn because f(n)1f(n) \ge 1.
Exponent parity rules state that oddk=odd\text{odd}^k = \text{odd} and evenk=even\text{even}^k = \text{even} for positive integer exponents kk.
3
Formulate the condition for E(n)E(n) to be even
E(n)=Odd+nE(n) = \text{Odd} + n. Thus, E(n)E(n) is even if and only if nn is odd.
The sum of two integers is even if and only if both integers have the same parity (Odd + Odd = Even).
4
Count odd integers in the specified interval
There are 75 odd integers in {1,2,3,,150}\{1, 2, 3, \dots, 150\}.
Half of the integers in any consecutive sequence of even length starting at 1 are odd.

Key Concept

Odd and Even Integers (Parity)
Estimated Time:2m 0s
Question 33Question

If mm, nn, and pp are integers such that m3nn2pm^3 n - n^2 p is an odd integer and m(n+p)m(n + p) is an even integer, which of the following expressions MUST be an even integer?

Show answer & explanation

Answer: m2+n+pm^2 + n + p

Answer

m2+n+pm^2 + n + p must be an even integer.
Factoring m3nn2pm^3 n - n^2 p as n(m3np)n(m^3 - np) shows that nn is odd and m3npm^3 - np is odd. Because nn is odd, m3npm^3 - np has the same parity as mpm - p, meaning mm and pp have opposite parities. Testing the condition that m(n+p)m(n + p) is even reveals that pp must be odd and mm must be even (if pp were even, mm would be odd and m(n+p)m(n + p) would be odd, a contradiction). With mm even, nn odd, and pp odd, the expression m2+n+pm^2 + n + p calculates as even+odd+odd=even\text{even} + \text{odd} + \text{odd} = \text{even}, which must be an even integer.

Step-by-Step Solution

1
Analyze the parity of the expression m3nn2pm^3 n - n^2 p.
nn is odd and m3npm^3 - np is odd.
The expression can be factored as n(m3np)n(m^3 - np). For a product of two integers to be odd, both factors must be odd. Hence, nn must be odd, and m3npm^3 - np must also be odd.
2
Determine the relative parities of mm and pp.
mm and pp must have opposite parities (one is even, the other is odd).
Since nn is odd, npnp has the same parity as pp. The expression m3npm^3 - np has the same parity as mpm - p. For mpm - p to be odd, mm and pp must have opposite parities.
3
Use the second given condition m(n+p)m(n + p) is even to determine the exact parity of mm and pp.
mm is even and pp is odd.
If pp were even, then n+p=odd+even=oddn + p = \text{odd} + \text{even} = \text{odd}. Since mm and pp have opposite parities, mm would be odd, making m(n+p)=odd×odd=oddm(n + p) = \text{odd} \times \text{odd} = \text{odd}, which contradicts the condition that m(n+p)m(n + p) is even. Thus, pp cannot be even; pp must be odd, which implies mm is even.
4
Evaluate the parity of the options using m=evenm = \text{even}, n=oddn = \text{odd}, and p=oddp = \text{odd}.
m2+n+p=even+odd+odd=evenm^2 + n + p = \text{even} + \text{odd} + \text{odd} = \text{even}.
m2m^2 is even since mm is even. Summing an even number (m2m^2) and two odd numbers (nn and pp) yields an even integer.

Key Concept

Parity rules for integer addition and multiplication: the product of integers is odd if and only if all factors are odd, and the sum of two odd integers is even.
Estimated Time:2m 0s
Question 34Question

What is the total number of positive factors of the integer 3636?

Show answer & explanation

Answer: 9

Answer

The total number of positive factors of 3636 is 9.
The prime factorization of 3636 is 22×322^2 \times 3^2. By the total factors formula, adding 1 to each exponent and multiplying gives (2+1)(2+1)=9(2+1)(2+1) = 9. The factors are 1, 2, 3, 4, 6, 9, 12, 18, and 36.

Step-by-Step Solution

1
Find the prime factorization of 36
36=4×9=22×3236 = 4 \times 9 = 2^2 \times 3^2
Decomposing the number into prime factors allows the application of the factor count formula.
2
Apply the exponent formula for counting factors
(2+1)(2+1)=3×3=9(2 + 1)(2 + 1) = 3 \times 3 = 9
Each factor of 3636 is of the form 2x×3y2^x \times 3^y, where x{0,1,2}x \in \{0, 1, 2\} (3 choices) and y{0,1,2}y \in \{0, 1, 2\} (3 choices).

Key Concept

Calculating the total number of positive factors from prime factorization exponents.
Estimated Time:45s
Question 35Question

A positive integer NN has no prime factors other than 22 and 33. If NN is a multiple of 1212 and has exactly 1818 positive divisors, what is the sum of all possible values of NN?

Show answer & explanation

Answer: 2028

Answer

2028
The correct numerical answer is 2028, obtained by determining all exponent combinations of 2 and 3 that yield 18 total factors while guaranteeing divisibility by 12.

Step-by-Step Solution

1
Set up the prime factorization of NN with constraints.
N=2a3bN = 2^a \cdot 3^b with a2a \ge 2 and b1b \ge 1.
Since the only prime factors are 22 and 33, and 12=223112 = 2^2 \cdot 3^1 divides NN, the exponents must satisfy a2a \ge 2 and b1b \ge 1.
2
Apply the total number of divisors formula.
(a+1)(b+1)=18(a+1)(b+1) = 18.
The number of positive divisors of p1e1p2e2p_1^{e_1} p_2^{e_2} is (e1+1)(e2+1)(e_1 + 1)(e_2 + 1).
3
Identify all valid integer solution pairs for (a+1,b+1)(a+1, b+1).
Valid pairs are (9,2)(9,2), (6,3)(6,3), and (3,6)(3,6), corresponding to (a,b)=(8,1),(5,2),(2,5)(a,b) = (8,1), (5,2), (2,5).
We require a+13a+1 \ge 3 and b+12b+1 \ge 2. Pairs (18,1)(18,1) and (2,9)(2,9) violate these lower bounds.
4
Compute the corresponding values of NN and find their sum.
768+288+972=2028768 + 288 + 972 = 2028.
Evaluating 2831=7682^8 \cdot 3^1 = 768, 2532=2882^5 \cdot 3^2 = 288, and 2235=9722^2 \cdot 3^5 = 972 yields a total sum of 20282028.

Key Concept

Divisor Count Formula & Multiplicativity Constraints
Question 36Question

For how many integer values of kk in the range 1k601 \le k \le 60 is the expression 3k2+5k+73k^2 + 5k + 7 an even integer?

Show answer & explanation

Answer: 0

Answer

0
The expression 3k2+5k+73k^2 + 5k + 7 can be evaluated for parity by considering the cases for kk.
If kk is even, 3k23k^2 is even, 5k5k is even, and 77 is odd. The sum of two even integers and an odd integer (even + even + odd) is always odd.
If kk is odd, 3k23k^2 is odd, 5k5k is odd, and 77 is odd. The sum of three odd integers (odd + odd + odd) is always odd.
Because the expression yields an odd integer for every integer kk, there are no integer values of kk in the specified range for which the expression is even. Therefore, the correct count is 0.

Step-by-Step Solution

1
Examine parity by testing even and odd cases for k
If k is even: 3(even)^2 + 5(even) + 7 = even + even + odd = odd. If k is odd: 3(odd)^2 + 5(odd) + 7 = odd + odd + odd = odd.
Covering both cases establishes the parity of the expression for all integer inputs.
2
Count the number of values of k in 1 <= k <= 60 that yield an even result
Since the expression is odd for all integer values of k, zero values yield an even integer.
The question specifically asks for the number of integer values of k that make the expression even.

Key Concept

Parity Rules for Addition, Multiplication, and Algebraic Expressions
Question 37Question

For any integer nn, which of the following expressions must be divisible by 22?

Show answer & explanation

Answer: n2+nn^2 + n

Answer

The expression n2+nn^2 + n is always divisible by 22 for any integer nn.
The expression n2+nn^2 + n factors into n(n+1)n(n + 1). Because nn and n+1n + 1 are consecutive integers, one of them must be even. Any integer multiplied by an even integer produces an even number, guaranteeing that n2+nn^2 + n is divisible by 22 for every integer nn.

Step-by-Step Solution

1
Factor the given algebraic expression.
n2+n=n(n+1)n^2 + n = n(n + 1)
Factoring out nn reveals the product of two consecutive integers.
2
Analyze the parity of consecutive integers nn and n+1n + 1.
In any pair of consecutive integers (n,n+1)(n, n + 1), exactly one number is even.
Even and odd integers alternate sequentially.
3
Determine divisibility by 22.
Because one of the factors is even (divisible by 22), their product n(n+1)n(n + 1) is always divisible by 22.
Any integer multiplied by an even number yields an even result.

Key Concept

The product of any two consecutive integers is always even and therefore divisible by 2.
Estimated Time:45s
Question 38Question

Let A=126354A = 12^6 \cdot 35^4 and B=184146B = 18^4 \cdot 14^6. If d=gcd(A,B)d = \text{gcd}(A, B), how many positive factors of d2d^2 are not factors of dd?

Show answer & explanation

Answer: 2072

Answer

The number of positive factors of d2d^2 that are not factors of dd is 2072.
Decomposing AA and BB into prime factors yields A=212365474A = 2^{12} \cdot 3^6 \cdot 5^4 \cdot 7^4 and B=2103876B = 2^{10} \cdot 3^8 \cdot 7^6. Taking the minimum power of each common prime gives d=gcd(A,B)=2103674d = \text{gcd}(A, B) = 2^{10} \cdot 3^6 \cdot 7^4, which has (10+1)(6+1)(4+1)=385(10+1)(6+1)(4+1) = 385 positive factors. For d2=22031278d^2 = 2^{20} \cdot 3^{12} \cdot 7^8, the total number of positive factors is (20+1)(12+1)(8+1)=2457(20+1)(12+1)(8+1) = 2457. Subtracting the factors of dd yields 2457385=20722457 - 385 = 2072.

Step-by-Step Solution

1
Find the prime factorizations of AA and BB
A=212365474A = 2^{12} \cdot 3^6 \cdot 5^4 \cdot 7^4 and B=2103876B = 2^{10} \cdot 3^8 \cdot 7^6
Converting composite bases into prime factors allows determination of common divisor properties.
2
Determine the greatest common divisor d=gcd(A,B)d = \text{gcd}(A, B)
d=2103674d = 2^{10} \cdot 3^6 \cdot 7^4
The GCD takes the minimum exponent for each common prime factor between AA and BB.
3
Calculate the total number of positive factors of dd
385 positive factors
Adding 1 to each prime exponent of dd and multiplying gives (10+1)(6+1)(4+1)=385(10+1)(6+1)(4+1) = 385.
4
Find the prime factorization and number of positive factors of d2d^2
d2=22031278d^2 = 2^{20} \cdot 3^{12} \cdot 7^8, which has 2457 positive factors
Squaring dd doubles all prime exponents. The number of factors is (20+1)(12+1)(8+1)=2457(20+1)(12+1)(8+1) = 2457.
5
Subtract the number of factors of dd from the number of factors of d2d^2
2457385=20722457 - 385 = 2072
Since every factor of dd is also a factor of d2d^2, the factors of d2d^2 that are not factors of dd equal the total factors of d2d^2 minus the factors of dd.

Key Concept

Prime Factorization, Greatest Common Divisor (GCD), and the Divisor Count Formula
Question 39Question

If mm and nn are integers such that m2n+mm^2 n + m is an odd integer, which of the following expressions MUST be an even integer?

Show answer & explanation

Answer: m2+n2+1m^2 + n^2 + 1

Answer

The expression m2+n2+1m^2 + n^2 + 1 must be an even integer.
Factoring the given expression gives m(mn+1)=oddm(mn + 1) = \text{odd}, which implies mm is odd and mn+1mn + 1 is odd. Consequently, mnmn is even, which forces nn to be even (since mm is odd). Substituting m=oddm = \text{odd} and n=evenn = \text{even} into the expression m2+n2+1m^2 + n^2 + 1 yields odd+even+1=even\text{odd} + \text{even} + 1 = \text{even}. Thus, this expression must be an even integer.

Step-by-Step Solution

1
Factor the given expression to analyze its parity.
m2n+m=m(mn+1)m^2 n + m = m(mn + 1).
Factoring out mm isolates the product of two factors.
2
Determine the parity of each factor.
Since m(mn+1)m(mn + 1) is odd, both mm and (mn+1)(mn + 1) must be odd integers.
The product of two integers is odd if and only if both factors are odd.
3
Determine the parity of nn.
Since mn+1mn + 1 is odd, mnmn must be even. Because mm is odd, nn must be even.
For the product mnmn to be even when mm is odd, nn must be an even integer (including 0).
4
Evaluate the target expression m2+n2+1m^2 + n^2 + 1.
m2m^2 is odd, n2n^2 is even, so m2+n2+1=odd+even+odd=evenm^2 + n^2 + 1 = \text{odd} + \text{even} + \text{odd} = \text{even}.
Summing two odd integers and one even integer always results in an even integer.

Key Concept

Parity properties under addition, subtraction, and multiplication
Estimated Time:1m 30s
Question 40Question

If aa, bb, and cc are integers such that a(b+c)a(b + c) is an odd integer, which of the following expressions MUST be an even integer?

Show answer & explanation

Answer: a+b+ca + b + c

Answer

The expression a+b+ca + b + c must be an even integer.
For the product a(b+c)a(b + c) to be odd, both aa and (b+c)(b + c) must be odd integers. Regrouping the sum a+b+ca + b + c as a+(b+c)a + (b + c) shows it is the sum of two odd integers, which is guaranteed to be an even integer.

Step-by-Step Solution

1
Analyze the condition a(b+c)a(b + c) is odd
For a product of two integers to be odd, both factors must be odd. Therefore, aa is odd and (b+c)(b + c) is odd.
The product of an even integer and any integer is always even.
2
Evaluate the parity of a+b+ca + b + c
a+b+c=a+(b+c)=odd+odd=evena + b + c = a + (b + c) = \text{odd} + \text{odd} = \text{even}.
The sum of any two odd integers is always an even integer.

Key Concept

Parity rules for integer addition and multiplication
PreviousPage 2 / 12Next
Number Properties and Arithmetic Practice Questions — GMAT — Page 2 | Examkin