High-Yield JEE Main Concepts for Probability

1. Bayes' Theorem and Total Probability

This is the most frequent topic. Look for phrases like "it is found to be…" or "given that the result is…". These indicate you need to find the probability of a specific cause using Bayes' Theorem. Always identify the partition events E1,E2,E_1, E_2, \dots clearly.

2. Properties of Independent Events

If AA and BB are independent, then P(AB)=P(A)P(B)P(A \cap B) = P(A)P(B). A common JEE variation involves nn independent trials where the probability of 'at least one success' is 1(1p)n1 - (1-p)^n. Also, remember that if A,BA, B are independent, so are AA and BB'.

3. Random Variable Parameters

  • Expectation: E[aX+b]=aE[X]+bE[aX + b] = aE[X] + b
  • Variance: Var(aX+b)=a2Var(X)Var(aX + b) = a^2 Var(X)
  • Standard Deviation: σ=Var(X)\sigma = \sqrt{Var(X)} Note: Variance is never negative. If your calculation yields a negative value, recheck E[X2](E[X])2E[X^2] - (E[X])^2.

4. Binomial Distribution (n,pn, p)

  • Mean μ=np\mu = np
  • Variance σ2=npq\sigma^2 = npq Questions often involve finding nn and pp from given mean and variance, or finding P(X>k)P(X > k).

5. Infinite Series in Probability

Problems describing games where players take turns until someone wins usually result in an infinite Geometric Progression (GP). The probability of winning is a1r\frac{a}{1-r}, where aa is the probability of winning in the first possible round and rr is the common ratio of failing until the next turn.