document.write( "Question 1018746: Find four consecutive intergers such that the sum of the second and the forth is four more than twice the first. \n" ); document.write( "
Algebra.Com's Answer #805539 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
consecutive integers: x, (x+1), (x+2), (x+3)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(x+1) + (x+3) = 2x + 4
\n" ); document.write( "2x + 4 = 2x + 4\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "For any value of x (for any integer), the sum of the second and fourth numbers is four more than twice the first.
\n" ); document.write( "
\n" );