Blog
Mathematics

5 Traps to Avoid in Probability Questions (JEE Main & Advanced)

Avoid the most common mistakes in Probability for JEE Main and Advanced. Learn 5 important traps involving conditional probability, independent events, counting mistakes, complements, and addition rules to improve accuracy and save marks.

PPracticeJEE3 May 2026~2 min read

Introduction

Probability is one of the most scoring chapters in JEE, but it is also one of the easiest places to lose marks because of small logical mistakes. Most errors happen not because the concept is difficult, but because students count cases incorrectly or apply formulas in the wrong situation. In this article, we will cover five common traps in Probability and how to avoid them.


1Confusing “At Least One” with “Exactly One”

One of the most common mistakes in probability is treating at least one and exactly one as the same event.

For example, if the question asks for the probability of getting at least one head in three tosses, many students count only one head.

The correct shortcut is to use complement:

P(at least one)=1P(none)P(\text{at least one}) = 1 - P(\text{none})

This method is faster and avoids missing cases.

For three coin tosses:

P(at least one head)=1P(all tails)P(\text{at least one head}) = 1 - P(\text{all tails})

💡

Exam Tip — Whenever you see “at least,” think complement first.


2Mixing Independent and Dependent Events

Students often multiply probabilities directly without checking whether the events are independent.

For independent events:

P(AB)=P(A)P(B)P(A \cap B)=P(A)P(B)

But for dependent events:

P(AB)=P(A)P(BA)P(A \cap B)=P(A)P(B|A)

This difference is critical.

For example, drawing two cards without replacement creates dependence.

The probability changes after the first draw.

⚠️

Watch Out — “Without replacement” usually means dependent events.


3Wrong Total Number of Cases

Many probability mistakes begin with the wrong sample space.

For example, arranging letters and selecting letters are different.

If order matters:

nPr=n!(nr)!^nP_r=\frac{n!}{(n-r)!}

If order does not matter:

nCr=n!r!(nr)!^nC_r=\frac{n!}{r!(n-r)!}

Using permutation instead of combination (or vice versa) changes the answer completely.

⚠️

JEE Trap — First decide whether order matters before counting.


4Ignoring Conditional Probability

Conditional probability changes the sample space.

The formula is:

P(AB)=P(AB)P(B)P(A|B)=\frac{P(A\cap B)}{P(B)}

This means the probability of A is now restricted to cases where B has already happened.

Students often forget this restriction and use the original sample space.

That gives the wrong answer.

💡

Exam Tip — In conditional probability, always update the sample space first.


5Using Addition Rule Incorrectly

Many students use:

P(AB)=P(A)+P(B)P(A\cup B)=P(A)+P(B)

This is only true when events are mutually exclusive.

The correct formula is:

P(AB)=P(A)+P(B)P(AB)P(A\cup B)=P(A)+P(B)-P(A\cap B)

Without subtracting the overlap, common cases get counted twice.

This is one of the most frequent JEE mistakes.

⚠️

Watch Out — If events can happen together, subtract the intersection.


Quick Revision Table

ConceptSafe Shortcut
At least oneUse complement
Independent eventsMultiply directly
Dependent eventsUse conditional probability
Counting casesCheck order first
Union of eventsSubtract overlap

Common Mistakes to Avoid

  • Treating “at least one” as “exactly one”
  • Multiplying dependent probabilities directly
  • Using wrong sample space
  • Ignoring changed conditions in conditional probability
  • Forgetting intersection in addition rule

Final Tip

In Probability, most wrong answers come from wrong counting, not difficult formulas. Before calculating, identify the event type, sample space, and dependencies clearly. A correct setup is often half the solution.