document.write( "Question 937175: Find 3 consecutive even integers such that 3 times the first equal to the sum of the other 2 consecutive even integers. \n" ); document.write( "
Algebra.Com's Answer #570594 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
3 consecutives even integers: x, x+2,x+4
\n" ); document.write( "3x = 2x+6
\n" ); document.write( "x = 6
\n" ); document.write( ".....
\n" ); document.write( "3 consecutives even integers: 6, 8, 10
\n" ); document.write( "and... checking
\n" ); document.write( "18 = 18
\n" ); document.write( "
\n" );