Sums II

What is the sum of all positive integers from 1 to 1000?


The answer is 500500.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

7 solutions

Raj Magesh
Apr 23, 2014

Using the same method as Carl Friedrich Gauss did - pairing up the first and last numbers and multiplying by the number of pairs - we get: ( 1 + 1000 ) × 1000 2 = 500500 (1 + 1000) \times \dfrac{1000}{2} = \boxed{500500}

Well in my case, I rediscovered the same! :P and used it!

Shubham Gaikwad - 6 years, 11 months ago

The formula for the sum of n numbers starting from 1 is

S[n] = n(n + 1)/2

Therefore,

S[1000] = 1000(1000 + 1)/2

= 500(1000 + 1)

= 500(1001)

= 500500

Awik Try
Jun 5, 2014

how to quickly to do it, add up the numbers 1 to 1000, The first stage, if 1 +2 +3 +4 +5 +6 +7 +8 +9 +10 = 50, then when summed 100 = 5050, if summed up 1000 = 500500, use the concept of logical thinking.

Ahmed Obaiedallah
May 30, 2015

n 2 × ( n + 1 ) \frac n2 \times(n+1)

where: n is any positive number

1000 2 × ( 1000 + 1 ) = 500 × 1001 = 500500 \frac {1000}{2} \times(1000+1)=500 \times 1001=\boxed {500500}

Anjna Anilkumar
Jun 17, 2014

n (n+1)/2 = 1000 ( 1000 + 1 ) / 2 = 500500

Sai Ram
Jun 12, 2014

500500 n(n+1)/2

Md Yusuf
Jun 10, 2014

1+2+5 .. .. ..+n = n(n+1)/2

. 1 to 1000 = 1000(1001)/2=500500

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...