document.write( "Question 701811: the sum of four consecutive even integers is 2 more than five times the first integer. Find the smallest integer. \n" ); document.write( "
Algebra.Com's Answer #806592 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
consecutive even integers: x, (x+2), (x+4), (x+6)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x + (x+2) + (x+4) + (x+6) = 5x + 2
\n" ); document.write( "4x + 12 = 5x + 2
\n" ); document.write( "10 = x\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "smallest integer = x = 10
\n" ); document.write( "
\n" );