document.write( "Question 806970: find three consecutive even integers if their sum, decreased by the third. equals 22 \n" ); document.write( "
Algebra.Com's Answer #806047 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) + x + (x+2) - (x+2) = 22
\n" ); document.write( "2x - 2 = 22
\n" ); document.write( "2x = 24
\n" ); document.write( "x = 12\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The numbers are 10, 12, and 14.
\n" ); document.write( "
\n" );