Question 943582
{{{ log( root( 3, 10 ) ) }}}
{{{ log( 10^(1/3) ) }}}
{{{ ( 1/3)* log( 10 ) }}}
{{{ ( 1/3)*1 = 1/3 }}}
--------------------
The rules you need are:
{{{ log( a^b ) = b*log(a) }}}
and
{{{ log( a,a ) = 1 }}}