document.write( "Question 626403: Find the exact solution, using common logarithms, and a two-decimal-place approximation, when appropriate.\r
\n" );
document.write( "\n" );
document.write( "log(x^(2)+6)-log(x+1)=2+log(x-1)\r
\n" );
document.write( "\n" );
document.write( "x=
\n" );
document.write( "x~ \n" );
document.write( "
Algebra.Com's Answer #394145 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Find the exact solution, using common logarithms, and a two-decimal-place approximation, when appropriate. \n" ); document.write( "log(x^(2)+6)-log(x+1)=2+log(x-1) \n" ); document.write( "log(x^(2)+6)-log(x+1)-log(x-1)=2 \n" ); document.write( "log(x^(2)+6)-[log(x+1)+log(x-1)]=2 \n" ); document.write( "place under single log \n" ); document.write( "log[(x^2+6)/((x+1)(x-1))]=2 \n" ); document.write( "convert to exponential form \n" ); document.write( "10^2=(x^2+6)/((x+1)(x-1))=100 \n" ); document.write( "(x^2+6)/((x+1)(x-1))=100 \n" ); document.write( "(x^2+6)/(x^2-1)=100 \n" ); document.write( "x^2+6=100x^2-100 \n" ); document.write( "99x^2-106=0 \n" ); document.write( "x^2=106/99 \n" ); document.write( "x=±√(106/99) \n" ); document.write( "x≈-1.04(reject, x>1) \n" ); document.write( "or \n" ); document.write( "x≈1.04 \n" ); document.write( " |