document.write( "Question 966074: The sum of three consecutive even integers is
\n" );
document.write( "−102. Find the three integers.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #805540 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! Let the middle integer be x.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "consecutive even integers: (x-2), x, (x+2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x-2) + x + (x+2) = -102 \n" ); document.write( "3x = -102 \n" ); document.write( "x = -34\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are -36, -34, and -32.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In general, the sum of three consecutive integers is always triple the middle number. \n" ); document.write( " |