Calculate the mean and the variance of first n natural numbers.
We have, first n natural numbers,
i.e. 1, 2, 3, 4, ..., n.
∴ Mean = 1+2+3+4+...+nn
⇒ Mean = n(n+1)2n=n+12 [∵ ∑n=n(n+1)2]
and Var (x)=∑x2in−(¯¯¯x2)
= 12+22+32+...+ n2n−(n+12)2
= n(n+1)(2n+1)6n−(n+1)24
[∵ ∑n2=n(n+1)(2n+1)6]
= (n+1)(2n+1)6−(n+1)24
= n+12(2n+13−n+12)
= n+12(4n+2−3n−36)
= n+12(n−16)=n2−112
Hence, the mean of first n natural numbers is n+12 and the variance of first n natural numbers is n2−112