document.write( "Question 254307: Find four consecutive integers such that the sum of the two greatest is four times the smallest. \n" ); document.write( "
Algebra.Com's Answer #186649 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.
\n" ); document.write( "x+2+x+3 = 4x
\n" ); document.write( "2x + 5 = 4x
\n" ); document.write( "5 = 2x
\n" ); document.write( "x = 5/2, but this is not an integer.
\n" ); document.write( "5/2, 7/2, 9/2, and 11/2.
\n" ); document.write( "This problem doesn't appear to work for integers.
\n" ); document.write( "
\n" );