Skip to main content

2020 AMC 12A Problem 10

Problem 10 of 25EasierAlgebra

There is a unique positive integer nn such that log2(log16n)=log4(log4n).\log_2(\log_{16} n) = \log_4(\log_4 n). What is the sum of the digits of n?n?

Answer choices

Show solution

Solution

Since log16n=12log4n,\log_{16} n = \tfrac12 \log_4 n, set y=log4n.y = \log_4 n. The equation becomes log2(y2)=log4y=12log2y.\log_2\left(\tfrac{y}{2}\right) = \log_4 y = \tfrac12 \log_2 y. Multiplying by 22 gives log2(y2)2=log2y,\log_2\left(\tfrac{y}{2}\right)^2 = \log_2 y, so (y2)2=y,\left(\tfrac{y}{2}\right)^2 = y, which yields y=4.y = 4. Then log4n=4,\log_4 n = 4, so n=44=256,n = 4^4 = 256, and the digit sum is 2+5+6=13.2 + 5 + 6 = 13. Thus, E is the correct answer.

More practice

Concepts: logarithm · substitution

Problem text and solution from the LIVE past-contest archive. See also the AoPS wiki page for community solutions.