Last Updated: May 2026
Conditional Probability and Bayes’ Theorem is a high-yield CUET 2027 Mathematics topic — the chapter routinely contributes 3–5 questions, and recent CUET papers have featured Bayesian inference word-problems framed as medical-test or quality-control scenarios. The chapter sits in NCERT Class 12 Chapter 13 and rewards students who internalise three formulas rather than memorise individual question types.
Three Formulas — Memorise These First
| Concept | Formula |
|---|---|
| Conditional Probability | P(A | B) = P(A ∩ B) / P(B), where P(B) ≠ 0 |
| Multiplication Theorem | P(A ∩ B) = P(A) × P(B | A) = P(B) × P(A | B) |
| Total Probability | P(A) = Σ P(E_i) × P(A | E_i) over a partition {E_i} |
| Bayes’ Theorem | P(E_i | A) = [P(E_i) × P(A | E_i)] / Σ P(E_j) × P(A | E_j) |
Independence vs Mutual Exclusivity
- Independent events: P(A ∩ B) = P(A) × P(B). Equivalently, P(A | B) = P(A).
- Mutually exclusive events: P(A ∩ B) = 0. They cannot occur together.
These are different concepts — independence is about probabilistic non-interference; exclusivity is about disjoint outcomes. Two non-zero events cannot be both independent and mutually exclusive.
Bayes’ Theorem — The “Reverse Probability” Engine
Bayes’ theorem flips conditional probability. If you know P(symptom | disease) — the forward direction — Bayes lets you compute P(disease | symptom) — the reverse, diagnostic direction. The classic CUET question: “A test detects 99% of true positives but has a 5% false-positive rate. The disease prevalence is 1%. A randomly tested person tests positive. What is the probability they actually have the disease?”
Solution:
- P(D) = 0.01, P(¬D) = 0.99
- P(+ | D) = 0.99, P(+ | ¬D) = 0.05
- P(D | +) = (0.01 × 0.99) / [(0.01 × 0.99) + (0.99 × 0.05)] = 0.0099 / 0.0594 ≈ 16.7%
The counter-intuitive answer (only ~17% despite a 99% test) is exactly the kind of insight CUET examiners reward.
Common CUET Question Types
- Two-stage urn / ball draws — apply multiplication theorem with replacement vs without replacement
- Card problems — face cards, suits, conditional draws
- Defective items in factory — Bayes inversion: machine M_i probability given defect
- Coin tosses — biased coin, conditional outcome of subsequent toss
- Disease/medical diagnostic — Bayesian update of prior to posterior
Random Variables and Probability Distributions
The chapter also covers discrete random variables, expected value E(X) = Σ x × P(x), and variance Var(X) = E(X²) − [E(X)]². CUET typically asks for E(X) of a simple gamble or expected gain in a card-draw scenario.
30 Practice MCQs — Conditional Probability and Bayes’ Theorem
Quiz data missing.
Frequently Asked Questions
Are mutually exclusive events independent?
Generally no. If A and B are mutually exclusive with non-zero probabilities, then P(A ∩ B) = 0 ≠ P(A) × P(B), so they cannot be independent. The two concepts are distinct.
When do I use the total probability theorem?
When you can partition the sample space into mutually exclusive and exhaustive events {E_1, E_2, …} and you know each P(E_i) and P(A | E_i). Then P(A) = Σ P(E_i) × P(A | E_i).
What is the Bayes’ theorem trick for CUET?
Identify (a) prior probabilities P(E_i), (b) likelihoods P(A | E_i), (c) the observed event A. Then plug into the Bayes formula. Most CUET problems become straightforward once these three are clearly tagged.
How is variance of a random variable defined?
Var(X) = E(X²) − [E(X)]². Compute E(X²) by summing x² × P(x), compute E(X) similarly, then subtract.
Continue Your CUET 2027 Prep
- CUET Mathematics 2027 — Complete Chapter-wise Syllabus
- CUET Gurukul Courses
- CUET NTA CBT Simulator
- CUET 2027 FAQ
Bottom line: Master conditional probability, multiplication theorem, total probability and Bayes — the four formulas explain every CUET question in this chapter. Practise the medical-test, defective-item and urn-ball templates until they are reflex.