TimeBack
JEEClass 11-12Intermediate

Probability for JEE Maths

Probability in JEE covers Class 11 basics (sample spaces, events) and Class 12 advanced topics (conditional probability, Bayes' theorem, binomial distribution). It's a high-scoring topic because the problem types are well-defined. Most JEE probability questions follow recognizable patterns once you've practiced enough.

Prerequisites: Permutations & Combinations, Basic counting

What JEE Tests

Key areas:

  • Classical probability: P(E) = favorable outcomes / total outcomes
  • Addition rule: P(A∪B) = P(A) + P(B) - P(A∩B)
  • Conditional probability: P(A|B) = P(A∩B)/P(B)
  • Independent events: P(A∩B) = P(A)·P(B)
  • Bayes' theorem: updating probability with new evidence
  • Binomial distribution: P(X=k) = nCk · p^k · q^{n-k}
  • Mean and variance of binomial: E(X) = np, Var(X) = npq
  • Problems involving dice, cards, coins, and urns

Bayes' Theorem — The JEE Favorite

Bayes' theorem problems have a distinctive structure: you're given prior probabilities and conditional probabilities, and asked to find the 'reverse' conditional probability.

Formula: P(A_i|B) = P(B|A_i)·P(A_i) / ΣP(B|A_j)·P(A_j).

Typical JEE setup: 'An item is drawn from one of several boxes. Given that the item has property X, what's the probability it came from box i?' Identify the partition (boxes), the prior probabilities (which box is chosen), and the conditional probabilities (drawing the item from each box).

Binomial Distribution

When an experiment with two outcomes (success/failure) is repeated n times independently, the number of successes X follows a Binomial(n, p) distribution.

P(X = k) = nCk · p^k · (1-p)^{n-k}.

JEE asks: probability of exactly k successes, at least k successes, most probable value of X (mode = floor((n+1)p) or ceil((n+1)p) - 1).

Mean = np, Variance = npq where q = 1-p. These are direct formula applications — reliable marks.

Key Formulas

P(A|B) = P(A∩B) / P(B)
Bayes: P(A_i|B) = P(B|A_i)P(A_i) / ΣP(B|A_j)P(A_j)
Binomial: P(X=k) = nCk · p^k · q^{n-k}
E(X) = np, Var(X) = npq
P(A∪B) = P(A) + P(B) - P(A∩B)

Common Mistakes to Avoid

  • Mistake: Confusing P(A|B) with P(B|A) — these are NOT the same
  • Mistake: Forgetting to check if events are independent before multiplying
  • Mistake: Using binomial formula when trials are not independent
  • Mistake: Not considering complementary probability: P(at least 1) = 1 - P(none)

How to Practice This Topic

Do 10 basic counting probability problems, 5 conditional probability, 5 Bayes' theorem, and 5 binomial distribution. Focus on setting up the problem correctly — the computation is usually straightforward.

Formula Sheets

Practice Probability Now

Solve questions with step-by-step explanations on TimeBack

Start Free Practice

Related Topics