Question
Question: Find the mean of first n natural numbers....
Find the mean of first n natural numbers.
Solution
Hint:Mean can be calculated by dividing sum of numbers (observation) by number of observations.
For example, if your class has 3 students and they scored 60, 70, 80 marks respectively.
Average marks that your class has scored is:
Mean = No. of observationSum of all numbers
= 360+70+80
= 3210
= 70
Complete step-by-step answer:
Now coming to the exact question, here we have two calculate the mean of first n natural numbers.
If we want to calculate mean of first n natural numbers:
First n natural numbers = 1, 2, 3, 4,5 ……………. n
Sum of n natural numbers = (1+2+3+……+n) (Eq 1)
= 2n(n+1) (Eq 2)
Total no. of observations = n
Now, we know that
Mean = No. of observationSum of all numbers.
Putting the values from equation 1 and 2, we get:
Mean =n1+2+3+.....+n
= 2×nn(n+1)
= 2(n+1)
Therefore, we can write:
Mean of first n natural numbers = 2(n+1)
Note: In this type of question, first, we should remember the formula to find the sum of n natural numbers which is given as ; S= 2n(n+1). After this to find the mean, you have to divide the sum by the total number of entities, which is n in this case.