Question:

The variance of first $n$ natural numbers is

Show Hint

Memorize variance of first $n$ numbers for fast solving.
Updated On: Apr 23, 2026
  • $\dfrac{n(n+1)}{12}$
  • $\dfrac{(n+1)(n+5)}{12}$
  • $\dfrac{(n+1)(n-5)}{12}$
  • $\dfrac{n(n-5)}{12}$
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

Concept: Variance = Mean of squares - (Mean)$^2$

Step 1:
Mean of first $n$ numbers: \[ \bar{x} = \frac{n+1}{2} \]

Step 2:
Mean of squares: \[ \frac{1^2+2^2+\cdots+n^2}{n} = \frac{(n+1)(2n+1)}{6} \]

Step 3:
Variance: \[ \sigma^2 = \frac{(n+1)(2n+1)}{6} - \left(\frac{n+1}{2}\right)^2 \]

Step 4:
Simplify: \[ \sigma^2 = \frac{(n+1)(n-5)}{12} \] Conclusion:
Answer = $\dfrac{(n+1)(n-5)}{12}$
Was this answer helpful?
0
0