document.write( "Question 88447: What is the sum of the first 50 natural numbers? \n" ); document.write( "
Algebra.Com's Answer #64295 by checkley75(3666)\"\" \"About 
You can put this solution on YOUR website!
the sum of the first 50 natural numbers is:
\n" ); document.write( "(n+1)*n/2=51*25=1275. or
\n" ); document.write( "n(n+1)/2=50(51)/2=2550/2=1275.
\n" ); document.write( "
\n" ); document.write( "
\n" );