document.write( "Question 268064: a number is 72 less than its square.find all such numbers \n" ); document.write( "
Algebra.Com's Answer #196562 by CharlesG2(834) ![]() You can put this solution on YOUR website! a number is 72 less than its square.find all such numbers\r \n" ); document.write( "\n" ); document.write( "a number x\r \n" ); document.write( "\n" ); document.write( "x^2 - 72 = x \n" ); document.write( "x^2 - x - 72 = 0 \n" ); document.write( "(x + 8)(x-9) = 0 (foil: x^2 - 9x + 8x -72) \n" ); document.write( "x = -8 or x = 9\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |