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.
Mean of first n positive natural numbers = 2 Last term + 1
first N integer sum = 2 N ( N + 1 )
first N integer mean = 2 N N ( N + 1 ) = 2 ( N + 1 )
N = 1 0 0 , the mean = 2 ( 1 0 0 + 1 ) = 5 0 . 5
To find the mean, you first need to find the sum.
Use the formula Gauss invented to find the sum over all numbers 1 to n: n ( n + 1 ) / 2
1 0 0 ( 1 0 0 + 1 ) / 2
Then divide that sum by the amount of numbers you have to get the average.
5 0 5 0 / 1 0 0 = 5 0 . 5
Problem Loading...
Note Loading...
Set Loading...
2 n ( n + 1 )
2 n ( n + 1 ) × n 1 ⟹ 2 n + 1
2 1 0 0 + 1 ⟹ 5 0 . 5