document.write( "Question 423059: Find four consecutive whole numbers such that the sum of the first three equals the fourth number \n" ); document.write( "
Algebra.Com's Answer #295185 by richard1234(7193)\"\" \"About 
You can put this solution on YOUR website!
Let the numbers be x, x+1, x+2, x+3, where \"x+%3E=+0\". Then,\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x + (x+1) + (x+2) = x+3\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "3x+3 = x+3\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x = 0, so the numbers are 0, 1, 2, 3.
\n" ); document.write( "
\n" );