Question
Find the variance and standard deviation of the first 10 natural numbers: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10.
Solution — Step by Step
The first 10 natural numbers are: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10.
We need .
Using the formula:
The computational formula for variance is:
Variance = 8.25, Standard Deviation =
Why This Works
Variance measures how spread out the data is from its mean. The formula comes from expanding the definitional formula .
The computational form avoids calculating for each value individually — which is tedious. Instead, we compute the mean of squares minus the square of the mean. This is algebraically identical but computationally faster.
Standard deviation is just the positive square root of variance. It has the same units as the data, making it interpretable: our standard deviation of ~2.87 tells us the typical deviation from the mean of 5.5 is about 2.87 units.
Alternative Method — Direct Deviation Method
Calculate for each value:
| 1 | -4.5 | 20.25 |
| 2 | -3.5 | 12.25 |
| 3 | -2.5 | 6.25 |
| 4 | -1.5 | 2.25 |
| 5 | -0.5 | 0.25 |
| 6 | 0.5 | 0.25 |
| 7 | 1.5 | 2.25 |
| 8 | 2.5 | 6.25 |
| 9 | 3.5 | 12.25 |
| 10 | 4.5 | 20.25 |
| Sum | 82.5 |
Both methods agree. The computational method (Step 3) is faster for exams.
Common Mistake
Using instead of in the denominator. In CBSE/NCERT, population variance uses in the denominator: . The formula with is sample variance (used in statistics courses). For board problems on the first natural numbers, always use .
For the first natural numbers, there’s a direct formula: variance . For : ✓. Memorise this shortcut — it works for any arithmetic series with common difference 1 starting at 1.