document.write( "Question 781183: Find three consecutive even integers such that the sum of the greater integers is equal to three times the least integer \n" ); document.write( "
Algebra.Com's Answer #806242 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( "x + (x+2) = 3(x-2)
\n" ); document.write( "2x + 2 = 3x - 6
\n" ); document.write( "8 = x\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The integers are 6, 8, and 10.
\n" ); document.write( "
\n" );