Question

Difficulty: HardDivisibility, Factors, and Multiples

A positive integer nn has only two distinct prime factors, 22 and 33. If nn is a multiple of 1212, is not divisible by 88, and has exactly 1212 positive divisors, what is the value of nn?

Answer: 108

Answer

The value of nn is 108.
Because nn has only 22 and 33 as prime factors, its prime factorization is n=2a×3bn = 2^a \times 3^b. Divisibility by 12=22×3112 = 2^2 \times 3^1 requires a2a \ge 2, and non-divisibility by 8=238 = 2^3 requires a<3a < 3, which forces a=2a = 2. Using the formula for total positive divisors, (2+1)(b+1)=12(2+1)(b+1) = 12, which simplifies to 3(b+1)=123(b+1) = 12 and gives b=3b = 3. Calculating n=22×33n = 2^2 \times 3^3 yields 108108.

Step-by-Step Solution

1
Set up the prime factorization of nn
n=2a×3bn = 2^a \times 3^b where a1a \ge 1 and b1b \ge 1
The problem states that 22 and 33 are the only distinct prime factors of nn.
2
Determine the exact value of exponent aa
a=2a = 2
nn is divisible by 12=22×3112 = 2^2 \times 3^1 (so a2a \ge 2) but not by 8=238 = 2^3 (so a<3a < 3).
3
Determine the exact value of exponent bb
b=3b = 3
The total number of positive divisors is (a+1)(b+1)=(2+1)(b+1)=3(b+1)=12(a+1)(b+1) = (2+1)(b+1) = 3(b+1) = 12, which solves to b=3b = 3.
4
Calculate the value of nn
n=108n = 108
n=22×33=4×27=108n = 2^2 \times 3^3 = 4 \times 27 = 108.

Key Concept

Determining integer values using prime factorization and the number of divisors formula
Rate this question