document.write( "Question 479585: Solve the equation show steps to get there
\n" );
document.write( "X^2 = x + 6 \n" );
document.write( "
Algebra.Com's Answer #328608 by mananth(16946)![]() ![]() You can put this solution on YOUR website! x^2=x+6 \n" ); document.write( "x^2-x-6=0 \n" ); document.write( "x^2-3x+2x-6=0 \n" ); document.write( "x(x-3)+2(x-3)=0 \n" ); document.write( "(x-3)(x+2)=0 \n" ); document.write( "x=3 OR -2 \n" ); document.write( " \n" ); document.write( " |