asked 2.8k views
1 vote
The sum of the numbers 1+ 2 + 3 + ------ + 49 is : a) 490 (b) 122512250 (c) 122500011320 (SET-C)(7)

asked
User Pepr
by
7.3k points

1 Answer

5 votes

Explanation:

the old story :

1+2+3+...+n =

n+1

+

(n-1) + 2 = n+1

+

(n-2) + 3 = n+1

...

you see we sum up the largest and the smallest number. then we go one step in on both sides and sum these 2 numbers. another step in on both sides.

and so on.

how often can we do that ? well, n/2 times.

the beauty is, that this works also with odd numbers, as an odd number plus 1 is even, and then that can be divided by 2.

so, the sum is

n×(n+1)/2

now, our n = 49.

so,

the sum is

49×50/2 = 49×25 = 1225

I don't think you wrote the answer options correctly.

so, please pick the one equal to 1225.

answered
User Rkagerer
by
8.9k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.