Skip to main content

2019 AMC 12A Problem 15

Problem 15 of 25IntermediateAlgebraNumber Theory

Positive real numbers aa and bb have the property that loga+logb+loga+logb=100 \begin{aligned} &\sqrt{\log a} + \sqrt{\log b} \\ &\quad {}+ \log \sqrt{a} + \log \sqrt{b} = 100 \end{aligned} and all four terms on the left are positive integers, where log\log denotes the base 1010 logarithm. What is ab?ab?

Answer choices

Show solution

Solution

Let loga=p\sqrt{\log a} = p and logb=q,\sqrt{\log b} = q, so loga=p2\log a = p^2 and loga=p22.\log\sqrt{a} = \dfrac{p^2}{2}. For this to be an integer, pp is even; likewise q.q. Writing p=2m,p = 2m, q=2n,q = 2n, the equation p+q+p22+q22=100p + q + \dfrac{p^2}{2} + \dfrac{q^2}{2} = 100 becomes m(m+1)+n(n+1)=50.m(m+1) + n(n+1) = 50. The only solution is {m,n}={4,5},\{m, n\} = \{4, 5\}, giving log(ab)=p2+q2\log(ab) = p^2 + q^2 =4(16+25)=164.= 4(16 + 25) = 164. Therefore ab=10164.ab = 10^{164}. Thus, the correct answer is D.

More practice

Concepts: logarithm · Diophantine Equation · casework

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