document.write( "Question 966473: How much smaller is the sum of the first 1000 natural numbers than the sum of the first 1001 natural numbers? \n" ); document.write( "
Algebra.Com's Answer #590692 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
The first thousand sum is \"N\".
\n" ); document.write( "The first thousand and one sum is \"N%2B1001\".
\n" ); document.write( "The difference is \"N%2B1001-N=highlight%281001%29\"
\n" ); document.write( "
\n" );