document.write( "Question 799036: find the sum of three consecutive even integers such that four times first and three times the second integer is two less than six times the third integer. find the integers. \n" ); document.write( "
Algebra.Com's Answer #806151 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
consecutive even integers: (x-2), x, (x+2)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "4(x-2) + 3x = 6(x+2) - 2
\n" ); document.write( "4x-8 + 3x = 6x+12 - 2
\n" ); document.write( "7x - 8 = 6x + 10
\n" ); document.write( "x = 18\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The numbers are 16, 18, and 20.
\n" ); document.write( "
\n" );