document.write( "Question 177357This question is from textbook
\n" );
document.write( ": the formula S= n(n+1)over 2 can be used to find the sum of the first n natural numbers find the sum of the first 100 natural numbers \n" );
document.write( "
Algebra.Com's Answer #132409 by gonzo(654)![]() ![]() ![]() You can put this solution on YOUR website! you just substitute 100 for n to get: \n" ); document.write( "S = (100 * 101)/2 = 10100/2 = 5050 \n" ); document.write( " \n" ); document.write( " |