Forgetting to subtract mean squared in variance
Very CommonFORMULA
Writing σ2=n∑xi2 instead of σ2=n∑xi2−xˉ2.
Why: Students remember the first term but forget the crucial subtraction of xˉ2.
WRONG: σ2=n∑xi2 RIGHT: σ2=n∑xi2−(n∑xi)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 xi becomes xi+k, variance does NOT change. Only the mean shifts by k.
Why: Students apply the shift to everything, including variance, since the mean changes.
WRONG: New variance = old variance + k (or +k2) RIGHT: Adding a constant: mean changes, variance stays the same. Multiplying by c: mean scales by c, variance scales by c2. 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/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/2. See pattern: Find Mean / Median / Mode →Confusing variance with standard deviation
CommonCONCEPT
Reporting σ when asked for σ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. Read the question carefully: does it ask for variance (σ2) or SD (σ)? Using n-1 for population variance
CommonFORMULA
In JEE, variance uses N in the denominator (population variance). Using N−1 (sample variance) gives wrong answers.
Why: Some textbooks and statistics courses use N−1 (Bessel's correction), but JEE uses N.
WRONG: σ2=n−1∑(xi−xˉ)2 RIGHT: σ2=n∑(xi−xˉ)2. JEE always uses population variance with n in the denominator. Not adjusting variance for scale change
OccasionalFORMULA
When all observations are multiplied by c, new variance = c2× old variance, not c× old variance.
Why: Students scale variance by c instead of c2, or forget to square the scaling factor.
WRONG: If each xi is multiplied by 3, new variance = 3× old variance RIGHT: New variance = 32× old variance = 9× old variance. SD scales by ∣c∣, variance scales by c2. See pattern: Effect of Adding / Multiplying a Constant →