document.write( "Question 912400: Find the sum of four consecutive negative integers, such that the square of the sum of the first and fourth is 289. \n" ); document.write( "
Algebra.Com's Answer #805714 by CubeyThePenguin(3113)    You can put this solution on YOUR website! consecutive integers: x, (x+1), (x+2), (x+3)\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x + (x+3))^2 = 289 \n" ); document.write( "(2x+3)^2 = 289 \n" ); document.write( "4x^2 + 12x + 9 = 289 \n" ); document.write( "4x^2 + 12x - 280 = 0 \n" ); document.write( "x^2 + 3x - 70 = 0 \n" ); document.write( "(x + 10)(x - 7) = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are negative, so x = -10 and the integers are -10, -9, -8, and -7.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "  |