document.write( "Question 653203: Find three consecutive ven integers such that the the sum of the least even integer and the greatest even integer is 12 more than the middle even integer \n" ); document.write( "
Algebra.Com's Answer #408292 by vleith(2983)\"\" \"About 
You can put this solution on YOUR website!
Let the smallest even integer by X.
\n" ); document.write( "Then nest larger even integer is \"X%2B2\"
\n" ); document.write( "And the next after that is \"X%2B4\"
\n" ); document.write( "You are told \"X+%2B+%28X%2B4%29+=+%28X%2B2%29+%2B+12\"
\n" ); document.write( "\"2X+%2B+4+=+X+%2B+14\"
\n" ); document.write( "\"X+=+10\"
\n" ); document.write( "So we get 10, 12 , 14
\n" ); document.write( "Check your answer . Is 10 + 14 = 12 + 12?
\n" ); document.write( "
\n" );