document.write( "Question 1000774: Solve the equation and please explain step by step
\n" );
document.write( "log(3+x)-log(x-4)=log2\r
\n" );
document.write( "\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #618107 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! The difference of logs is the log of a quotient, so that from \n" ); document.write( "log(3+x)-log(x-4)=log2 we get \n" ); document.write( "log[(3+x)/(x-4)]=log 2 \n" ); document.write( "Now exponentiate ten-to-the and get \n" ); document.write( "(3+x)(x-4)= 2 \n" ); document.write( "x^2-x-12=2 \n" ); document.write( "x^2-x-14=0 \n" ); document.write( "Now apply the quadratic formula, since this doesn't factor... \n" ); document.write( "x = [1 +- sqrt(57)]/2 \n" ); document.write( " \n" ); document.write( " |