document.write( "Question 707785: Condense this expression:\r
\n" );
document.write( "\n" );
document.write( "2(3 log x - log y) + log z \n" );
document.write( "
Algebra.Com's Answer #437039 by lwsshak3(11628) ![]() You can put this solution on YOUR website! Condense this expression: \n" ); document.write( "2(3 log x - log y) + log z \n" ); document.write( "2(log(x^3)-log(y))+log(z) \n" ); document.write( "2log(x^3/y)+log(z) \n" ); document.write( "log(x^6/y^2)+logz \n" ); document.write( "log[zx^6/y^2] \n" ); document.write( " |