document.write( "Question 622915: Use the properties of logarithms to expand:\r
\n" );
document.write( "\n" );
document.write( "log x^2y^3/z\r
\n" );
document.write( "\n" );
document.write( "ln (x^1/2 y^1/4) \n" );
document.write( "
Algebra.Com's Answer #391713 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Use the properties of logarithms to expand: \n" ); document.write( "log x^2y^3/z \n" ); document.write( "=2log(x)+3log(y)-log(z) \n" ); document.write( ".. \n" ); document.write( "ln (x^1/2 y^1/4) \n" ); document.write( "=(1/2)ln(x)+(1/4)ln(y) \n" ); document.write( " |