document.write( "Question 100403: The square of a number is six more than the number. Find the number \n" ); document.write( "
Algebra.Com's Answer #73117 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! x^2 = x + 6 \n" ); document.write( "x^2 - x - 6 = 0 \n" ); document.write( "(x - 3)(x + 2) = 0 \n" ); document.write( "Either 3 or -2 \n" ); document.write( " |