document.write( "Question 367398: Find four consecutive integers such that eight times the sum of two and the smallest is equal to the sum of the smallest and twice the largest. \n" ); document.write( "
Algebra.Com's Answer #261902 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
x, x+1, x+2, x+3
\n" ); document.write( "8(2+x) = x+2(x+3),
\n" ); document.write( "16+8x = x+2x+6,
\n" ); document.write( "16+8x = 3x+6,
\n" ); document.write( "5x = -10,
\n" ); document.write( "x = -2,
\n" ); document.write( "the inetgers are -2,-1,0,1.
\n" ); document.write( "
\n" );