document.write( "Question 69297: Explain the difference between a logarithm of a product and the product of a logarithm, Please given examples of the difference \n" ); document.write( "
Algebra.Com's Answer #49365 by Nate(3500) ![]() You can put this solution on YOUR website! Log of a product: \n" ); document.write( "log(2*x) = log(2) + log(x) \n" ); document.write( "Product of a logarithm: \n" ); document.write( "log(2)*log(x) = 0.3010*log(x) \n" ); document.write( " |