document.write( "Question 809747: find three consecutive even integers such that the sum of the first integer and three times the last integer is 20 less than 5 times the second integer \n" ); document.write( "
Algebra.Com's Answer #806030 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-2) + 3(x+2) = 5x - 20
\n" ); document.write( "x-2 + 3x+6 = 5x - 20
\n" ); document.write( "4x + 4 = 5x - 20
\n" ); document.write( "24 = x\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The integers are 22, 24, and 26.
\n" ); document.write( "
\n" );