document.write( "Question 83780: How do I :
\n" ); document.write( "Find the sum of the first 400 natural numbers.
\n" ); document.write( "

Algebra.Com's Answer #60257 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
400+1=401 ... 399+2=401 ... 398+3=401 ... this pattern leads to the solution ... 401*200=80200\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "in general, ((first term)+(last term))*(half the number of terms)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "in this case (400+1)*200=80200
\n" ); document.write( "
\n" );