Properties of Integers and Divisibility

45 questions

Question 1Question

How many positive integers nn less than 3030 satisfy the condition that n21n^2 - 1 is divisible by 2424?

Show answer & explanation

Answer: 10

Answer

10
For n21n^2 - 1 to be divisible by 24=8×324 = 8 \times 3, nn must be an odd integer that is not divisible by 3, which means gcd(n,6)=1\gcd(n, 6) = 1. The positive integers less than 30 coprime to 6 are 1, 5, 7, 11, 13, 17, 19, 23, 25, and 29, totaling 10 integers.

Step-by-Step Solution

1
Factor the expression and analyze divisibility requirements for 24.
n21=(n1)(n+1)n^2 - 1 = (n - 1)(n + 1). Since 24=8×324 = 8 \times 3 with gcd(8,3)=1\gcd(8, 3) = 1, n21n^2 - 1 must be divisible by both 88 and 33.
Decompose 24 into coprime prime-power factors to evaluate modular conditions independently.
2
Determine the condition for n21n^2 - 1 to be divisible by 8.
If nn is even, n21n^2 - 1 is odd and cannot be divisible by 8. If nn is odd, let n=2k+1n = 2k + 1; then n21=4k(k+1)n^2 - 1 = 4k(k + 1). Since one of kk or k+1k + 1 is always even, 4k(k+1)4k(k + 1) is divisible by 8. Thus, nn must be odd.
Analyze parity requirements for the power of 2.
3
Determine the condition for n21n^2 - 1 to be divisible by 3.
If nn is a multiple of 3, n211(mod3)n^2 - 1 \equiv -1 \pmod 3, which is not divisible by 3. If nn is not a multiple of 3, n1n \equiv 1 or 2(mod3)2 \pmod 3, so n21(mod3)n^2 \equiv 1 \pmod 3 and n21n^2 - 1 is divisible by 3. Thus, nn cannot be a multiple of 3.
Analyze remainder properties modulo 3.
4
Combine the conditions and count valid positive integers n<30n < 30.
The combined requirement is gcd(n,6)=1\gcd(n, 6) = 1 (nn is odd and not a multiple of 3). The positive integers less than 30 satisfying this are 1, 5, 7, 11, 13, 17, 19, 23, 25, and 29. Counting these yields 10 integers.
Enumerate all integers meeting the coprime condition within the specified domain.

Key Concept

Modular arithmetic properties of quadratic expressions and coprimality constraints
Question 2Question

How many positive integers less than 100100 are divisible by both 44 and 66, but are NOT divisible by 88?

Show answer & explanation

Answer: 4

Answer

The correct numerical answer is 4.
To be divisible by both 4 and 6, an integer must be a multiple of LCM(4,6)=12\text{LCM}(4, 6) = 12. The positive integers less than 100 that are multiples of 12 are 12, 24, 36, 48, 60, 72, 84, and 96 (8 integers). Among these, those divisible by 8 are multiples of LCM(12,8)=24\text{LCM}(12, 8) = 24, which are 24, 48, 72, and 96 (4 integers). Subtracting the excluded integers yields 84=48 - 4 = 4.

Step-by-Step Solution

1
Find the least common multiple of 4 and 6.
LCM(4, 6) = 12
An integer divisible by both 4 and 6 must be a multiple of their least common multiple.
2
Count positive integers less than 100 that are multiples of 12.
The multiples are 12, 24, 36, 48, 60, 72, 84, and 96, giving 8 integers.
The largest multiple of 12 strictly less than 100 is 96 (12 × 8).
3
Identify multiples of 12 that are also divisible by 8.
Since LCM(12, 8) = 24, these are the multiples of 24: 24, 48, 72, and 96, giving 4 integers.
Any integer divisible by both 12 and 8 must be a multiple of 24.
4
Subtract the excluded integers from the total count.
8 - 4 = 4
We exclude the multiples of 8 from the set of multiples of 12.

Key Concept

Divisibility, Least Common Multiple (LCM), and Set Exclusion
Question 3Question

What is the least positive integer nn that leaves a remainder of 33 when divided by 77, a remainder of 44 when divided by 55, and is divisible by 99?

Show answer & explanation

Answer: 234

Answer

The least positive integer satisfying all three conditions is 234.
To find the least positive integer nn that satisfies n3(mod7)n \equiv 3 \pmod{7}, n4(mod5)n \equiv 4 \pmod{5}, and n0(mod9)n \equiv 0 \pmod{9}, we first find a general expression for integers meeting the first two conditions. Checking values of 5m+45m + 4 modulo 7 gives 2424 as the smallest positive integer matching both. The combined condition is n24(mod35)n \equiv 24 \pmod{35}, or n=35k+24n = 35k + 24. Requiring 35k+2435k + 24 to be divisible by 9 gives 8k+60(mod9)8k + 6 \equiv 0 \pmod{9}, which simplifies to k6(mod9)k \equiv 6 \pmod{9}. The smallest non-negative integer value for kk is 66, leading to n=35(6)+24=234n = 35(6) + 24 = 234.

Step-by-Step Solution

1
Set up system of modular congruences for the remainders
n3(mod7)n \equiv 3 \pmod{7}, n4(mod5)n \equiv 4 \pmod{5}, and n0(mod9)n \equiv 0 \pmod{9}
Translates the remainder and divisibility conditions into mathematical equations.
2
Combine the first two congruences using the Chinese Remainder Theorem approach
n24(mod35)n \equiv 24 \pmod{35}, so n=35k+24n = 35k + 24 for an integer k0k \ge 0
Since lcm(5,7)=35\text{lcm}(5, 7) = 35, the solutions to the combined system repeat every 35 integer values.
3
Enforce the divisibility condition by 9 on n=35k+24n = 35k + 24
35k+240(mod9)    8k+60(mod9)    k+60(mod9)    k6(mod9)35k + 24 \equiv 0 \pmod{9} \implies 8k + 6 \equiv 0 \pmod{9} \implies -k + 6 \equiv 0 \pmod{9} \implies k \equiv 6 \pmod{9}
Reduces coefficients modulo 9 to find the values of kk that make nn a multiple of 9.
4
Calculate the smallest positive integer nn corresponding to k=6k = 6
n=35(6)+24=234n = 35(6) + 24 = 234
Choosing k=6k = 6 yields the smallest non-negative integer for kk that satisfies all conditions.

Key Concept

Simultaneous congruences and divisibility constraints
Question 4Question

If nn is an integer that is divisible by 1515, which of the following statements MUST also be true? Select all such statements.

Select all that apply

Show answer & explanation

Answer: nn is divisible by 33; nn is divisible by 55; n+15n + 15 is divisible by 1515

Answer

The statements asserting that nn is divisible by 33, nn is divisible by 55, and n+15n + 15 is divisible by 1515 must all be true.
Any integer divisible by 1515 must be divisible by all factors of 1515, which includes 33 and 55. Furthermore, adding 1515 to a multiple of 1515 yields another multiple of 1515, so n+15n + 15 is also divisible by 1515.

Step-by-Step Solution

1
Analyze the prime factor decomposition of the divisor
The prime factorization of 1515 is 3×53 \times 5. Therefore, any integer nn that is a multiple of 1515 can be expressed as n=15k=3×5×kn = 15k = 3 \times 5 \times k for some integer kk.
Understanding factor relationships allows evaluation of divisibility rules.
2
Evaluate divisibility of nn by 33 and 55
Since n=3(5k)n = 3(5k), nn is divisible by 33. Since n=5(3k)n = 5(3k), nn is divisible by 55. Both statements are always true.
Any multiple of a composite number is also a multiple of that number's factors.
3
Evaluate the expression n+15n + 15
n+15=15k+15=15(k+1)n + 15 = 15k + 15 = 15(k + 1). Since k+1k + 1 is an integer, n+15n + 15 is a multiple of 1515. This statement is always true.
Adding a multiple of 1515 to another multiple of 1515 yields a multiple of 1515.
4
Test counterexamples for remaining statements
For n=15n = 15: 1515 is not divisible by 3030, so divisibility by 3030 is not guaranteed. Additionally, 1515 is odd, so being an even integer is not guaranteed.
A statement must hold for all possible values of nn to be necessarily true.

Key Concept

Divisibility by a composite number implies divisibility by all of its factors, and multiples of a number remain multiples when another multiple of that number is added.
Question 5Question

If nn is a positive integer such that n2n^2 is divisible by 72, what is the smallest possible value of nn?

Show answer & explanation

Answer: 12

Answer

12
The prime factorization of 72 is 23×322^3 \times 3^2. For n2n^2 to be a multiple of 72, the prime factorization of n2n^2 must contain at least three factors of 2 and two factors of 3. Since n2n^2 is a perfect square, the exponents of all prime factors in n2n^2 must be even. Therefore, the exponent of 2 in n2n^2 must be at least 4, making the minimum value of n2n^2 equal to 24×32=1442^4 \times 3^2 = 144. Taking the square root yields n=12n = 12, which is the smallest positive integer.

Step-by-Step Solution

1
Find the prime factorization of 72.
72=23×3272 = 2^3 \times 3^2.
Decomposing 72 into prime factors reveals the minimum prime factor requirements for n2n^2.
2
Determine the prime factorization required for n2n^2.
For n2n^2 to be divisible by 23×322^3 \times 3^2, its prime factorization must contain at least three factors of 2 and two factors of 3. Because n2n^2 is a perfect square, all exponents in its prime factorization must be even numbers. Thus, n2n^2 must contain at least 24×32=1442^4 \times 3^2 = 144.
Exponents of prime factors in any perfect square must be even integers.
3
Take the square root to find the minimum value of nn.
n=24×32=22×31=12n = \sqrt{2^4 \times 3^2} = 2^2 \times 3^1 = 12.
The smallest positive integer nn must equal the square root of the minimal perfect square multiple of 72.

Key Concept

Prime Factorization and Divisibility of Perfect Squares
Question 6Question

Let pp and qq be positive integers such that 1818 is a factor of pp and 4545 is a factor of qq. Which of the following statements MUST be true? Select all such statements.

Select all that apply

Show answer & explanation

Answer: The sum p+qp + q is divisible by 99.; The product pqp \cdot q is divisible by 270270.; The sum p2+q2p^2 + q^2 is divisible by 8181.

Answer

The statements asserting that the sum p+qp + q is divisible by 99, the product pqp \cdot q is divisible by 270270, and the sum p2+q2p^2 + q^2 is divisible by 8181 MUST be true.
The correct options are those stating that the sum p+qp + q is divisible by 99, the product pqp \cdot q is divisible by 270270, and the sum p2+q2p^2 + q^2 is divisible by 8181. Each of these statements can be proven algebraically by substituting p=18ap = 18a and q=45bq = 45b into the expressions and factoring out the required divisor.

Step-by-Step Solution

1
Express pp and qq in terms of their prime factorizations and integer multipliers.
p=18a=(232)ap = 18a = (2 \cdot 3^2)a and q=45b=(325)bq = 45b = (3^2 \cdot 5)b for positive integers aa and bb.
Establishing explicit algebraic representations allows verification of divisibility for any combination of pp and qq.
2
Evaluate the divisibility of the sum p+qp + q.
p+q=18a+45b=9(2a+5b)p + q = 18a + 45b = 9(2a + 5b).
Factoring out 99 proves that p+qp + q is always divisible by 99. However, 2a+5b2a + 5b is not necessarily even (e.g., if a=1,b=1a=1, b=1, 2a+5b=72a+5b=7), so p+qp+q is not guaranteed to be divisible by 1818.
3
Evaluate the divisibility of the product pqp \cdot q.
pq=(18a)(45b)=810ab=270(3ab)p \cdot q = (18a)(45b) = 810ab = 270(3ab).
Since 810ab810ab is a multiple of 270270, the product is always divisible by 270270. However, it is not necessarily a multiple of 16201620 unless abab contains an additional factor of 22.
4
Evaluate the divisibility of the sum of squares p2+q2p^2 + q^2.
p2+q2=(18a)2+(45b)2=324a2+2025b2=81(4a2+25b2)p^2 + q^2 = (18a)^2 + (45b)^2 = 324a^2 + 2025b^2 = 81(4a^2 + 25b^2).
Factoring out 8181 proves that p2+q2p^2 + q^2 is always divisible by 8181.

Key Concept

Divisibility rules and algebraic factoring of linear and quadratic integer expressions
Question 7Question

What is the smallest positive integer nn such that nn is a multiple of 180180, the only prime factors of nn are 22, 33, and 55, and nn has exactly 3636 positive integer divisors?

Show answer & explanation

Answer: 1440

Answer

1440
To minimize n=2a3b5cn = 2^a \cdot 3^b \cdot 5^c subject to (a+1)(b+1)(c+1)=36(a+1)(b+1)(c+1) = 36 with a2a \ge 2, b2b \ge 2, and c1c \ge 1, we evaluate all valid factor partitions of 3636. The partition (a+1,b+1,c+1)=(6,3,2)(a+1, b+1, c+1) = (6, 3, 2) yields (a,b,c)=(5,2,1)(a, b, c) = (5, 2, 1), giving n=253251=1440n = 2^5 \cdot 3^2 \cdot 5^1 = 1440, which is the smallest possible integer satisfying all criteria.

Step-by-Step Solution

1
Express nn in terms of prime factorization and establish exponent inequalities.
n=2a3b5cn = 2^a \cdot 3^b \cdot 5^c with a2a \ge 2, b2b \ge 2, and c1c \ge 1.
Since nn is a multiple of 180=223251180 = 2^2 \cdot 3^2 \cdot 5^1 and contains no other prime factors, its prime powers must at least match those of 180180.
2
Set up the divisor count equation.
(a+1)(b+1)(c+1)=36(a+1)(b+1)(c+1) = 36, where a+13a+1 \ge 3, b+13b+1 \ge 3, and c+12c+1 \ge 2.
The total number of positive divisors of 2a3b5c2^a \cdot 3^b \cdot 5^c is given by (a+1)(b+1)(c+1)(a+1)(b+1)(c+1).
3
Determine all valid factorizations of 3636 into three factors (x,y,z)=(a+1,b+1,c+1)(x, y, z) = (a+1, b+1, c+1).
The valid factor sets {x,y,z}\{x, y, z\} satisfying x,y3x, y \ge 3 and z2z \ge 2 are {4,3,3}\{4, 3, 3\} and {6,3,2}\{6, 3, 2\}.
Factor sets containing a factor of 22 for xx or yy (such as {9,2,2}\{9, 2, 2\}) are invalid because a+13a+1 \ge 3 and b+13b+1 \ge 3.
4
Calculate the value of nn for all valid assignments of exponents.
From {4,3,3}\{4, 3, 3\}: (3,2,2)    1800(3, 2, 2) \implies 1800, (2,3,2)    2700(2, 3, 2) \implies 2700, (2,2,3)    4500(2, 2, 3) \implies 4500.
From {6,3,2}\{6, 3, 2\}: (5,2,1)    1440(5, 2, 1) \implies 1440, (2,5,1)    4860(2, 5, 1) \implies 4860.
Assigning larger exponents to smaller prime bases minimizes the overall product.
5
Select the minimum integer value among all candidates.
The smallest value is 14401440.
Comparing all valid candidates 1440,1800,2700,4500,48601440, 1800, 2700, 4500, 4860, the minimum is 14401440.

Key Concept

Prime Factorization and Divisor Count Constraints
Estimated Time:2m 30s
Question 8Question

When the positive integer nn is divided by 1212, the remainder is 77. Which of the following could be the remainder when n2+5n+2n^2 + 5n + 2 is divided by 2424?

Show answer & explanation

Answer: 2

Answer

2
Because n7(mod12)n \equiv 7 \pmod{12}, nn can be expressed as 12k+712k + 7. Testing the two cases for the integer kk (even vs. odd) shows that n7(mod24)n \equiv 7 \pmod{24} or n19(mod24)n \equiv 19 \pmod{24}. Substituting n=19n = 19 into n2+5n+2n^2 + 5n + 2 yields 458458, and 458=19×24+2458 = 19 \times 24 + 2, which leaves a remainder of 22. Therefore, the value 22 is a valid possible remainder.

Step-by-Step Solution

1
Express nn algebraically based on the given remainder condition.
Since nn leaves a remainder of 77 when divided by 1212, nn can be written as n=12k+7n = 12k + 7 for some non-negative integer kk.
By the division algorithm, any integer leaving remainder rr when divided by mm is of the form mk+rmk + r.
2
Analyze nn modulo 2424 by considering the parity of kk.
If kk is even (k=2mk = 2m), then n=24m+77(mod24)n = 24m + 7 \equiv 7 \pmod{24}. If kk is odd (k=2m+1k = 2m + 1), then n=24m+1919(mod24)n = 24m + 19 \equiv 19 \pmod{24}.
To evaluate an expression modulo 2424 when given information modulo 1212, split the integer into even and odd multiplier cases.
3
Evaluate n2+5n+2(mod24)n^2 + 5n + 2 \pmod{24} for both possible residue classes of n(mod24)n \pmod{24}.
Case 1 (n7(mod24)n \equiv 7 \pmod{24}): 72+5(7)+2=49+35+2=867^2 + 5(7) + 2 = 49 + 35 + 2 = 86. Since 86=3×24+1486 = 3 \times 24 + 14, the remainder is 1414. Case 2 (n19(mod24)n \equiv 19 \pmod{24}): 192+5(19)+2=361+95+2=45819^2 + 5(19) + 2 = 361 + 95 + 2 = 458. Since 458=19×24+2458 = 19 \times 24 + 2, the remainder is 22.
Substituting representative values of nn into n2+5n+2n^2 + 5n + 2 determines all possible remainder outputs modulo 2424.
4
Identify which of the options matches a valid remainder.
The only possible remainders are 1414 and 22. Among the given choices, 22 is present.
Matching the derived valid remainder set {2,14}\{2, 14\} against the options identifies the correct answer.

Key Concept

Modular Arithmetic and Remainder Properties under Quadratic Transformations
Estimated Time:2m 0s
Question 9Question

When the positive integer nn is divided by 99, the remainder is 55. What is the remainder when n2+4n+7n^2 + 4n + 7 is divided by 99?

Show answer & explanation

Answer: 7

Answer

The remainder when n2+4n+7n^2 + 4n + 7 is divided by 99 is 77.
Any positive integer nn that leaves a remainder of 55 when divided by 99 can be represented as n=9k+5n = 9k + 5 for some non-negative integer kk. Substituting this into n2+4n+7n^2 + 4n + 7 yields (9k+5)2+4(9k+5)+7=81k2+90k+25+36k+20+7=81k2+126k+52(9k + 5)^2 + 4(9k + 5) + 7 = 81k^2 + 90k + 25 + 36k + 20 + 7 = 81k^2 + 126k + 52. Since 81k281k^2 and 126k126k are both divisible by 99, the remainder of the entire expression when divided by 99 is determined entirely by 5252. Dividing 5252 by 99 gives 52=9×5+752 = 9 \times 5 + 7, so the final remainder is 77.

Step-by-Step Solution

1
Express the integer nn in terms of its remainder upon division by 99.
n=9k+5n = 9k + 5 for some non-negative integer kk, or equivalently n5(mod9)n \equiv 5 \pmod{9}.
By the division algorithm, any integer divided by 99 can be written as a multiple of 99 plus the remainder.
2
Substitute n5(mod9)n \equiv 5 \pmod{9} into the polynomial expression n2+4n+7n^2 + 4n + 7.
n2+4n+752+4(5)+7=25+20+7=52(mod9)n^2 + 4n + 7 \equiv 5^2 + 4(5) + 7 = 25 + 20 + 7 = 52 \pmod{9}.
Properties of modular arithmetic allow substitution of remainder values into polynomial expressions.
3
Find the remainder of 5252 when divided by 99.
52=9×5+752 = 9 \times 5 + 7, which gives a remainder of 77.
Dividing 5252 by 99 yields a quotient of 55 and a remainder of 77, which is strictly between 00 and 88.

Key Concept

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

How many positive integer factors of 3636 are prime numbers?

Show answer & explanation

Answer: 22

Answer

There are 22 positive integer factors of 3636 that are prime numbers: 22 and 33.
Listing all positive integer factors of 3636 yields 1,2,3,4,6,9,12,18,1, 2, 3, 4, 6, 9, 12, 18, and 3636. Evaluating each factor against the definition of a prime number (an integer greater than 11 divisible only by 11 and itself) shows that only 22 and 33 are prime. Therefore, there are exactly 22 prime factors.

Step-by-Step Solution

1
Find all positive integer factors of 3636.
The positive integer factors of 3636 are 1,2,3,4,6,9,12,18,1, 2, 3, 4, 6, 9, 12, 18, and 3636.
Dividing 3636 by integers from 11 to 3636 yields integer quotients for these nine numbers.
2
Identify which of these factors meet the definition of a prime number.
The prime factors are 22 and 33.
A prime number is an integer greater than 11 with exactly two distinct positive divisors: 11 and itself. The integer 11 is not prime, while 4,6,9,12,18,4, 6, 9, 12, 18, and 3636 are composite.
3
Count the identified prime factors.
The total count is 22.
There are exactly two distinct prime numbers (22 and 33) in the list of factors.

Key Concept

Prime Factors and Definition of Prime Numbers
Estimated Time:45s
Question 11Question

When the positive integer nn is divided by 77, the remainder is 44. What is the remainder when n+15n + 15 is divided by 77?

Show answer & explanation

Answer: 5

Answer

5
Adding 15 to nn increases the remainder by 15. The original remainder is 4, so the new sum of remainders is 4+15=194 + 15 = 19. Dividing 19 by 7 gives a quotient of 2 and a remainder of 5.

Step-by-Step Solution

1
Express nn algebraically based on the given remainder rule.
n=7k+4n = 7k + 4 for some non-negative integer kk
By the division algorithm, any integer divided by 7 with remainder 4 can be written as a multiple of 7 plus 4.
2
Substitute nn into the expression n+15n + 15.
n+15=7k+4+15=7k+19n + 15 = 7k + 4 + 15 = 7k + 19
We need to find the remainder of this new quantity when divided by 7.
3
Extract the largest multiple of 7 from 19.
7k+19=7k+14+5=7(k+2)+57k + 19 = 7k + 14 + 5 = 7(k + 2) + 5
Grouping multiples of 7 isolates the remaining constant term.
4
Identify the final remainder.
The remainder is 5.
7(k+2)7(k + 2) is completely divisible by 7, leaving 5 as the remainder.

Key Concept

Remainder arithmetic and divisibility properties
Question 12Question

Which of the following integers is divisible by both 33 and 44?

Show answer & explanation

Answer: 7272

Answer

7272
For an integer to be divisible by both 33 and 44, it must satisfy the rules for both divisors. For 7272, the sum of the digits is 7+2=97 + 2 = 9, which is divisible by 33. Additionally, 72÷4=1872 \div 4 = 18, which is an integer. Thus, 7272 is divisible by both 33 and 44.

Step-by-Step Solution

1
Recall the divisibility rule for 3
An integer is divisible by 3 if the sum of its digits is divisible by 3.
This allows quick evaluation of divisibility by 3.
2
Recall the divisibility rule for 4
An integer is divisible by 4 if its last two digits form a number divisible by 4.
This allows quick evaluation of divisibility by 4.
3
Test 7272 against both divisibility rules
Sum of digits of 7272 is 7+2=97 + 2 = 9, which is divisible by 33. Also, 72÷4=1872 \div 4 = 18, which is an integer.
7272 meets both required criteria.

Key Concept

Divisibility Rules for 3 and 4
Estimated Time:45s
Question 13Question

If xx and yy are positive integers such that 3x+5y=1013x + 5y = 101 and xx is a prime number, what is the maximum possible value of the product xyxy?

Show answer & explanation

Answer: 170

Answer

170
The equation 3x+5y=1013x + 5y = 101 requires 1013x101 - 3x to be a multiple of 5. For positive integers xx and yy, xx must be less than 34 and leave a remainder of 2 when divided by 5 (meaning xx ends in 2 or 7). Testing the primes meeting this condition yields three valid pairs: (2,19)(2, 19) with product 38, (7,16)(7, 16) with product 112, and (17,10)(17, 10) with product 170. Thus, 170 is the maximum product.

Step-by-Step Solution

1
Isolate 5y5y and analyze modular divisibility by 5.
5y=1013x5y = 101 - 3x. For yy to be an integer, 1013x101 - 3x must be divisible by 5. Since 1011(mod5)101 \equiv 1 \pmod 5, we require 3x1(mod5)3x \equiv 1 \pmod 5, which simplifies to x2(mod5)x \equiv 2 \pmod 5.
Properties of modular arithmetic determine which values of xx yield integer values for yy.
2
Determine the boundary constraints and prime condition for xx.
Since yy is a positive integer (y1y \ge 1), 3x<101    x333x < 101 \implies x \le 33. The prime numbers x33x \le 33 that satisfy x2(mod5)x \equiv 2 \pmod 5 (or end in 2 or 7) are x=2x = 2, x=7x = 7, and x=17x = 17.
Only primes satisfying both the inequality bound and divisibility criteria need to be tested.
3
Calculate the corresponding values of yy and products xyxy for each prime candidate.
For x=2x = 2: 5y=1016=95    y=195y = 101 - 6 = 95 \implies y = 19, product xy=2×19=38xy = 2 \times 19 = 38.
For x=7x = 7: 5y=10121=80    y=165y = 101 - 21 = 80 \implies y = 16, product xy=7×16=112xy = 7 \times 16 = 112.
For x=17x = 17: 5y=10151=50    y=105y = 101 - 51 = 50 \implies y = 10, product xy=17×10=170xy = 17 \times 10 = 170.
Evaluating all valid candidate pairs allows identifying the absolute maximum product.
4
Identify the maximum product.
The maximum possible value of xyxy is 170.
Comparing 38, 112, and 170 confirms that 170 is the greatest value.

Key Concept

Linear Diophantine equations with prime integer constraints
Question 14Question

If kk is a positive integer less than 100100 such that kk is divisible by 66 but not divisible by 88, what is the greatest possible value of kk?

Show answer & explanation

Answer: 90

Answer

90
The positive multiples of 6 less than 100 in descending order are 96, 90, 84, etc. The largest candidate, 96, is divisible by 8 (96=8×1296 = 8 \times 12), so it is excluded by the conditions. The next largest candidate, 90, is divisible by 6 (90=6×1590 = 6 \times 15) but leaves a remainder of 2 when divided by 8 (90=8×11+290 = 8 \times 11 + 2). Thus, 90 is the greatest integer satisfying all conditions.

Step-by-Step Solution

1
Identify the largest multiples of 6 that are less than 100.
The multiples of 6 less than 100 in descending order are 96, 90, 84, 78, ...
Finding the greatest possible value requires testing candidates starting from the largest possible multiple of 6 below 100.
2
Test 96 against the constraint of not being divisible by 8.
96 / 8 = 12, so 96 is divisible by 8.
The question specifies that k must NOT be divisible by 8, ruling out 96.
3
Test the next candidate, 90, against the constraint.
90 / 8 = 11 R 2, so 90 is not divisible by 8.
90 meets all specified criteria: it is a positive integer less than 100, divisible by 6, and not divisible by 8.

Key Concept

Properties of Multiples and Divisibility Constraints
Question 15Question

Let mm and nn be positive integers such that m2nm^2 n is divisible by 7272 and mn2m n^2 is divisible by 108108. What is the minimum possible value of the product mnmn?

Show answer & explanation

Answer: 36

Answer

36
The product (m2n)(mn2)=(mn)3(m^2 n)(m n^2) = (mn)^3 must be divisible by 72×108=25×3572 \times 108 = 2^5 \times 3^5. For (mn)3(mn)^3 to be a valid cube of an integer, the exponents of 2 and 3 in its prime factorization must be multiples of 3 greater than or equal to 5. The smallest such multiples of 3 are 6, meaning (mn)326×36=(36)3(mn)^3 \ge 2^6 \times 3^6 = (36)^3, so mn36mn \ge 36. Setting m=6m = 6 and n=6n = 6 confirms that 3636 satisfies all requirements.

Step-by-Step Solution

1
Express the given divisibility conditions in terms of prime factorizations.
72=23×3272 = 2^3 \times 3^2 and 108=22×33108 = 2^2 \times 3^3. Therefore, m2nm^2 n is a multiple of 23×322^3 \times 3^2, and mn2m n^2 is a multiple of 22×332^2 \times 3^3.
Prime factorization allows us to analyze the minimum exponent requirements for 2 and 3.
2
Multiply the two expressions to find a lower bound on (mn)3(mn)^3.
(m2n)(mn2)=m3n3=(mn)3(m^2 n)(m n^2) = m^3 n^3 = (mn)^3 must be divisible by (23×32)(22×33)=25×35(2^3 \times 3^2)(2^2 \times 3^3) = 2^5 \times 3^5.
Combining the expressions yields a perfect cube (mn)3(mn)^3.
3
Determine the minimum prime powers needed for mnmn.
Since (mn)3(mn)^3 is a perfect cube divisible by 25×352^5 \times 3^5, the exponents of 2 and 3 in (mn)3(mn)^3 must be multiples of 3 that are at least 5. The smallest such exponents are 6 for both 2 and 3. Thus, (mn)326×36=(22×32)3=363(mn)^3 \ge 2^6 \times 3^6 = (2^2 \times 3^2)^3 = 36^3, so mn36mn \ge 36.
Exponents in a perfect cube factorization must be multiples of 3.
4
Verify that mn=36mn = 36 is achievable with integer values of mm and nn.
Setting m=6m = 6 and n=6n = 6 gives mn=36mn = 36. Then m2n=63=216=3×72m^2 n = 6^3 = 216 = 3 \times 72 (divisible by 72) and mn2=63=216=2×108m n^2 = 6^3 = 216 = 2 \times 108 (divisible by 108).
Constructing valid integers mm and nn confirms that 36 is achievable.

Key Concept

Properties of Integers and Prime Factorization
Question 16Question

If kk is an integer greater than 11 such that k3kk^3 - k is a multiple of 240240, what is the least possible value of kk?

Show answer & explanation

Answer: 9

Answer

The least possible value of kk is 9.
Factoring k3kk^3 - k gives (k1)k(k+1)(k-1)k(k+1), representing the product of three consecutive integers. The prime factorization of 240240 is 24×3×52^4 \times 3 \times 5. To be divisible by 240240, the product (k1)k(k+1)(k-1)k(k+1) must contain at least four factors of 2, one factor of 3, and one factor of 5. Testing integers k>1k > 1: for k=9k=9, the product is (8)(9)(10)=720(8)(9)(10) = 720, which is 3×2403 \times 240. Checking all integers 1<k<91 < k < 9 confirms that no smaller integer satisfies the condition.

Step-by-Step Solution

1
Factor the algebraic expression k3kk^3 - k.
k3k=k(k21)=(k1)k(k+1)k^3 - k = k(k^2 - 1) = (k-1)k(k+1).
This expresses the polynomial as a product of three consecutive integers.
2
Determine the prime factorization of 240.
240=24×3×5=16×3×5240 = 2^4 \times 3 \times 5 = 16 \times 3 \times 5.
For (k1)k(k+1)(k-1)k(k+1) to be a multiple of 240, the product must be divisible by 16, 3, and 5 simultaneously.
3
Test candidate values of k>1k > 1 to find the smallest valid integer.
For k=9k=9, (k1)k(k+1)=(8)(9)(10)=720(k-1)k(k+1) = (8)(9)(10) = 720, which equals 3×2403 \times 240.
Testing smaller values: k=5k=5 yields 120120, k=6k=6 yields 210210, k=7k=7 yields 336336, and k=8k=8 yields 504504. None of these are divisible by 240.

Key Concept

Divisibility rules and prime factor distribution across consecutive integers
Estimated Time:2m 0s
Question 17Question

When the positive integer mm is divided by 88, the remainder is 55. What is the remainder when 3m+73m + 7 is divided by 88?

Show answer & explanation

Answer: 66

Answer

The remainder is 66.
Since mm leaves a remainder of 55 when divided by 88, we can evaluate 3m+73m + 7 modulo 88 by replacing mm with 55. Calculating 3(5)+73(5) + 7 gives 2222. Dividing 2222 by 88 gives a quotient of 22 with a remainder of 66 because 22=8×2+622 = 8 \times 2 + 6.

Step-by-Step Solution

1
Express integer mm using the division algorithm.
m=8k+5m = 8k + 5 for some non-negative integer kk.
Dividing mm by 88 yields a remainder of 55.
2
Substitute the expression for mm into 3m+73m + 7.
3m+7=3(8k+5)+7=24k+15+7=24k+223m + 7 = 3(8k + 5) + 7 = 24k + 15 + 7 = 24k + 22.
This expresses the new quantity algebraically in terms of kk.
3
Determine the remainder when 24k+2224k + 22 is divided by 88.
24k+22=8(3k+2)+624k + 22 = 8(3k + 2) + 6, so the remainder is 66.
The term 8(3k+2)8(3k + 2) is a multiple of 88, leaving 66 as the non-negative remainder less than 88.

Key Concept

Remainder properties of linear combinations of integers
Estimated Time:45s
Question 18Question

For all positive integers nn, what is the greatest integer that MUST divide n5nn^5 - n?

Show answer & explanation

Answer: 30

Answer

The greatest integer that must divide n5nn^5 - n for all positive integers nn is 30.
Factoring the expression yields n5n=(n1)n(n+1)(n2+1)n^5 - n = (n-1)n(n+1)(n^2+1). The factor (n1)n(n+1)(n-1)n(n+1) consists of three consecutive integers, ensuring divisibility by both 2 and 3 (and thus by 6). Furthermore, the units digit of n5n^5 is always identical to the units digit of nn for any positive integer nn, which guarantees that n5nn^5 - n is divisible by 5. Since 6 and 5 share no common factors, n5nn^5 - n must be divisible by 6×5=306 \times 5 = 30. Testing n=2n = 2 gives 252=302^5 - 2 = 30, proving that 30 is the largest integer that divides the expression for all positive integers nn.

Step-by-Step Solution

1
Factor the algebraic expression n5nn^5 - n.
n5n=n(n41)=n(n21)(n2+1)=(n1)n(n+1)(n2+1)n^5 - n = n(n^4 - 1) = n(n^2 - 1)(n^2 + 1) = (n - 1)n(n + 1)(n^2 + 1).
Factoring helps isolate product terms with known divisibility rules.
2
Analyze divisibility by 2 and 3.
The sub-expression (n1)n(n+1)(n - 1)n(n + 1) is the product of three consecutive integers.
Among any three consecutive integers, at least one is divisible by 2 and exactly one is divisible by 3. Therefore, (n1)n(n+1)(n - 1)n(n + 1) is always divisible by 2×3=62 \times 3 = 6.
3
Analyze divisibility by 5.
By Fermat's Little Theorem (or analyzing last-digit repeating cycles of powers), for any integer nn, n5n(mod5)n^5 \equiv n \pmod 5, which implies 55 divides n5nn^5 - n.
The units digit of n5n^5 is always equal to the units digit of nn, so n5nn^5 - n always ends in 0 or 5, making it a multiple of 5.
4
Combine the common prime factors and evaluate the maximum lower bound.
Since 2, 3, and 5 are pairwise coprime, any number divisible by 2, 3, and 5 must be divisible by 2×3×5=302 \times 3 \times 5 = 30. Evaluating at n=2n = 2 yields 252=302^5 - 2 = 30, showing no integer greater than 30 can divide n5nn^5 - n for all nn.
The greatest common divisor across all generated values of n5nn^5 - n is 30.

Key Concept

Divisibility properties of consecutive integers and power mod rules
Estimated Time:1m 30s
Question 19Question

If aa and bb are positive integers such that 15a15a is divisible by 2424 and 10b10b is divisible by 1414, which of the following statements MUST be true? Select all such statements.

Select all that apply

Show answer & explanation

Answer: aa is divisible by 88; The product abab is divisible by 5656

Answer

The statements asserting that aa is divisible by 88 and that the product abab is divisible by 5656 must be true.
Because 24=23×324 = 2^3 \times 3 and 15=3×515 = 3 \times 5, aa must provide three factors of 22, meaning aa is divisible by 88. Similarly, 14=2×714 = 2 \times 7 and 10=2×510 = 2 \times 5, so bb must provide a factor of 77, meaning bb is divisible by 77. Multiplying the minimum properties (aa is a multiple of 88 and bb is a multiple of 77) guarantees that abab is a multiple of 5656.

Step-by-Step Solution

1
Analyze the condition 15a15a is divisible by 2424
Prime factorizations: 15=3×515 = 3 \times 5 and 24=23×324 = 2^3 \times 3. For 2424 to divide 15a15a, aa must supply 23=82^3 = 8, so aa is a multiple of 88.
Determines the prime factors required for aa.
2
Analyze the condition 10b10b is divisible by 1414
Prime factorizations: 10=2×510 = 2 \times 5 and 14=2×714 = 2 \times 7. For 1414 to divide 10b10b, bb must supply 77, so bb is a multiple of 77.
Determines the prime factors required for bb.
3
Evaluate each statement against the deduced minimum properties of aa and bb
Since aa is a multiple of 88, the statement regarding aa being divisible by 88 is always true. Since aa is a multiple of 88 and bb is a multiple of 77, abab is a multiple of 8×7=568 \times 7 = 56. Counterexamples disprove the remaining choices (b=7b=7 disproves divisibility of bb by 1414 and evenness of a+ba+b; a=8a=8 disproves divisibility of aa by 2424).
Identifies which statements MUST be true for all valid values of aa and bb.

Key Concept

Divisibility and Prime Factorization Constraints
Question 20Question

When the positive integer nn is divided by 77, the remainder is 44. What is the remainder when n+18n + 18 is divided by 77?

Show answer & explanation

Answer: 1

Answer

The remainder when n+18n + 18 is divided by 77 is 11.
Because nn leaves a remainder of 44 when divided by 77, nn can be represented as 7k+47k + 4. Adding 1818 gives n+18=7k+22n + 18 = 7k + 22. Since 7k7k is a multiple of 77, the remainder of (7k+22)÷7(7k + 22) \div 7 depends entirely on 22÷722 \div 7. Dividing 2222 by 77 gives a quotient of 33 with a remainder of 11.

Step-by-Step Solution

1
Represent the positive integer nn algebraically based on the given remainder.
n=7k+4n = 7k + 4 for some non-negative integer kk.
By the division algorithm, any integer nn divided by 77 with remainder 44 can be written as 7k+47k + 4.
2
Add 1818 to nn.
n+18=(7k+4)+18=7k+22n + 18 = (7k + 4) + 18 = 7k + 22.
Substitute 7k+47k + 4 for nn in the expression n+18n + 18.
3
Determine the remainder when 7k+227k + 22 is divided by 77.
Since 7k7k is divisible by 77, the remainder is 22(mod7)=122 \pmod 7 = 1.
Dividing 2222 by 77 yields a quotient of 33 and a remainder of 11 (22=7×3+122 = 7 \times 3 + 1).

Key Concept

Remainder Properties under Addition
Page 1 / 3Next
Properties of Integers and Divisibility Practice Questions — GRE General Test | Examkin