Question

Difficulty: MediumProperties of Integers and Divisibility

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?

  1. A
    66
  2. B
    1212
  3. 1818Answer
  4. D
    2424
  5. E
    3636

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
Rate this question