document.write( "Question 819708: what are three consecutive even integers such that their sum is -12 \n" ); document.write( "
Algebra.Com's Answer #805986 by CubeyThePenguin(3113) You can put this solution on YOUR website! consecutive even integers: (x-2), x, (x+2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x-2) + x + (x+2) = -12 \n" ); document.write( "3x = -12 \n" ); document.write( "x = -4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are -6, -4, and -2. \n" ); document.write( " |