document.write( "Question 36197: Write each expression as a single logarithm.
\n" );
document.write( "a) 2log (base2) x - 4log (base2) y + 3log (base2)z
\n" );
document.write( "b) 1/2 ln(x+3)- 2ln3x \n" );
document.write( "
Algebra.Com's Answer #22182 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! USE FORMULAE \n" ); document.write( "LOG(AB)=LOG(A)+LOG(B) \n" ); document.write( "LOG(A/B)=LOG(A)-LOG(B) \n" ); document.write( "LOG(X^N)=N*LOG(X)\r \n" ); document.write( "\n" ); document.write( "Write each expression as a single logarithm. \n" ); document.write( "a) 2log (base2) x - 4log (base2) y + 3log (base2)z \n" ); document.write( "=LOG(X^2)-LOG(Y^4)+LOG(Z^3).....ALL LOGS TO BASE 2. \n" ); document.write( "LOG{(X^2)*(Z^3)/(Y^4)} TO BASE 2.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "b) 1/2 ln(x+3)- 2ln3x \n" ); document.write( "=LN(X+3)^(1/2)-LN(3X)^2 \n" ); document.write( "=LN{(X+3)^(1/2)/(9X^2)} \n" ); document.write( " |