document.write( "Question 405260: Find 3 consecutive even integers such that three times the second equals 4 more than the sum of the first and the third \n" ); document.write( "
Algebra.Com's Answer #286310 by richard1234(7193)\"\" \"About 
You can put this solution on YOUR website!
Suppose the even integers are x, x+2, x+4. Then, translating this into an algebra problem,\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "3(x+2) = 4 + (x + x+4)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "3x + 6 = 8 + 2x\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x = 2, so the integers are 2, 4, and 6.
\n" ); document.write( "
\n" );