document.write( "Question 1005049: Express in terms of sums and differences of logarithms\r
\n" );
document.write( "\n" );
document.write( "log(sqrt6m^10n)\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #621413 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Okay, from \n" ); document.write( "log(sqrt6m^10n) = \n" ); document.write( "log((6m^.5)^10n) = (square root is the half-power) \n" ); document.write( "log(6m^5n) = \n" ); document.write( "5n*log(6m) = \n" ); document.write( "5n * (log 6 + log m) \n" ); document.write( " |