2021 AMC 12A Spring Problem 25

Below is the professionally curated solution for Problem 25 of the 2021 AMC 12A Spring, from LIVE by Po-Shen Loh. You can also try the full timed exam, view all 2021 AMC 12A Spring solutions, or check the answer key.

All of the real AMC 8, AMC 10, AMC 12, and AIME problems in our complete solution collection are used with official legal permission of the Mathematical Association of America (MAA).

Concepts:factor countingprime factorizationoptimization

Difficulty rating: 2610

25.

Let d(n)d(n) denote the number of positive integers that divide n,n, including 11 and n.n. For example, d(1)=1,d(1) = 1, d(2)=2,d(2) = 2, and d(12)=6.d(12) = 6. (This function is known as the divisor function.) Let f(n)=d(n)n3. f(n) = \frac{d(n)}{\sqrt[3]{n}}.

There is a unique positive integer NN such that f(N)>f(n)f(N) \gt f(n) for all positive integers nN.n \ne N. What is the sum of the digits of N?N?

55

66

77

88

99

Solution:

Since f(n)=d(n)n1/3f(n) = \dfrac{d(n)}{n^{1/3}} is multiplicative, its value factors over prime powers as a product of terms e+1pe/3\dfrac{e + 1}{p^{e/3}} for each prime power pe  n.p^e\ \|\ n. We maximize each term separately.

For p=2,p = 2, the ratio e+12e/3\dfrac{e+1}{2^{e/3}} is largest at e=3e = 3 (value 22). For p=3,p = 3, it peaks at e=2;e = 2; for p=5p = 5 and p=7,p = 7, at e=1;e = 1; and for every prime p11,p \ge 11, the best choice is e=0e = 0 (the ratio already drops below 11 at e=1e = 1).

Hence N=233257=2520,N = 2^3\cdot 3^2\cdot 5\cdot 7 = 2520, whose digit sum is 2+5+2+0=9.2 + 5 + 2 + 0 = 9.

Thus, the correct answer is E.

Problem 25 in Other Years