Skip to main content
Back to Statistics & Probability
JEE Main 2019
Statistics & Probability
Statistics
Hard

Question

The mean and standard deviation of 20 observations are found to be 10 and 2 , respectively. On rechecking, it was found that an observation by mistake was taken 8 instead of 12. The correct standard deviation is

Options

Solution

Key Concepts and Formulas

This problem involves correcting statistical measures (mean and standard deviation) when an error in data entry is identified. The core idea is to adjust the fundamental sums that define these measures: the sum of observations (xi\sum x_i) and the sum of squares of observations (xi2\sum x_i^2).

  1. Mean (xˉ\bar{x}): The average of nn observations x1,x2,,xnx_1, x_2, \dots, x_n. xˉ=i=1nxin\bar{x} = \frac{\sum_{i=1}^{n} x_i}{n} From this, the sum of observations can be derived as: i=1nxi=nxˉ\sum_{i=1}^{n} x_i = n \bar{x}

  2. Variance (σ2\sigma^2): A measure of the spread of data points around the mean. The computational formula, particularly useful for correction problems, is: σ2=i=1nxi2n(xˉ)2\sigma^2 = \frac{\sum_{i=1}^{n} x_i^2}{n} - (\bar{x})^2 From this, the sum of squares of observations can be derived as: i=1nxi2=n(σ2+(xˉ)2)\sum_{i=1}^{n} x_i^2 = n \left( \sigma^2 + (\bar{x})^2 \right)

  3. Standard Deviation (σ\sigma): The positive square root of the variance. It indicates the typical deviation of data points from the mean. σ=σ2\sigma = \sqrt{\sigma^2}


Step-by-Step Solution

1. Extract Given Information and Calculate Initial Incorrect Sums

We are given the following information about the 20 observations:

  • Number of observations, n=20n = 20.
  • Incorrect mean, xˉinc=10\bar{x}_{inc} = 10.
  • Incorrect standard deviation, σinc=2\sigma_{inc} = 2.
  • Incorrectly recorded observation, xwrong=8x_{wrong} = 8.
  • Correct observation, xcorrect=12x_{correct} = 12.

Our first task is to use the incorrect mean and standard deviation to find the incorrect sum of observations (xinc\sum x_{inc}) and the incorrect sum of squares of observations (xinc2\sum x_{inc}^2). These sums are the basis for all further corrections.

  • Calculate the incorrect sum of observations (xinc\sum x_{inc}): We use the formula xi=nxˉ\sum x_i = n \bar{x}. xinc=n×xˉinc=20×10=200\sum x_{inc} = n \times \bar{x}_{inc} = 20 \times 10 = 200 Reasoning: The sum of observations is directly proportional to the mean and the number of observations.

  • Calculate the incorrect sum of squares of observations (xinc2\sum x_{inc}^2): First, we determine the incorrect variance. Since σinc=2\sigma_{inc} = 2, the incorrect variance σinc2=22=4\sigma_{inc}^2 = 2^2 = 4. Now, we use the formula xi2=n(σ2+xˉ2)\sum x_i^2 = n (\sigma^2 + \bar{x}^2). xinc2=n(σinc2+(xˉinc)2)\sum x_{inc}^2 = n \left( \sigma_{inc}^2 + (\bar{x}_{inc})^2 \right) xinc2=20(4+(10)2)\sum x_{inc}^2 = 20 \left( 4 + (10)^2 \right) xinc2=20(4+100)\sum x_{inc}^2 = 20 (4 + 100) xinc2=20(104)=2080\sum x_{inc}^2 = 20 (104) = 2080 Reasoning: The variance formula relates the sum of squares, the mean, and the number of observations. We rearrange it to find the incorrect sum of squares, which is essential for correcting the variance.

2. Correct the Sum of Observations (xcorr\sum x_{corr})

Now, we adjust the incorrect sum of observations by removing the erroneous value and adding the correct one. xcorr=xincxwrong+xcorrect\sum x_{corr} = \sum x_{inc} - x_{wrong} + x_{correct} xcorr=2008+12\sum x_{corr} = 200 - 8 + 12 xcorr=192+12=204\sum x_{corr} = 192 + 12 = 204 Reasoning: The sum of observations is a linear sum. To correct it, we simply subtract the wrong observation and add the correct one.

3. Correct the Sum of Squares of Observations (xcorr2\sum x_{corr}^2)

This is a critical step for correcting the variance. We must remove the square of the incorrect value and add the square of the correct value to the sum of squares. xcorr2=xinc2(xwrong)2+(xcorrect)2\sum x_{corr}^2 = \sum x_{inc}^2 - (x_{wrong})^2 + (x_{correct})^2 xcorr2=2080(8)2+(12)2\sum x_{corr}^2 = 2080 - (8)^2 + (12)^2 xcorr2=208064+144\sum x_{corr}^2 = 2080 - 64 + 144 xcorr2=2016+144=2160\sum x_{corr}^2 = 2016 + 144 = 2160 Reasoning: Variance depends on the sum of squares of observations. Therefore, to correct the sum of squares, we must subtract the square of the wrong observation and add the square of the correct observation. It's a common mistake to just subtract xwrongx_{wrong} and add xcorrectx_{correct}.

4. Calculate the Correct Mean (xˉcorr\bar{x}_{corr})

With the corrected sum of observations, we can now calculate the correct mean. xˉcorr=xcorrn\bar{x}_{corr} = \frac{\sum x_{corr}}{n} xˉcorr=20420=10.2\bar{x}_{corr} = \frac{204}{20} = 10.2 Reasoning: The correct mean is needed to calculate the correct variance, as the variance formula uses the mean.

5. Calculate the Correct Variance (σcorr2\sigma_{corr}^2)

Using the corrected sum of squares and the newly calculated correct mean, we can find the correct variance. σcorr2=xcorr2n(xˉcorr)2\sigma_{corr}^2 = \frac{\sum x_{corr}^2}{n} - (\bar{x}_{corr})^2 σcorr2=216020(10.2)2\sigma_{corr}^2 = \frac{2160}{20} - (10.2)^2 σcorr2=108104.04\sigma_{corr}^2 = 108 - 104.04 σcorr2=3.96\sigma_{corr}^2 = 3.96 Reasoning: Variance is an intermediate step to finding the standard deviation. Calculating variance first helps avoid rounding errors until the very end.

6. Calculate the Correct Standard Deviation (σcorr\sigma_{corr})

Finally, we take the positive square root of the correct variance to obtain the correct standard deviation. σcorr=σcorr2\sigma_{corr} = \sqrt{\sigma_{corr}^2} σcorr=3.96\sigma_{corr} = \sqrt{3.96} Reasoning: This is the final quantity requested by the problem.

Comparing this with the given options: (A) 1.94 (B) 3.96\sqrt{3.96} (C) 3.86\sqrt{3.86} (D) 1.8

Our calculated value 3.96\sqrt{3.96} matches option (B) exactly.


Common Mistakes & Tips

  • Squaring for Sum of Squares: A frequent error is to subtract xwrongx_{wrong} and add xcorrectx_{correct} when correcting the sum of squares (xi2\sum x_i^2). Always remember to use (xwrong)2(x_{wrong})^2 and (xcorrect)2(x_{correct})^2.
  • Order of Operations: Ensure you calculate the sum of squares and the mean correctly before plugging them into the variance formula.
  • Work with Variance First: It's generally advisable to calculate the variance first and then take the square root at the very end to get the standard deviation. This minimizes potential rounding errors in intermediate steps.
  • Careful with Decimals: Be meticulous with decimal calculations, especially when squaring numbers.

Summary

To correct the mean and standard deviation after an observation error, we first use the given incorrect statistics to determine the incorrect sum of observations (xinc\sum x_{inc}) and sum of squares (xinc2\sum x_{inc}^2). Then, we adjust these sums by removing the incorrect observation (and its square) and adding the correct observation (and its square). With the corrected sums, we recalculate the correct mean. Finally, using the corrected sum of squares and the corrected mean, we compute the correct variance and then its square root to find the correct standard deviation. Following these steps systematically leads to a correct standard deviation of 3.96\sqrt{3.96}.

The final answer is 3.96\boxed{\sqrt{3.96}}, which corresponds to option (B).

Practice More Statistics & Probability Questions

View All Questions