Transform $2^{2\log n}$, given that $\log$ is base 10, to $n^{2/\log_2 10}$

59 Views Asked by At

Can anyone show me the step by step transformation? This is the answer given in a class but I'm getting tripped up over here. Thank you.

1

There are 1 best solutions below

0
On BEST ANSWER

Note that \begin{eqnarray} n^{\frac{2}{\log_{2}{10}}}&=&n^{\frac{\log_{2} 2^2}{\log_{2}{10}}}=n^{\log 2^2}=2^{\log_{2}{n^{\log 2^2}}}=2^{\log 2^2\log_2{n}}=2^{2\log 2\log_2{n}}=2^{2\log 2\frac{\log{n}}{\log 2}}=2^{2\log{n}} \end{eqnarray}