document.write( "Question 168655: Find 4 consecutive even intergers such that the largest is 2 more than half the sum of the first 3 integers \n" ); document.write( "
Algebra.Com's Answer #124295 by Mathtut(3670)\"\" \"About 
You can put this solution on YOUR website!
lets call our consecutive even integers: x, x+2, x+4, x+6\r
\n" ); document.write( "\n" ); document.write( "(x+6)=1/2(x+(x+2)+(x+4))+2------multiply all terms by 2\r
\n" ); document.write( "\n" ); document.write( "2x+12=x+x+2+x+4+4
\n" ); document.write( ":
\n" ); document.write( "2x+12=3x+10
\n" ); document.write( ":
\n" ); document.write( "\"highlight%28x=2%29\" so integers are 2,4,6,and 8\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );