document.write( "Question 815734: find 3 consecutive integers such that their sum is 0. \n" ); document.write( "
Algebra.Com's Answer #806012 by CubeyThePenguin(3113) You can put this solution on YOUR website! consecutive integers: (x-1), x, (x+1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x-1) + x + (x+1) = 0 \n" ); document.write( "3x = 0 \n" ); document.write( "x = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are -1, 0, and 1. \n" ); document.write( " |