Question

Difficulty: MediumDivisibility, Factors, and Multiples

A positive integer NN has the prime factorization N=3a5bN = 3^a \cdot 5^b, where aa and bb are positive integers. If N2N^2 has exactly 35 positive integer divisors, what is the number of positive integer divisors of N3N^3?

Answer: 70

Answer

70
Since N=3a5bN = 3^a \cdot 5^b, N2=32a52bN^2 = 3^{2a} \cdot 5^{2b}. The number of positive divisors of N2N^2 is (2a+1)(2b+1)=35(2a+1)(2b+1) = 35. The unique integer factor pair of 35 greater than 1 is 5×75 \times 7, so the exponents aa and bb must be 2 and 3 (in some order). For N3=33a53bN^3 = 3^{3a} \cdot 5^{3b}, the exponents are 6 and 9. Therefore, the number of positive divisors of N3N^3 is (6+1)(9+1)=70(6+1)(9+1) = 70.

Step-by-Step Solution

1
Set up the formula for the number of positive divisors of N2N^2
(2a+1)(2b+1)=35(2a + 1)(2b + 1) = 35
For an integer with prime factorization p1e1p2e2p_1^{e_1} p_2^{e_2}, the total number of divisors is (e1+1)(e2+1)(e_1 + 1)(e_2 + 1).
2
Determine the positive integer values of aa and bb
One exponent is 2 and the other exponent is 3
35 factors into 5×75 \times 7. Solving 2a+1=52a + 1 = 5 gives a=2a = 2, and 2b+1=72b + 1 = 7 gives b=3b = 3.
3
Calculate the number of divisors of N3N^3
(3(2)+1)(3(3)+1)=7×10=70(3(2) + 1)(3(3) + 1) = 7 \times 10 = 70
Exponents of N3N^3 are 3a=63a = 6 and 3b=93b = 9, so total divisors equal (6+1)(9+1)=70(6 + 1)(9 + 1) = 70.

Key Concept

Number of positive integer divisors from prime factorization
Estimated Time:1m 30s
Rate this question