document.write( "Question 423753: Find three consecutive even integers such that twice the sum of the first and third is four more than three times the second. \n" ); document.write( "
Algebra.Com's Answer #295461 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let the numbers be x, x+2,x+4\r
\n" ); document.write( "\n" ); document.write( "..
\n" ); document.write( "2(x+x+4)=4+3(x+2)
\n" ); document.write( "2(2x+4)=4+3x+6
\n" ); document.write( "4x+8=3x+10
\n" ); document.write( "4x-3x=10-8
\n" ); document.write( "x=2\r
\n" ); document.write( "\n" ); document.write( "2, 4, 6 are the numbers
\n" ); document.write( "
\n" );