document.write( "Question 254305: Find four consecutive integers such that the sum of the two greatest is 17 less than twice the sum of the two smallest. \n" ); document.write( "
Algebra.Com's Answer #186653 by drk(1908)\"\" \"About 
You can put this solution on YOUR website!
Let the consecutive integers be: x, x+1, x+2, and x+3.\r
\n" ); document.write( "\n" ); document.write( "(x+2) + (x+3) = 2*(x + x + 1)-17
\n" ); document.write( "2x+5 = 2(2x+1) - 17
\n" ); document.write( "2x + 5 = 4x+ 2 - 17
\n" ); document.write( "2x + 5 = 4x - 15
\n" ); document.write( "20 = 2x
\n" ); document.write( "10 = x
\n" ); document.write( "The integers are
\n" ); document.write( " 10, 11, 12, and 13.
\n" ); document.write( "
\n" );