For , let , where there are zeros between the and the . Let be the number of factors of in the prime factorization of . What is the maximum value of ?
- A)
- B)
- C)
- D)
- E)
Answer
B
Key insight
I_k = 2^(k+2) 5^(k+2) + 2^6; factor out the smaller power of 2, and only the tie k = 4 gives an extra factor from 5^6 + 1.
Solution
The number has digits, so
Compare the exponents and .
Case (): factor out :
The bracket is odd plus even, hence odd, so .
Case (): factor out :
The bracket is even plus one, hence odd, so .
Case : the powers tie, and
Since is odd, .
The maximum is , attained only at .
The answer is .
Why this works
For a sum of two powers of times odd numbers, the exponent of is the smaller of the two exponents, unless they are equal, in which case the odd parts add to an even number and the exponent jumps by at least one. The "equal exponents" case is where the action is; here contributes exactly one more factor of .
Alternative approach
Test directly: , , , , . The value at stands out, and the general argument shows for all larger .
The trap
Concluding the maximum is 6 because 2^6 = 64 divides I_k for large k, without testing the boundary case k = 4 where 5^6 + 1 is even.
Common mistakes
- Concluding the maximum is 6 because 2^6 = 64 divides I_k for large k, without testing the boundary case k = 4 where 5^6 + 1 is even.
- Miscounting the digits and writing or , which shifts the special case to the wrong .
Techniques
Split into exhaustive cases and handle each · Test small/specific values or special cases to find or verify the answer