Question:medium

If 1 is added to first 10 natural numbers, then variance of the numbers so obtained is

Show Hint

Never waste time adding constants and recalculating means during exams! Adding a constant shifts the whole data block but keeps the internal gaps identical, so simply calculate $\frac{n^2-1}{12}$ for the original count.
Updated On: Jun 3, 2026
  • 8.25
  • 3.87
  • 6.5
  • 2.87
Show Solution

The Correct Option is A

Solution and Explanation

Step 1: Use the shift rule.
Adding a constant to every value does not change the variance. So adding 1 to each number leaves the variance the same as for the first 10 natural numbers.

Step 2: Apply the formula.
Variance of first $n$ natural numbers is $\dfrac{n^2 - 1}{12}$.

Step 3: Compute.
\[ \frac{10^2 - 1}{12} = \frac{99}{12} = 8.25 \]
\[ \boxed{8.25,\ \text{option 1}} \]
Was this answer helpful?
0