document.write( "Question 201056This question is from textbook
\n" ); document.write( ": Find the smallest of four consecutive even integers if twice the sum of the second and thrird ingers is equal to the sum of the first and the fourth integers increase by ten. \n" ); document.write( "
Algebra.Com's Answer #151288 by RAY100(1637)\"\" \"About 
You can put this solution on YOUR website!
let integers be, x,,,x+2,,,x+4,,,x+6
\n" ); document.write( ".
\n" ); document.write( "2[(x+2) +(x+4)] = [(x) + (x+6)] +10
\n" ); document.write( ".
\n" ); document.write( "2[2x +6] = [2x +6] +10
\n" ); document.write( ".
\n" ); document.write( "4x +12 = 2x +16
\n" ); document.write( ".
\n" ); document.write( "2x = 4
\n" ); document.write( ".
\n" ); document.write( "x=2,,,{2,,,,4,,,,6,,,,8,,,,,,,integers}
\n" ); document.write( ".
\n" ); document.write( "check
\n" ); document.write( ".
\n" ); document.write( "2(4+6) = (2 + 8) +10
\n" ); document.write( ".
\n" ); document.write( "20 =10 +10,,,,,,ok
\n" ); document.write( "
\n" );