JEE MathsProbabilityCommon Mistakes
Common Mistakes

Traps in Probability

5 mistake patterns students fall for. 3 high-frequency traps appear in almost every exam.

Confusing independence with mutually exclusive

Very CommonCONCEPT

Mutually exclusive events (AB=A \cap B = \emptyset) with non-zero probabilities are DEPENDENT, not independent.

Why: Both concepts involve two events, but independence means P(AB)=P(A)P(B)P(A \cap B) = P(A) \cdot P(B), while mutual exclusion means P(AB)=0P(A \cap B) = 0.

WRONG: AA and BB are mutually exclusive, so P(AB)=P(A)P(B)P(A \cap B) = P(A) \cdot P(B)
RIGHT: If AB=A \cap B = \emptyset, then $P(A \cap B) = 0
eq P(A) \cdot P(B)(whenboth (when both > 0$). They are dependent.

Wrong sample space in conditional probability

Very CommonCONCEPT

When given a condition, the sample space changes. Forgetting this leads to wrong answers.

Why: Students compute P(A)P(A) over the original sample space instead of restricting to BB.

WRONG: Computing P(AB)P(A|B) as P(A)P(A) without restricting to BB
RIGHT: P(AB)=P(AB)P(B)P(A|B) = \frac{P(A \cap B)}{P(B)}. First find the intersection, then divide by P(B)P(B).
See pattern: Bayes' Theorem

Variance formula sign error

Very CommonFORMULA

Var(X)=E(X2)[E(X)]2\text{Var}(X) = E(X^2) - [E(X)]^2, not E(X2)E(X)E(X^2) - E(X). The mean must be squared.

Why: Forgetting to square E(X)E(X) is the most common algebraic slip in probability.

WRONG: Var(X)=E(X2)E(X)\text{Var}(X) = E(X^2) - E(X)
RIGHT: Var(X)=E(X2)[E(X)]2\text{Var}(X) = E(X^2) - [E(X)]^2. Compute E(X)E(X) first, square it, then subtract from E(X2)E(X^2).

Binomial: confusing nn and rr

CommonFORMULA

In P(X=r)=nCrprqnrP(X = r) = {}^nC_r \cdot p^r \cdot q^{n-r}, nn is the number of trials and rr is the number of successes.

Why: The formula has four variables (n,r,p,qn, r, p, q) and it is easy to swap pp and qq or use wrong nn.

WRONG: Swapping pp and qq, or using wrong nn
RIGHT: pp = probability of success in ONE trial. nn = total trials. rr = desired successes. q=1pq = 1-p.
See pattern: Binomial Distribution

With/without replacement confusion

CommonCASE MISS

With replacement: probabilities stay same (independent). Without: probabilities change each draw.

Why: Students default to multiplication of same fractions even when the pool size changes after each draw.

WRONG: Treating without-replacement draws as independent
RIGHT: Without replacement: use conditional probabilities or combinations. With replacement: multiply same probabilities.
See pattern: Conditional Probability
Test yourself

Can you spot these traps under time pressure?

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