document.write( "Question 549744: expand the logarithm:
\n" );
document.write( "log (base A) x^2y^3z^4 \n" );
document.write( "
Algebra.Com's Answer #358006 by Theo(13342)![]() ![]() You can put this solution on YOUR website! your starting expression is: \n" ); document.write( "log(a,x^2*y^3*z^4) \n" ); document.write( "a is the base. \n" ); document.write( "x^2*y^3*z^4 is the expression you want to get the log of. \n" ); document.write( "since log(b*c) = log(b) + log(c), you get: \n" ); document.write( "log(a,x^2) + log(a,y^3) + log(a,z^4) \n" ); document.write( "since log(b^c) = c*log(b), you get: \n" ); document.write( "2log(a,x) + 3log(a,y) + 4log(a,z) \n" ); document.write( "i believe that's as far as you can go with expanding this.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |