document.write( "Question 321124: How do I write log x + log 7 - log y as a single logarithm \n" ); document.write( "
Algebra.Com's Answer #229979 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Applying \"log rules\": \n" ); document.write( " log x + log 7 - log y \n" ); document.write( " (log x + log 7) - log y \n" ); document.write( " log 7x - log y \n" ); document.write( " log (7x/y) \n" ); document.write( " \n" ); document.write( " |