224k views
18 votes
What is the sum of this sequence

1 + 2 + 3 + 4 + ... + 1002

1 Answer

13 votes

Answer:

502,503

Explanation:

Using Summation formula for 1 and 1 to N number


S=(n(n+1))/(2) \\S=(1002(1003))/(2) \\S=502,503

User Kavu
by
4.7k points