document.write( "Question 602592: How do I condense this expression to a single logarithm?
\n" );
document.write( " log z+log x / 3 + log y / 3 \n" );
document.write( "
Algebra.Com's Answer #380802 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! How do I condense this expression to a single logarithm? \n" ); document.write( " log z+log x / 3 + log y / 3 \n" ); document.write( "log[z*x/3*y/3] \n" ); document.write( "log[zxy/9] \n" ); document.write( " |