document.write( "Question 877730: The square of an integer is 56 more than the integer. Find the two integers that satisfy this statement \n" ); document.write( "
Algebra.Com's Answer #805842 by CubeyThePenguin(3113) You can put this solution on YOUR website! x^2 = x + 56 \n" ); document.write( "x^2 - x - 56 = 0 \n" ); document.write( "(x - 8)(x + 7) = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = 8 or x = -7 \n" ); document.write( " |