document.write( "Question 190092: write the following expression as a single logarithm:
\n" );
document.write( "3log_7_(x+1) + 4log_7_(x+3) - 5log_7_(x+2) \n" );
document.write( "
Algebra.Com's Answer #142661 by stanbon(75887) ![]() You can put this solution on YOUR website! write the following expression as a single logarithm: \n" ); document.write( "3log_7_(x+1) + 4log_7_(x+3) - 5log_7_(x+2) \n" ); document.write( "--------------- \n" ); document.write( "Note: Keep in mind that all these logs are base 7. \n" ); document.write( "--------------- \n" ); document.write( "= log(x+1)^3 + log(x+3)^4 - log(x+2)^5 \n" ); document.write( "--- \n" ); document.write( "= log[(x+1)^3*(x+3)^4/(x+2)^5] \n" ); document.write( "===================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |