1+2+3+4+5+6+...........+96+97+98+99 = ?
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.
By using this simple formula for sum of natural numbers:-
n(n+1)/2
=99*100/2
=99*50
=4950
Or just pick the answer that ends in zero, because if you take the string of numbers and fold them in half, you end up with 50 in the middle and all the rest adding up to 100
we can use the formula for finding sum of n positive integers i.e. n(n+1)/2
S = 1 + 2 + 3 + 4 + … + 9 6 + 9 7 + 9 8 + 9 9 = i = 1 ∑ 9 9 i ⟹ S = 5 0 + i = 1 ∑ 4 9 i + i = 1 ∑ 4 9 ( 1 0 0 − i ) ⟹ S = 5 0 + i = 1 ∑ 4 9 ( i + 1 0 0 − i ) ⟹ S = 5 0 + i = 1 ∑ 4 9 ( 1 0 0 ) = 5 0 + 4 9 × 1 0 0 = 4 9 5 0
This can be done orally to solve the problem in 4 seconds and 4 < 5 . So, I win. :P
P.S - One may also use the identity i = 1 ∑ n i = 2 n ( n + 1 ) and a calculator for faster calculation.
get the last number of the equation. then multiply it with the number next to it. lastly, divide it by two. voila!
you can try to solve it with this technique and race with your friends. see who will finish first!
Problem Loading...
Note Loading...
Set Loading...
it's just a simple formula sum=n/2{a+l} where; n=no. of terms a=1st term l=last term sum=99/2{1+99} =>99*100/2 =>4950 ans