document.write( "Question 274138: Find three consecutive even integers such that three times the second equals four more than the sum of the first and third \n" ); document.write( "
Algebra.Com's Answer #200101 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
n
\n" ); document.write( "n+2
\n" ); document.write( "n+4
\n" ); document.write( "3*(n+2)=4+n+n+4
\n" ); document.write( "3n+6=2n+8
\n" ); document.write( "n=2
\n" ); document.write( "n+2=4
\n" ); document.write( "n+4=6
\n" ); document.write( "check
\n" ); document.write( "3*4=4+8
\n" ); document.write( "12=12
\n" ); document.write( "ok
\n" ); document.write( "
\n" );