Question 1093821
{{{ 10*log(10) }}}
When the base isn't given, it is assumed
the base is {{{ 10 }}}. You could write it
this way if you wanted to:
{{{ 10*log( 10, 10 ) }}}
In english, this is saying:
" Multiply 10 times the exponent that I raise the
base 10 to in order to get 10."
Note that {{{ 10^1 = 10 }}}, so that exponent is {{{ 1 }}}
Now I have:
{{{ 10*1 = 10 }}} answer