Question

Difficulty: MediumDivisibility, Factors, and Multiples

A positive integer nn is divisible by 12 and has exactly 15 positive integer divisors. What is the least possible value of nn?

Answer: 144

Answer

144
To find the least positive integer nn that is a multiple of 12 and has 15 divisors, we examine the prime factorization of 12 (22312^2 \cdot 3^1) and the divisor count formula (e1+1)(e2+1)=15(e_1+1)(e_2+1)\dots = 15. The number 15 factors as 5×35 \times 3, implying nn has the form p4q2p^4 \cdot q^2. Minimizing nn requires placing the larger exponent on the smaller prime factor, so p=2p=2 and q=3q=3, giving n=2432=144n = 2^4 \cdot 3^2 = 144.

Step-by-Step Solution

1
Determine prime factor requirements for divisibility by 12.
Since 12=223112 = 2^2 \cdot 3^1, nn must have prime factors 2 and 3 with exponents a2a \ge 2 and b1b \ge 1.
Divisibility requires that all prime factors of the divisor appear in the dividend with equal or higher exponents.
2
Apply the divisor count formula to determine the exponent structure.
The total number of divisors is 15, which factors as (4+1)(2+1)=15(4 + 1)(2 + 1) = 15. Thus, n=p4q2n = p^4 \cdot q^2.
The number of positive divisors is given by (e1+1)(e2+1)=15(e_1 + 1)(e_2 + 1) \dots = 15.
3
Assign prime factors to minimize nn.
Assigning the larger exponent 4 to the smaller prime 2 gives 2432=1442^4 \cdot 3^2 = 144.
To minimize a product of prime powers, larger exponents should be paired with smaller prime bases.

Key Concept

Divisor count formula and prime factorization properties
Rate this question