document.write( "Question 896985: find three consecutive even integers such that the sum of the least integer and the greatest integer is 12 more than the muddle integer \n" ); document.write( "
Algebra.Com's Answer #805803 by CubeyThePenguin(3113)\"\" \"About 
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+2) = x + 12
\n" ); document.write( "2x = x + 12
\n" ); document.write( "x = 12\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The integers are 10, 12, and 14.
\n" ); document.write( "
\n" );