Question

Difficulty: Very hardDivisibility, Factors, and Multiples

If mm is a positive integer such that m!m! is divisible by 3103^{10} but not by 3113^{11}, and (m+5)!(m+5)! is divisible by 3133^{13} but not by 3143^{14}, what is the total number of distinct positive factors of mm?

  1. A
    6
  2. 8Answer
  3. C
    10
  4. D
    12
  5. E
    14

Answer

The total number of distinct positive factors of mm is 8.
Using Legendre's formula, the highest power of 3 dividing m!m! is 10 when mm is 24, 25, or 26. Evaluating (m+5)!(m+5)!, 29!29! (from m=24m=24) has E3(29!)=9+3+1=13E_3(29!) = 9 + 3 + 1 = 13, whereas 30!30! (from m=25m=25) has E3(30!)=10+3+1=14E_3(30!) = 10 + 3 + 1 = 14. Therefore, mm must equal 24. Since 24=23×3124 = 2^3 \times 3^1, its number of distinct positive factors is (3+1)(1+1)=8(3+1)(1+1) = 8.

Step-by-Step Solution

1
Apply Legendre's formula to find the highest power of 3 dividing m!m!.
The exponent of 3 in m!m! is given by E3(m!)=m3+m9+m27+=10E_3(m!) = \lfloor \frac{m}{3} \rfloor + \lfloor \frac{m}{9} \rfloor + \lfloor \frac{m}{27} \rfloor + \dots = 10.
Legendre's formula determines the exact power of a prime pp in n!n!.
2
Test integer values for mm to satisfy E3(m!)=10E_3(m!) = 10.
For m=24m=24: E3(24!)=243+249=8+2=10E_3(24!) = \lfloor \frac{24}{3} \rfloor + \lfloor \frac{24}{9} \rfloor = 8 + 2 = 10. Thus, m{24,25,26}m \in \{24, 25, 26\}.
Integers 24, 25, and 26 each contain 10 factors of 3 in their factorial products.
3
Apply the second condition E3((m+5)!)=13E_3((m+5)!) = 13 to identify the unique value of mm.
If m=24m=24, m+5=29    E3(29!)=293+299+2927=9+3+1=13m+5=29 \implies E_3(29!) = \lfloor \frac{29}{3} \rfloor + \lfloor \frac{29}{9} \rfloor + \lfloor \frac{29}{27} \rfloor = 9 + 3 + 1 = 13. For m=25m=25 or m=26m=26, m+530m+5 \ge 30, giving E3(30!)=10+3+1=14E_3(30!) = 10+3+1 = 14. Hence, m=24m = 24.
Only m=24m=24 satisfies both power constraints simultaneously.
4
Calculate the number of positive factors of m=24m = 24.
24=23×3124 = 2^3 \times 3^1. Total positive factors =(3+1)(1+1)=4×2=8= (3+1)(1+1) = 4 \times 2 = 8.
The number of factors is found by adding 1 to each prime exponent and multiplying.

Key Concept

Legendre's Formula and Prime Factorization Divisor Counting
Estimated Time:2m 0s
Rate this question