Question 826772
{{{ log( 10, 100 ) }}}
A good thing to remember is:
Logs are exponents
--------------------------
So you can read the problem as:
"What is the exponent with the base 10
which gives me 100?
---------------------
Now rewrite 100 as {{{ 10^2 }}}
Now you have:
{{{ log( 10, 10^2 ) }}}
---------------------------
Now you can read this as:
"What is the exponent to the base 10
which gives me {{{ 10^2 }}}
The answer is obviously {{{ 2 }}}