document.write( "Question 261679: The product of two consecutive integers is -4 more than the square of the smaller one. \n" ); document.write( "
Algebra.Com's Answer #192783 by CharlesG2(834)![]() ![]() ![]() You can put this solution on YOUR website! The product of two consecutive integers is -4 more than the square of the smaller one.\r \n" ); document.write( "\n" ); document.write( "x smaller integer \n" ); document.write( "x+1 next integer\r \n" ); document.write( "\n" ); document.write( "x * (x+1) = x^2 - 4 \n" ); document.write( "x^2 + x = x^2 - 4 \n" ); document.write( "x = -4 \n" ); document.write( "x + 1 = -3 \n" ); document.write( "integers are -4 and -3 \n" ); document.write( "check: \n" ); document.write( "-4 * -3 = 12 \n" ); document.write( "-4^2=16 \n" ); document.write( "16 - 4 = 12 \n" ); document.write( " |