document.write( "Question 166740: log(x^2-x-5)= 0\r
\n" );
document.write( "\n" );
document.write( "I canot figure out the way to solve this. I looked at the example in my book and it was not clear. Solve for x\r
\n" );
document.write( "\n" );
document.write( "my guess is to complete the square, but i am not sure how to do this \n" );
document.write( "
Algebra.Com's Answer #122869 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! log(x^2-x-5)= 0 \n" ); document.write( "x^2-x-5= 10^0 \n" ); document.write( "x^2-x-5= 1 \n" ); document.write( "x^2-x-6= 0 \n" ); document.write( "(x-3)(x+2)=0 \n" ); document.write( ". \n" ); document.write( "x = {-2, 3} \n" ); document.write( " |