document.write( "Question 630189: express a single logarithm and simplify if possible..
\n" );
document.write( "log(x^2-121) - log(x+11) \n" );
document.write( "
Algebra.Com's Answer #396766 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! log(x^2-121) - log(x+11) \n" ); document.write( "log(x^2-121)/(x+11) \n" ); document.write( "log((x-11)(x+11))/(x+11) \n" ); document.write( "log(x-11) \n" ); document.write( " \n" ); document.write( " |