Question

Difficulty: HardFactors, Multiples, and Prime Factorization

A positive integer NN has the prime factorization N=2a×3b×5cN = 2^a \times 3^b \times 5^c, where aa, bb, and cc are positive integers. It is known that NN has exactly 4848 positive factors, N/2N/2 has 3636 positive factors, and N/5N/5 has 4040 positive factors. What is the total number of positive factors of N/3N/3?

  1. 24Answer
  2. B
    32
  3. C
    16
  4. D
    0

Answer

The total number of positive factors of N/3N/3 is 24.
By writing the factor formula (a+1)(b+1)(c+1)=48(a+1)(b+1)(c+1) = 48 and comparing it with d(N/2)=a(b+1)(c+1)=36d(N/2) = a(b+1)(c+1) = 36 and d(N/5)=(a+1)(b+1)c=40d(N/5) = (a+1)(b+1)c = 40, we uniquely determine the exponents a=3a = 3, b=1b = 1, and c=5c = 5. Dividing NN by 33 changes the prime exponent of 33 to 00. Applying the factor count formula to 23×30×552^3 \times 3^0 \times 5^5 yields (3+1)(0+1)(5+1)=24(3+1)(0+1)(5+1) = 24.

Step-by-Step Solution

1
Express the total number of factors of NN using its prime factorization
d(N)=(a+1)(b+1)(c+1)=48d(N) = (a+1)(b+1)(c+1) = 48
The number of positive factors of a number p1e1p2e2pkekp_1^{e_1} p_2^{e_2} \dots p_k^{e_k} is given by (e1+1)(e2+1)(ek+1)(e_1+1)(e_2+1)\dots(e_k+1).
2
Use the factor counts of N/2N/2 and N/5N/5 to determine the exponents aa and cc
a=3a = 3 and c=5c = 5
Since d(N/2)=a(b+1)(c+1)=36d(N/2) = a(b+1)(c+1) = 36, taking the ratio d(N/2)/d(N)d(N/2)/d(N) yields a/(a+1)=36/48=3/4a/(a+1) = 36/48 = 3/4, which gives a=3a = 3. Similarly, d(N/5)=(a+1)(b+1)c=40d(N/5) = (a+1)(b+1)c = 40, so d(N/5)/d(N)=c/(c+1)=40/48=5/6d(N/5)/d(N) = c/(c+1) = 40/48 = 5/6, giving c=5c = 5.
3
Solve for the remaining exponent bb
b=1b = 1
Substituting a=3a = 3 and c=5c = 5 into d(N)=48d(N) = 48 gives (3+1)(b+1)(5+1)=48    24(b+1)=48    b+1=2    b=1(3+1)(b+1)(5+1) = 48 \implies 24(b+1) = 48 \implies b+1 = 2 \implies b = 1.
4
Calculate the number of positive factors of N/3N/3
d(N/3)=(3+1)(0+1)(5+1)=4×1×6=24d(N/3) = (3+1)(0+1)(5+1) = 4 \times 1 \times 6 = 24
Dividing NN by 33 reduces the exponent of 33 from b=1b = 1 to b1=0b-1 = 0, so N/3=23×30×55N/3 = 2^3 \times 3^0 \times 5^5.

Key Concept

Prime Factorization and Number of Factors
Estimated Time:2m 0s
Rate this question