document.write( "Question 1005476: ln x + ln (x - 3) = ln 70\r
\n" );
document.write( "\n" );
document.write( "Solve for x \n" );
document.write( "
Algebra.Com's Answer #622081 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! From \n" ); document.write( "ln x + ln (x - 3) = ln 70 \n" ); document.write( "we combine and then exponentiate to get \n" ); document.write( "ln x(x-3) = ln 70 \n" ); document.write( "x(x-3) = 70 \n" ); document.write( "x^2 - 3x - 70 = 0 \n" ); document.write( "(x - 10)(x + 7) = 0 \n" ); document.write( "x = 10 (can't be -7) \n" ); document.write( " |