Skip to main content

2024 AMC 12B Problem 6

Problem 6 of 25EasierAlgebraNumber Theory

The national debt of the United States is on track to reach 510135 \cdot 10^{13} dollars by 2033.2033. How many digits does this number of dollars have when written as a numeral in base 5?5? (The approximation of log105\log_{10} 5 as 0.70.7 is sufficient for this problem.)

Answer choices

Show solution

Solution

The number of digits of NN in base 55 is log5N+1.\lfloor \log_5 N \rfloor + 1. With N=51013,N = 5 \cdot 10^{13}, log10N=13+log105=13.7.\log_{10} N = 13 + \log_{10} 5 = 13.7. Converting bases, log5N\log_5 N =13.7log105= \dfrac{13.7}{\log_{10} 5} =13.70.7= \dfrac{13.7}{0.7} =19.57= 19.57\ldots Thus the number of digits is 19.57+1=19+1=20.\lfloor 19.57 \rfloor + 1 = 19 + 1 = 20. Thus, the correct answer is B.

More practice

Concepts: logarithm · number base

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