Properties of Integers and Divisibility

45 questions

Question 41Question

If pp, p+2p + 2, and p+4p + 4 are all prime numbers, what is the value of p2+5p^2 + 5?

Show answer & explanation

Answer: 14

Answer

The value of p2+5p^2 + 5 is 14.
For any three consecutive odd integers pp, p+2p + 2, and p+4p + 4, exactly one of them must be a multiple of 3. Because all three expressions represent prime numbers, the term divisible by 3 must be equal to 3 (since 3 is the only prime divisible by 3). Setting p=3p = 3 gives p+2=5p + 2 = 5 and p+4=7p + 4 = 7, both of which are prime. Any choice of p>3p > 3 forces either p+2p + 2 or p+4p + 4 to be a multiple of 3 greater than 3, making it composite. Thus p=3p = 3 is uniquely determined, and evaluating p2+5p^2 + 5 gives 32+5=143^2 + 5 = 14.

Step-by-Step Solution

1
Analyze the possible remainders when the prime pp is divided by 3.
Any positive integer pp can be written in one of three forms: 3k3k, 3k+13k + 1, or 3k+23k + 2 for some integer kk.
Dividing any integer by 3 leaves a remainder of 0, 1, or 2.
2
Test each remainder case for the expressions pp, p+2p + 2, and p+4p + 4.
If p=3k+1p = 3k + 1, then p+2=3k+3=3(k+1)p + 2 = 3k + 3 = 3(k + 1), which is divisible by 3. If p=3k+2p = 3k + 2, then p+4=3k+6=3(k+2)p + 4 = 3k + 6 = 3(k + 2), which is divisible by 3.
Among any three consecutive odd numbers of the form p,p+2,p+4p, p+2, p+4, exactly one of them must be a multiple of 3.
3
Deduce the unique value of pp.
The only way all three numbers pp, p+2p + 2, and p+4p + 4 can be prime is if the one divisible by 3 is equal to 3 itself, which forces p=3p = 3.
The only prime number divisible by 3 is 3 itself; any larger multiple of 3 is composite.
4
Evaluate the target expression p2+5p^2 + 5 using p=3p = 3.
32+5=9+5=143^2 + 5 = 9 + 5 = 14.
Substitute the uniquely determined value p=3p = 3 into the given algebraic expression.

Key Concept

Divisibility properties of consecutive odd integers and prime number definitions
Estimated Time:1m 30s
Question 42Question

If nn is a positive integer that is divisible by 66 but not divisible by 44, and n2n^2 has exactly 1515 positive divisors, what is the value of nn?

Show answer & explanation

Answer: 1818

Answer

The value of nn is 1818.
Because nn is divisible by 66, it must have prime factors 22 and 33. Since nn is not divisible by 44, the exponent of 22 in nn is exactly 11, meaning n2n^2 has 222^2 as a factor. The divisor count formula for n2n^2 requires (2+1)(2b+1)=15(2+1)(2b+1) = 15, which gives 2b+1=52b+1 = 5, so b=2b=2. Thus, n=2132=18n = 2^1 \cdot 3^2 = 18.

Step-by-Step Solution

1
Analyze the prime factorization structure of nn based on given divisibility conditions.
Since nn is divisible by 6=236 = 2 \cdot 3, its prime factorization must contain at least one factor of 22 and one factor of 33. Since nn is not divisible by 4=224 = 2^2, the exponent of 22 in the prime factorization of nn must be exactly 11. Thus, n=213bkn = 2^1 \cdot 3^b \cdot k, where kk contains no factors of 22 or 33.
Establishing the exponent of 22 narrows down the search space for prime factor exponents.
2
Express n2n^2 in terms of its prime factors and write the formula for its number of positive divisors.
n2=2232bk2n^2 = 2^2 \cdot 3^{2b} \cdot k^2. The number of positive divisors of n2n^2 is given by d(n2)=(2+1)(2b+1)d(k2)=3(2b+1)d(k2)=15d(n^2) = (2 + 1)(2b + 1) \cdot d(k^2) = 3(2b + 1) \cdot d(k^2) = 15.
The total number of positive divisors of a number p1a1p2a2p_1^{a_1} p_2^{a_2} \dots is (a1+1)(a2+1)(a_1 + 1)(a_2 + 1) \dots.
3
Solve for bb and determine if kk has any additional prime factors.
Dividing 1515 by 33 gives (2b+1)d(k2)=5(2b + 1) \cdot d(k^2) = 5. Since 55 is prime, we must have d(k2)=1d(k^2) = 1 (meaning k=1k = 1) and 2b+1=52b + 1 = 5, which yields 2b=4    b=22b = 4 \implies b = 2.
Determining the exponent of 33 fixes the exact prime factorization of nn.
4
Calculate nn.
n=2132=18n = 2^1 \cdot 3^2 = 18.
Multiplying the prime factors together yields the target integer.

Key Concept

Prime Factorization and Divisor Count Formula
Estimated Time:1m 30s
Question 43Question

If N=24×33×52N = 2^4 \times 3^3 \times 5^2, how many positive integer factors of NN are divisible by 66 but not divisible by 1212?

Show answer & explanation

Answer: 9

Answer

The number of positive integer factors of NN divisible by 6 but not by 12 is 9.
Any factor of N=24×33×52N = 2^4 \times 3^3 \times 5^2 is of the form 2a×3b×5c2^a \times 3^b \times 5^c. For the factor to be divisible by 66, we must have a1a \ge 1 and b1b \ge 1. For it to not be divisible by 12=22×3112 = 2^2 \times 3^1, we must have a<2a < 2. Therefore, aa must equal 11. The possible choices for aa are 11 value (11), for bb are 33 values (1,2,31, 2, 3), and for cc are 33 values (0,1,20, 1, 2). Multiplying these options gives 1×3×3=91 \times 3 \times 3 = 9.

Step-by-Step Solution

1
Express the prime factorization structure of a factor of NN.
Any factor of NN takes the form 2a×3b×5c2^a \times 3^b \times 5^c with bounds 0a40 \le a \le 4, 0b30 \le b \le 3, and 0c20 \le c \le 2.
Divisors of a number are formed by taking prime factors with exponents between zero and their maximum powers in the original number.
2
Determine exponent constraints for divisibility by 6 and non-divisibility by 12.
Divisibility by 66 requires a1a \ge 1 and b1b \ge 1. Non-divisibility by 1212 requires a<2a < 2. Thus, a=1a = 1 exactly.
A factor must contain at least one factor of 2 and one factor of 3 to be a multiple of 6, but containing two or more factors of 2 makes it a multiple of 12.
3
Count combinations of choices for the exponents.
Exponent aa has 11 option (a=1a = 1), bb has 33 options (b{1,2,3}b \in \{1, 2, 3\}), and cc has 33 options (c{0,1,2}c \in \{0, 1, 2\}). Total =1×3×3=9= 1 \times 3 \times 3 = 9.
Applying the fundamental counting principle by multiplying the number of choices for independent prime factor exponents.

Key Concept

Counting Divisors with Prime Factorization and Divisibility Constraints
Question 44Question

A positive integer nn yields a remainder of 77 when divided by 1212. What is the remainder when the expression 5n+35n + 3 is divided by 66?

Show answer & explanation

Answer: 22

Answer

The remainder when 5n+35n + 3 is divided by 66 is 22.
Since nn leaves a remainder of 77 when divided by 1212, we can write n=12k+7n = 12k + 7 for some integer k0k \ge 0. Substituting this into 5n+35n + 3 yields 5(12k+7)+3=60k+385(12k + 7) + 3 = 60k + 38. Factoring out 66 gives 6(10k+6)+26(10k + 6) + 2. Because 6(10k+6)6(10k + 6) is divisible by 66, the remainder of the expression when divided by 66 is 22.

Step-by-Step Solution

1
Express nn in terms of the division algorithm for divisor 1212.
n=12k+7n = 12k + 7 for some non-negative integer kk
An integer that leaves a remainder of 77 when divided by 1212 can be represented as 12k+712k + 7.
2
Substitute the expression for nn into 5n+35n + 3 and simplify.
5(12k+7)+3=60k+35+3=60k+385(12k + 7) + 3 = 60k + 35 + 3 = 60k + 38
Algebraic expansion allows us to analyze the entire expression modulo 66.
3
Determine the remainder of 60k+3860k + 38 when divided by 66.
60k+38=6(10k+6)+260k + 38 = 6(10k + 6) + 2
Since 60k+3660k + 36 is an exact multiple of 66, the leftover term 22 is the remainder.

Key Concept

Properties of Integers and Remainder Arithmetic
Estimated Time:1m 30s
Question 45Question

Let mm and nn be positive integers such that mm is divisible by 1818 and nn is divisible by 1515. Which of the following integers MUST be a divisor of the product mnm \cdot n? Select all such values.

Select all that apply

Show answer & explanation

Answer: 5454; 9090; 135135

Answer

The integers 5454, 9090, and 135135 must be divisors of the product mnm \cdot n.
Since mm is a multiple of 1818 (21×322^1 \times 3^2) and nn is a multiple of 1515 (31×513^1 \times 5^1), their product mnm \cdot n must be a multiple of 18×15=27018 \times 15 = 270. The prime factorization of 270270 is 21×33×512^1 \times 3^3 \times 5^1. Any integer that divides 270270 is guaranteed to divide mnm \cdot n for all valid values of mm and nn. The numbers 5454 (21×332^1 \times 3^3), 9090 (21×32×512^1 \times 3^2 \times 5^1), and 135135 (33×513^3 \times 5^1) are all divisors of 270270.

Step-by-Step Solution

1
Express mm and nn in terms of their minimal prime factorizations.
m=18a=21×32×am = 18a = 2^1 \times 3^2 \times a and n=15b=31×51×bn = 15b = 3^1 \times 5^1 \times b for positive integers aa and bb.
Divisibility conditions specify the minimum prime factors that mm and nn must contain.
2
Find the minimal guaranteed prime factorization of the product mnm \cdot n.
mn=(21×32×a)×(31×51×b)=21×33×51×(ab)=270×abm \cdot n = (2^1 \times 3^2 \times a) \times (3^1 \times 5^1 \times b) = 2^1 \times 3^3 \times 5^1 \times (ab) = 270 \times ab.
Multiplying mm and nn combines their guaranteed prime factor powers.
3
Determine which choices divide 270=21×33×51270 = 2^1 \times 3^3 \times 5^1 without requiring additional factors of aa or bb.
54=21×3354 = 2^1 \times 3^3, 90=21×32×5190 = 2^1 \times 3^2 \times 5^1, and 135=33×51135 = 3^3 \times 5^1 all divide 270270. Numbers requiring 222^2 (3636 and 6060) do not necessarily divide 270270.
A number MUST divide mnm \cdot n if its prime factor powers do not exceed the minimum guaranteed powers in mnm \cdot n.

Key Concept

Divisibility of Integer Products via Prime Factorization
PreviousPage 3 / 3
Properties of Integers and Divisibility Practice Questions — GRE General Test — Page 3 | Examkin