You can put this solution on YOUR website! What is the sum of the first 50 natural numbers?
-----------
This is a arithmetic sequence.
Formula for the sum of n terms. S(n) = (n/2)(first + last)
Your Problem:
S(50) = (50)/2(1+50)
S(50) = 25*51 = 1275
==============
Cheers,
Stan H.