The Detective's Guide to Statistical Errors
Imagine you are in a high-stakes laboratory, meticulously recording ten different data points. You are the lead scientist, and your results are crucial. But then, a transcription error occurs.
A single digit is misread, a single value is recorded incorrectly. Suddenly, your mean and variance are skewed. This is the classic 'transcription trap' that often appears in JEE Advanced problems.
Today, we are going to play detective. We will not just solve the problem; we will learn how to reverse-engineer the truth from contaminated data.
The Anatomy of the Error
When you are given an incorrect mean xˉold=45.0 and an incorrect variance σold2=16.0 for n=10 readings, you are looking at the final output of a process. The error is not in the formula; it is in the input.
The student recorded 52 instead of 25. To fix this, we must go back to the fundamental building blocks of statistics: the sum of observations ∑x and the sum of squares ∑x2.
Phase 1
Purifying the Mean
The mean is defined as xˉ=n∑x. This means the total sum is simply ∑x=n⋅xˉ.
Our incorrect sum is:
∑xold=10⋅45.0=450
Now, we perform the 'purification'. We remove the intruder (
52) and welcome the correct guest (
25). The new sum is:
∑xnew=450−52+25=423
With this pure sum, the corrected mean is simply:
xˉnew=10423=42.3
Phase 2
The Non-Linearity of Variance
The variance formula is σ2=n∑x2−(xˉ)2. This is the most important equation in this problem.
Notice that it depends on the sum of squares
∑x2. To correct the variance, we must first find the incorrect sum of squares. Rearranging the formula, we get:
∑x2=n(σ2+(xˉ)2)
Plugging in our incorrect values:
∑xold2=10⋅(16.0+(45.0)2)=10⋅(16+2025)=10⋅2041=20410
Now, we correct this sum of squares. Just as we did with the mean, we subtract the square of the wrong value and add the square of the correct value:
∑xnew2=20410−(52)2+(25)2=20410−2704+625=18331
Phase 3
The Final Synthesis
Now that we have the corrected sum of squares ∑xnew2=18331 and the corrected mean xˉnew=42.3, we can find the true variance. The formula is σnew2=n∑xnew2−(xˉnew)2.
Substituting our values:
σnew2=1018331−(42.3)2=1833.1−1789.29=43.81
The Takeaway
We have successfully navigated the trap. The key takeaway for your JEE preparation is this: never try to adjust the mean or variance directly.
They are derived values. Always drill down to the fundamental sums—∑x and ∑x2—correct those first, and then build your final answers from there.
This approach is not just a technique; it is a mindset. It is the difference between guessing and knowing. Keep practicing this, and you will find that even the most complex statistical problems become a simple matter of detective work.