Question 1006540
{{{ log( 9, (9^( log( 3, 3 )) )) }}}
Is this it? If so,
First find {{{ log( 3, 3 ) }}}
If I say:
{{{ x = log( 3, 3 ) }}}, then the inverse of this is:
{{{ 3^x = 3 }}}
{{{ x = 1 }}}
{{{ log( 3, 3 ) = 1 }}}
------------
Now I have:
{{{ log( 9, 9 ) }}}
{{{ x = log( 9 , 9 ) }}}
{{{ 9^x = 9 }}}
{{{ x = 1 }}}
{{{ log( 9, 9 ) = 1 }}}
----------------
The original expression = 1