document.write( "Question 1011256: Solve 6 - x - x^2 = 0\r
\n" );
document.write( "\n" );
document.write( "Please have clear steps thanks! \n" );
document.write( "
Algebra.Com's Answer #626879 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Solve \n" ); document.write( "6 - x - x^2 = 0 \n" ); document.write( "reordering terms: \n" ); document.write( "-x^2 - x + 6 = 0 \n" ); document.write( "multiplying both sides by -1: \n" ); document.write( "x^2 + x - 6 = 0 \n" ); document.write( "factoring the left side: \n" ); document.write( "(x+3)(x-2) = 0 \n" ); document.write( "x = {-3, 2} \n" ); document.write( " \n" ); document.write( " |