Don't just add!

Algebra Level 2

Find the sum of all positive integer values <100.


The answer is 4950.

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.

3 solutions

Mohammad Khaza
Jul 16, 2017

summation of all the integers less than 100 is-=(1+2+3+4+....................99)

so, the rule is = n × ( n + 1 ) ÷ 2 n \times (n+1) \div 2

                  = (99 x 100) \2

                   =4950
Nikhil Raj
Jun 1, 2017

We need to calculate, 1 + 2 + 3 + + 99 This is an arithmetic progression with a = 1 , d = 1 , n = 99 and l = 99 S u m = n 2 ( a + l ) = 99 2 ( 99 + 1 ) = 99 × 50 = 4950 {\text{We need to calculate,}} 1 + 2 + 3 + \ldots + 99 \\ {\text{This is an arithmetic progression with }} a=1, d = 1, n = 99 {\text{and }} l = 99 \\ Sum = \dfrac{n}{2}(a + l) = \dfrac{99}{2} \cdot (99 + 1) = 99 \times 50 = \color{#BA33D6}{\boxed{4950}}

Ryan Murray
May 31, 2017
1 + 2 + 3 ........ + 99
99 +98 +97 ........ +1

If you pair these numbers up the sum of each pair is 100. There will be 99 pairs of numbers so 99 x 100 = 9900. However you have doubled the original list, so now you must half the sum 9900/2 = 4950

I really liked the fact that you showed the most elementary method. But let's generalize:


Assume the positive integers are from 1 1 to n n , then the sum looks like

S = 1 + 2 + 3 + + ( n 1 ) + n S = n + ( n 1 ) + ( n 2 ) + + 2 + 1 \begin{aligned} S = 1 &+& 2 &+& 3 &+& \cdots &+& (n-1) &+& n \\ S = n &+& (n-1) &+& (n-2) &+& \cdots &+& 2 &+& 1 \end{aligned}

Summing up both we get

2 S = ( n + 1 ) + ( n + 1 ) + ( n + 1 ) + n terms = n ( n + 1 ) 2S = (n+1) + (n+1) + (n+1) + \cdots n \text{ terms} = n (n+1)

Thus the sum is

S = n ( n + 1 ) 2 S = \dfrac{n(n+1)}{2}

An very famous elementary result!


Follow up problem:

a) Find the sum of squares of all positive integers values < 100 < 100 .

b) Generalize for the sum of squares of naturals from 1 1 to n n (both inclusive).

Tapas Mazumdar - 4 years ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...