document.write( "Question 592716: Condense the expression
\n" );
document.write( "Ln 20+2ln 1/2 - ln x \n" );
document.write( "
Algebra.Com's Answer #376027 by mamiya(56)![]() ![]() ![]() You can put this solution on YOUR website! Condense the expression \n" ); document.write( "Ln 20+2ln 1/2 - ln x\r \n" ); document.write( "\n" ); document.write( " first, we have to remember that exponential logarithm turns a division into a subtraction and a product into an addition and an exponent into a product, and vice-verca.\r \n" ); document.write( "\n" ); document.write( " with that in mind, we have ,\r \n" ); document.write( "\n" ); document.write( " ln 20 + 2ln1/2 - ln x = ln 20 - ln x + ln(1/2)^2 \n" ); document.write( " = ln 20/x + ln 1/4 \n" ); document.write( " = ln (20/x)(1/4) \n" ); document.write( " = ln (20/4x) \n" ); document.write( " = ln 5/x\r \n" ); document.write( "\n" ); document.write( "so the condense form of ln 20 + 2ln1/2 - ln x is ln 5/x \n" ); document.write( " |