Home › JEE Main › mathematics › Statistics and Probability › Bayes' theorem for two disjoint exhaustive hypot…
Bayes' theorem for two disjoint exhaustive hypotheses E₁ and E₂ states
A{'text': 'P(E₁|A) = P(A|E₁) × P(E₁) always regardless of the value of P(A)', 'label': 'A'}
B{'text': 'P(E₁|A) = P(E₁)P(A|E₁) / (P(E₁)P(A|E₁) + P(E₂)P(A|E₂))', 'label': 'B'}
C{'text': 'P(E₁|A) = P(E₁) × P(A) / P(A|E₁) using the classical multiplication rule', 'label': 'C'}
D{'text': 'P(E₁|A) equals 1 − P(E₂|A) whenever E₁ and E₂ partition the sample space', 'label': 'D'}
Answer & Solution
Correct answer: B. {'text': 'P(E₁|A) = P(E₁)P(A|E₁) / (P(E₁)P(A|E₁) + P(E₂)P(A|E₂))', 'label': 'B'}
1. Bayes' theorem inverts conditional probabilities using the law of total probability.
2. Denominator is total probability P(A) = P(E₁)P(A|E₁) + P(E₂)P(A|E₂).
3. Numerator is joint P(E₁ ∩ A) = P(E₁) × P(A|E₁).
4. Dividing gives P(E₁|A) = P(E₁)P(A|E₁) / P(A).
_Source: NCERT Class 12 Mathematics, Ch 13 "Probability", §13.5_
Related questions
For a random variable X, the variance Var(X) equalsIf P(A) = 0.4, P(B|A) = 0.5, then P(A ∩ B) equalsTwo dice are rolled. Let E = "sum is 8" and F = "at least one die shows 4". Then P(E|F) eqE and F are independent events with P(E) = 0.3 and P(F) = 0.5. Then P(E ∪ F) equalsA card is drawn at random from a well-shuffled deck of 52. E = "card is a face card" (KingFor a Binomial distribution B(n, p), the probability of exactly r successes isThe variance of the number of heads in 3 fair-coin tosses isA random variable X counts the number of heads in 3 tosses of a fair coin. The mean E(X) i