Difference between revisions of "2020 AMC 12A Problems/Problem 10"

(Solution)
(Problem 10)
Line 1: Line 1:
==Problem 10==
+
==Problem==
  
 
There is a unique positive integer <math>n</math> such that<cmath>\log_2{(\log_{16}{n})} = \log_4{(\log_4{n})}.</cmath>What is the sum of the digits of <math>n?</math>
 
There is a unique positive integer <math>n</math> such that<cmath>\log_2{(\log_{16}{n})} = \log_4{(\log_4{n})}.</cmath>What is the sum of the digits of <math>n?</math>
Line 6: Line 6:
  
 
[[2020 AMC 12A Problems/Problem 10|Solution]]
 
[[2020 AMC 12A Problems/Problem 10|Solution]]
 
  
 
==Solution==
 
==Solution==

Revision as of 11:34, 1 February 2020

Problem

There is a unique positive integer $n$ such that\[\log_2{(\log_{16}{n})} = \log_4{(\log_4{n})}.\]What is the sum of the digits of $n?$

$\textbf{(A) } 4 \qquad \textbf{(B) } 7 \qquad \textbf{(C) } 8 \qquad \textbf{(D) } 11 \qquad \textbf{(E) } 13$

Solution

Solution

Any logarithm in the form $\log_{a^b} c = \frac{1}{b} \log_a c$.

so \[\log_2{(\log_{2^4}{n})} = \log_{2^2}{(\log_{2^2}{n})}.\]

becomes

\[\log_2({\frac{1}{4}\log_{2}{n}}) = \frac{1}{2}\log_2({\frac{1}{2}\log_2{n}}).\]

Using $\log$ property of addition, we can expand the parentheses into

\[\log_2{(\frac{1}{4})}+\log_2{(\log_{2}{n}}) = \frac{1}{2}(\log_2{(\frac{1}{2})} +\log_{2}{(\log_2{n})}).\]