Find the sum of :
(i) the first 1000 positive integers
(ii) the first n positive integers
(i)
Let S = 1 + 2 + 3 + . . . + 1000
Using the formula Sn=(n2)[a+l]; for the sum of the first n terms of an AP, we have
S1000=10002(1+1000)
=500×1001
=500500
So, the sum of the first 1000 positive integers is 500500.
(ii)
Let Sn = 1 + 2 + 3 + . . . + n
Here a = 1 and the last term l is n.
Therefore, Sn=(n2)[1+n]
So, the sum of first n positive integers is given by
Sn=(n2)[1+n]