document.write( "Question 635297: Rewrite expression as a single logarithm:
\n" );
document.write( "log(2x-6)-3log(x-3) \n" );
document.write( "
Algebra.Com's Answer #400224 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Rewrite expression as a single logarithm: \n" ); document.write( "log(2x-6)-3log(x-3) \n" ); document.write( "---- \n" ); document.write( "= log(2x-6) - log(x-3)^3 \n" ); document.write( "--- \n" ); document.write( "= log[(2x-6)/(x-3)^3] \n" ); document.write( "---- \n" ); document.write( "= log[(2(x-3))/(x-3)^3] \n" ); document.write( "--- \n" ); document.write( "= log[2/(x-3)^2] \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |