Analyzing the Setup
To solve this problem, we must recognize that the mean and variance are derived from two fundamental pillars: the sum of observations, ∑xi, and the sum of squares of observations, ∑xi2.
We are given n=10, an initial mean xˉ=20, and an initial standard deviation σ=8. One observation was incorrectly recorded as 50 instead of 40.
Phase 1
Correcting the Mean
First, we calculate the incorrect sum of observations using the formula xˉ=n∑xi:
Now, we perform the correction by subtracting the incorrect value and adding the correct one:
With the new sum, the correct mean is:
Phase 2
The Trap of the Sum of Squares
We must determine the sum of squares, ∑xi2, using the variance formula σ2=n∑xi2−(xˉ)2. For the incorrect data:
Solving for the sum of squares:
10∑xold2=64+400=464⇒∑xold2=4640
Next, we apply the correction to the sum of squares by subtracting the square of the incorrect value and adding the square of the correct one:
∑xnew2=4640−2500+1600=3740
Phase 3
The Final Victory
We now have the correct sum of squares, 3740, and the correct mean, 19. We plug these into the variance formula one last time:
This simplifies to:
By systematically correcting the raw sums, we have navigated the trap and arrived at the correct variance of 13. Remember, in JEE, it is about respecting the mathematical structure of the data.