document.write( "Question 961310: Solve the equation. Show all the steps please:\r
\n" );
document.write( "\n" );
document.write( "log (4+x) - log (x-3) = log 2 \n" );
document.write( "
Algebra.Com's Answer #587457 by amarjeeth123(569)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "log (4+x) - log (x-3) = log 2 \n" ); document.write( "log (4+x)/(x-3)=log 2 \n" ); document.write( "Since log a-log b=log (a/b) \n" ); document.write( "Removing the log on both sides we get, \n" ); document.write( "(4+x)/(x-3)=2 \n" ); document.write( "Multiplying on both sides by (x-3) we get, \n" ); document.write( "4+x=2x-6 \n" ); document.write( "2x-x=6+4 \n" ); document.write( "x=10. \n" ); document.write( " |