document.write( "Question 707698: find three consecutive even integers such that the sum of the smallest and 3 times the second is 38 more than twice the third. \n" ); document.write( "
Algebra.Com's Answer #806533 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) + 3x = 38 + 2(x+2)
\n" ); document.write( "4x - 2 = 2x + 42
\n" ); document.write( "2x = 44
\n" ); document.write( "x = 22\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "integers: 20, 22, 24
\n" ); document.write( "
\n" );