2021 AMC 12A Problems/Problem 25
Contents
Problem
Let denote the number of positive integers that divide , including and . For example, and . (This function is known as the divisor function.) LetThere is a unique positive integer such that for all positive integers . What is the sum of the digits of
Solution
Solution 1
Consider the prime factorization By the Multiplication Principle, Now, we rewrite as As for all positive integers it follows that for all positive integers and , if and only if So, is maximized if and only if is maximized.
For every factor with a fixed where the denominator grows faster than the numerator, as exponential functions grow faster than polynomial functions. For each prime we look for the for which is a relative maximum:
\[\begin{tabular}{ c c c c } p_i & e_i & fraction & choose? \\ \hline 2 & 0 & 1 & \\ 2 & 1 & 4 & \\ 2 & 2 & 27/4 &\\ 2 & 3 & 8 & yes\\ 2 & 4 & 125/16 & \\ \hline 3 & 0 & 1 &\\ 3 & 1 & 8/3 & \\ 3 & 2 & 3 & yes\\ 3 & 3 & 64/27 & \\ \hline 5 & 0 & 1 & \\ 5 & 1 & 8/5 & yes\\ 5 & 2 & 27/25 & \\ \hline 7 & 0 & 1 & \\ 7 & 1 & 8/7 & yes\\ 7 & 2 & 27/49 & \\ \hline 11 & 0 & 1 & yes \\ 11 & 1 & 8/11 & \\ \hline ,,, & ... & ... & \end{tabular}\] (Error compiling LaTeX. Unknown error_msg)
Finally, the number we seek is The sum of its digits is
~MRENTHUSIASM
Solution 2
A cube root seems bad, so we should just cube it. It seems that if the number is a multiple of 3, there are only two choices. If the number is a multiple of 9, there is one choice. We can prove that f(9k) > f(k) given that k is indivisible by 3. The divisors of 3k contain the divisors of k and the divisors of k multiplied by 3. The divisors of 9k contain the divisors of k, the divisors of k multiplied by 3, and the divisors of k multiplied by 9. so and since is the only possible answer choice, it is the answer.
Video Solution by OmegaLearn (Multiplicative function properties + Meta-solving )
~ pi_is_3.14
See also
2021 AMC 12A (Problems • Answer Key • Resources) | |
Preceded by Problem 24 |
Followed by Last problem |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 | |
All AMC 12 Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.