document.write( "Question 919449: solve for x: log(x + 9) = 1 - log(x - 8)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #557754 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! solve for x: log(x + 9) = 1 - log(x - 8) \n" ); document.write( "log(x+9)=1-log(x-8) \n" ); document.write( "log(x+9)+log(x-8)=1 \n" ); document.write( "log((x+9)(x-8))=1 \n" ); document.write( "(x+9)(x-8)=10 (base(10) raised to log of number(1)=number(x+9)(x-8)) \n" ); document.write( "x^2+x-72=10 \n" ); document.write( "x^2+x-82=0 \n" ); document.write( "solve for x by quadratic formula: \n" ); document.write( " \n" ); document.write( "a=1, b=1, c=-82 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "x=(√(329)-1)/2≈8.56 (Ignore negative root) \n" ); document.write( " |