Question

Difficulty: Very hardDivisibility, Factors, and Multiples

Let d(k)d(k) denote the number of positive divisors of a positive integer kk. What is the smallest positive integer nn that is a multiple of 7272 and satisfies d(n)=35d(n) = 35?

Answer: 5184

Answer

The smallest positive integer nn that satisfies all conditions is 5184.
The prime factorization of 7272 is 23×322^3 \times 3^2. Any multiple nn of 7272 must be written as 2a×3b×dots2^a \times 3^b \times dots with a3a \ge 3 and b2b \ge 2. The total number of positive divisors d(n)=(a+1)(b+1)dots=35d(n) = (a+1)(b+1) dots = 35. The integer 3535 can be factored into integers greater than 11 only as 7×57 \times 5. Thus, nn must have exactly two distinct prime factors, which must be 22 and 33. The required exponents are a,b{6,4}a, b \in \{6, 4\}. To minimize nn, we assign the larger exponent 66 to the smaller base 22, yielding n=26×34=64×81=5184n = 2^6 \times 3^4 = 64 \times 81 = 5184.

Step-by-Step Solution

1
Express 72 in prime factor form to determine minimum required prime exponents.
72=23×3272 = 2^3 \times 3^2, meaning nn must have prime factorization 2a×3b2^a \times 3^b \dots where a3a \ge 3 and b2b \ge 2.
Any multiple of 72 must contain at least three factors of 2 and two factors of 3.
2
Analyze the divisor count condition d(n)=35d(n) = 35.
Since 35=7×535 = 7 \times 5, the number of prime factors of nn can be at most 2, with exponent increments (a+1)(b+1)=7×5(a+1)(b+1) = 7 \times 5.
The number of positive divisors for p1e1p2e2p_1^{e_1} p_2^{e_2} \dots is (e1+1)(e2+1)(e_1+1)(e_2+1)\dots, and 35 factors into integers greater than 1 only as 35 or 7×57 \times 5.
3
Determine the required exponents for the prime factors of nn.
The exponents of the prime factors must be 71=67-1 = 6 and 51=45-1 = 4.
Since nn must contain both 2 and 3 as prime factors, nn cannot have only 1 prime factor, so it has exactly two prime factors (2 and 3).
4
Optimize the exponent assignment to minimize nn.
Assign exponent 6 to base 2 and exponent 4 to base 3, giving n=26×34=64×81=5184n = 2^6 \times 3^4 = 64 \times 81 = 5184.
Assigning the larger exponent to the smaller prime base minimizes the total product while meeting the conditions a3a \ge 3 and b2b \ge 2.

Key Concept

Divisor counting formula and prime factor exponent allocation under divisibility constraints
Estimated Time:2m 0s
Rate this question