Question

Difficulty: HardDivisibility, Factors, and Multiples

If nn is a positive integer with exactly two distinct prime factors such that nn is a multiple of 1212 and n2n^2 has exactly 2727 positive integer divisors, what is the value of nn?

  1. A
    36
  2. 48Answer
  3. C
    72
  4. D
    144
  5. E
    162

Answer

48
Since nn is a multiple of 12=22312 = 2^2 \cdot 3 and has only two prime factors, n=2a3bn = 2^a \cdot 3^b with a2a \ge 2 and b1b \ge 1. The square n2=22a32bn^2 = 2^{2a} \cdot 3^{2b} has (2a+1)(2b+1)=27(2a+1)(2b+1) = 27 divisors. The only factor pair of 27 satisfying 2a+152a+1 \ge 5 is 9×39 \times 3, yielding 2a+1=9    a=42a+1=9 \implies a=4 and 2b+1=3    b=12b+1=3 \implies b=1. Thus, n=2431=48n = 2^4 \cdot 3^1 = 48.

Step-by-Step Solution

1
Express nn in terms of its prime factorization.
Since nn is a multiple of 12=22312 = 2^2 \cdot 3 and has exactly two distinct prime factors, its prime factorization must be n=2a3bn = 2^a \cdot 3^b, where a2a \ge 2 and b1b \ge 1.
Divisibility by 12 requires at least two factors of 2 and at least one factor of 3.
2
Formulate the expression for the number of positive divisors of n2n^2.
n2=(2a3b)2=22a32bn^2 = (2^a \cdot 3^b)^2 = 2^{2a} \cdot 3^{2b}. The number of positive divisors is (2a+1)(2b+1)=27(2a + 1)(2b + 1) = 27.
The total number of positive integer divisors of a prime power product pxqyp^x q^y is (x+1)(y+1)(x+1)(y+1).
3
Solve for integer values of aa and bb using factor pairs of 27.
The factor pairs of 27 into two integers greater than 1 are 9×39 \times 3. Since a2a \ge 2, 2a+152a + 1 \ge 5. Thus, 2a+1=92a + 1 = 9 and 2b+1=32b + 1 = 3, giving a=4a = 4 and b=1b = 1.
Setting 2a+1=32a + 1 = 3 yields a=1a = 1, which violates the requirement that a2a \ge 2 for divisibility by 12.
4
Calculate nn.
n=2431=163=48n = 2^4 \cdot 3^1 = 16 \cdot 3 = 48.
Substituting a=4a=4 and b=1b=1 into the prime factorization of nn gives 48.

Key Concept

Divisibility rules and prime factorization count of positive divisors
Rate this question