As a young boy, Gauss was able to calculate math quickly. He was asked for the value of
1 + 2 + 3 + ⋯ + 1 0 0 .
What was Gauss' answer?
Hint : 1 + 2 + 3 + ⋯ + n = 2 1 n ( n + 1 ) .
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.
interesting
To calculate sum of series, use the given formula,
S n = n / 2 [ 2 a + ( n-1 ) d ]
Here, a = 1, d = 1 and n = 100
Therefore,
It gives,
Sn = 100 / 2 [ 2 + 99 ]
Sn = 50 * 101
Sn = 5050.
Thank You !!
.
1 + 100 = 101
2 + 99 = 101
3 + 98 = 101
...
Sum(1,2,3,...98,99,100) = 101*50 = 5050
I think Gauss created that at 4 years old. :)
The formula is 2 ( k ) ( k + 1 ) . Plugging in 100 for k (the highest term), we have 5 0 5 0 as the desired answer.
Let S = 1 + 2 + 3 + 4 + … + 1 0 0 then 2 S = 1 + 2 + 3 + 4 + … + 1 0 0 $100$ times + 1 0 0 + 9 9 + 9 8 + 9 7 + … + 1 = 1 0 1 × 1 0 0 = 1 0 1 0 0 Therefore S = 2 1 0 1 0 0 = 5 0 5 0 .
S= [n(n+1)]/2
Log in to reply
My method assumes that you don't know the closed form of the sum ∑ i = 1 n i , but yes we can use the method shown in my solution to come up with the closed form.
The sum of an arithmetic progression is given by the formula: s = 2 n ( a 1 + a n ) where: a 1 = first term and a n = nth term
substituting, we get
s = 2 1 0 0 ( 1 + 1 0 0 ) = 5 0 ( 1 0 1 ) = 5 0 5 0
1+100=101
2+99=101
3+98=101
4+97=101
....................................
.........................
........................
50+51=101
so,there is 50 times 101 and the summation is =(50x101)=5050
Use the formula
2 n 2 − n
If we plug the values we get
2 ( 1 0 0 2 ) − 1 0 0
Which equals to
= 5 0 5 0
Integers listed from 1 to 100 are 1,2,3,4,.............................,99,100
The common difference between these integers is 1.
Sum to list of integers is nothing but sum of numbers in Arithmetic progression
Hence, consider the formula for sum to n numbers in AP,
Sn= (n/2)[2a+(n-1)d]
a=1, d=1, n=100
Hence, the answer is 5050.
Z/2(A+Z) A=1 z=100 ,z/2=50
(n(n+1))/2
You don't have to do other thing that look at the options; they're all obviously wrong except for 5050 which is the actual answer, hahahaha.
Problem Loading...
Note Loading...
Set Loading...
We are looking for the value of
1 + 2 + 3 + 4 + 5 + … + 1 0 0
Comparing it to
1 + 2 + 3 + … + n = 2 1 n ( n + 1 )
We have n = 1 0 0 , so the answer is
1 + 2 + 3 + 4 + 5 + … + 1 0 0 = 2 1 × 1 0 0 × 1 0 1 = 5 0 5 0