document.write( "Question 988109: the sum of three consecutive even integers is equal to 2 greater than the first integer, what are the three consecutive integers ? \n" ); document.write( "
Algebra.Com's Answer #805295 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! 3 consecutive even integers: (x-2), x, (x+2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x-2) + x + (x+2) = (x-2) + 2 \n" ); document.write( "3x = x - 2 + 2 \n" ); document.write( "3x = x \n" ); document.write( "2x = 0 \n" ); document.write( "x = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are -2, 0, and 2. \n" ); document.write( " |