Question
Question: Find the mean of first n natural numbers....
Find the mean of first n natural numbers.
Solution
We will first write the formula of the mean. Now, to put in the values, we will require to find the number of values and the sum of all the observations involved. Now, we will use the formula of sum of first n natural numbers and put in the formula and thus have the answer.
Complete step-by-step answer:
We know that the formula of mean is given by the following expression:-
Mean is equal to Sum of all the observations divided by the number of observations.
Now, we are given that we have to find the mean of first n natural numbers.
∴ we have a number of observations as n.
Now, we need to find the sum of all those observations.
The first n natural numbers are given by 1, 2, 3, ………, n.
We know that we have a formula of sum of first n natural numbers which is given by:-
Sum of first n natural numbers = ∑n=2n(n+1).
Now, let us put these things in the formula Mean=FrequencySum:
⇒Mean=n2n(n+1)
Rewriting the RHS as follows:-
⇒Mean=2nn(n+1)
Since, we know that n is not equal to 0. Therefore, we will get:-
∴Mean=2n+1
Hence, the answer is 2n+1.
Note: The students must not be eager to learn the formula for first n natural numbers because it is damn easy to derive as well and that will help them build their brains as well. So, let us learn how to derive it:-
We know that the first n natural numbers are given by 1, 2, 3, ……., n.
Now, we see that we can call this sequence an arithmetic progression with a common difference of 2 – 1 = 1. So, we have an A. P. with a = 1 and d = 1.
We know that sum of n terms in an A. P. is given by Sn=2n[2a+(n−1)d]
Now putting in the values, we will get:-
⇒Sn=2n[2×1+(n−1)1]
Now, simplifying the RHS, we will get:-
⇒Sn=2n[n+1]
We can see that we have now derived it.