document.write( "Question 698508: How can I write the following logarithmic equation as a single logarithm simplified?\r
\n" );
document.write( "\n" );
document.write( "For the following equation, the base of the logs is 3.\r
\n" );
document.write( "\n" );
document.write( "2*log5 + log4 - (log15 + log20) \n" );
document.write( "
Algebra.Com's Answer #430740 by Positive_EV(69)![]() ![]() You can put this solution on YOUR website! Use the property that log(a*b) = log(a) + log(b) for any base of logarithm:\r \n" ); document.write( "\n" ); document.write( "2*log5 + log4 - (log15 + log20) = 2*log5 + log4 - (log3 + log5 + log4 + log5) \n" ); document.write( "= 2*log5 - 2*log5 + log4 - log4 - log3 \n" ); document.write( "= -log3\r \n" ); document.write( "\n" ); document.write( "Since the base of the logarithm is 3, we evaluate -(log base 3 of 3) = -1. \n" ); document.write( " |