document.write( "Question 155526: 2log(x) - log(x^2) + log(2/x) + log(x) \r
\n" );
document.write( "\n" );
document.write( "I tried to simplify as far as I could and came to:\r
\n" );
document.write( "\n" );
document.write( "log2 (x) + log(x) \r
\n" );
document.write( "\n" );
document.write( "I just want to know if this is the correct answer? If so, can it be simplified anymore? \n" );
document.write( "
Algebra.Com's Answer #114545 by sim9739(6)![]() ![]() ![]() You can put this solution on YOUR website! 2log(x) - log(x^2) + log(2/x) + log(x) \r \n" ); document.write( "\n" ); document.write( "= log(x^2) - log(x^2) + log(2/x) + log(x) \r \n" ); document.write( "\n" ); document.write( "= log(x^2/x^2) + log(2/x * x)\r \n" ); document.write( "\n" ); document.write( " = log 1 + log 2\r \n" ); document.write( "\n" ); document.write( "= log 2 \n" ); document.write( " |