JEE MathsStatisticsCommon Mistakes
Common Mistakes

Traps in Statistics

6 mistake patterns students fall for. 2 high-frequency traps appear in almost every exam.

Forgetting to subtract mean squared in variance

Very CommonFORMULA

Writing σ2=xi2n\sigma^2 = \frac{\sum x_i^2}{n} instead of σ2=xi2nxˉ2\sigma^2 = \frac{\sum x_i^2}{n} - \bar{x}^2.

Why: Students remember the first term but forget the crucial subtraction of xˉ2\bar{x}^2.

WRONG: σ2=xi2n\sigma^2 = \frac{\sum x_i^2}{n}
RIGHT: σ2=xi2n(xin)2\sigma^2 = \frac{\sum x_i^2}{n} - \left(\frac{\sum x_i}{n}\right)^2. Always subtract the square of the mean.
See pattern: Find Variance / Standard Deviation

Thinking variance changes when a constant is added

Very CommonCONCEPT

If each xix_i becomes xi+kx_i + k, variance does NOT change. Only the mean shifts by kk.

Why: Students apply the shift to everything, including variance, since the mean changes.

WRONG: New variance = old variance + kk (or +k2+ k^2)
RIGHT: Adding a constant: mean changes, variance stays the same. Multiplying by cc: mean scales by cc, variance scales by c2c^2.
See pattern: Effect of Adding / Multiplying a Constant

Wrong median class selection

CommonCONCEPT

Choosing the class with the highest frequency as the median class instead of the class where cumulative frequency first exceeds N/2N/2.

Why: Confusing modal class (highest frequency) with median class (cumulative frequency criterion).

WRONG: Picking the class with highest frequency as the median class
RIGHT: Build the cumulative frequency column. The median class is where cumulative frequency first equals or exceeds N/2N/2.
See pattern: Find Mean / Median / Mode

Confusing variance with standard deviation

CommonCONCEPT

Reporting σ\sigma when asked for σ2\sigma^2 or vice versa. Forgetting to take the square root.

Why: Both measure spread, and students rush to write the final answer without checking which one is asked.

WRONG: Computing variance but writing it as the SD answer
RIGHT: SD = Variance\sqrt{\text{Variance}}. Read the question carefully: does it ask for variance (σ2\sigma^2) or SD (σ\sigma)?

Using n-1 for population variance

CommonFORMULA

In JEE, variance uses NN in the denominator (population variance). Using N1N-1 (sample variance) gives wrong answers.

Why: Some textbooks and statistics courses use N1N-1 (Bessel's correction), but JEE uses NN.

WRONG: σ2=(xixˉ)2n1\sigma^2 = \frac{\sum (x_i - \bar{x})^2}{n - 1}
RIGHT: σ2=(xixˉ)2n\sigma^2 = \frac{\sum (x_i - \bar{x})^2}{n}. JEE always uses population variance with nn in the denominator.

Not adjusting variance for scale change

OccasionalFORMULA

When all observations are multiplied by cc, new variance = c2×c^2 \times old variance, not c×c \times old variance.

Why: Students scale variance by cc instead of c2c^2, or forget to square the scaling factor.

WRONG: If each xix_i is multiplied by 3, new variance = 3×3 \times old variance
RIGHT: New variance = 32×3^2 \times old variance = 9×9 \times old variance. SD scales by c|c|, variance scales by c2c^2.
See pattern: Effect of Adding / Multiplying a Constant
Test yourself

Can you spot these traps under time pressure?

Take a timed quiz on Statistics and see if you avoid the mistakes above.