document.write( "Question 659837: The sum of four consecutive even integers is equal to seven times the first integer? What are these integers? \n" ); document.write( "
Algebra.Com's Answer #411151 by ReadingBoosters(3246)\"\" \"About 
You can put this solution on YOUR website!
x + x+1 + x+2 + x+3 = 7x
\n" ); document.write( "4x + 6 = 7x
\n" ); document.write( "4x - 4x + 6 = 7x - 4x
\n" ); document.write( "6 = 3x
\n" ); document.write( "6/3 = 3x/3
\n" ); document.write( "2 = x\r
\n" ); document.write( "\n" ); document.write( "integers are 2, 3, 4 and 5
\n" ); document.write( "
\n" );