When a medical diagnostic test for a rare disease is 99% accurate and your result comes back positive, why is the actual probability that you have the disease barely 9%? Bayes' Theorem reveals how prior probabilities overturn human intuition.
Why This Chapter Matters
In Class 12 Mathematics, "Probability" provides an authoritative, curriculum-verified master resource aligned with the 2026–27 NCERT syllabus.
Apply Multiplication Rule of Probability and determine Independence of Events: $P(A \cap B) = P(A) \cdot P(B)$.
State the Law of Total Probability: $P(A) = \sum P(E_i) P(A|E_i)$.
State and apply Bayes' Theorem: $P(E_i|A) = \frac{P(E_i)P(A|E_i)}{\sum P(E_k)P(A|E_k)}$.
Analyze Random Variables and Probability Distributions; compute Mean / Expectation ($E(X) = \sum x_i p_i$).
Chapter Roadmap & Progression
11. Conditional Probability & Indepe...
22. Bayes' Theorem (Inverse Probabil...
33. Random Variables & Expectation
Complete Concept Guide (100% Curriculum Coverage)
1. Conditional Probability & Independence
Probability of $A$ given that $B$ has already occurred: $$\mathbf{P(A|B) = \frac{P(A \cap B)}{P(B)}} \quad (P(B) > 0)$$ Events $A$ and $B$ are Independent if knowing $B$ gives zero information about $A$: $$\mathbf{P(A \cap B) = P(A) \cdot P(B)} \iff P(A|B) = P(A)$$
2. Bayes' Theorem (Inverse Probability)
Given a partition of sample space into mutually exclusive exhaustive events $E_1, E_2, \dots, E_n$, and an observed event $A$: $$\mathbf{P(E_i|A) = \frac{P(E_i) P(A|E_i)}{\sum_{k=1}^n P(E_k) P(A|E_k)}}$$ Allows updating hypotheses given new forensic or medical test evidence!
3. Random Variables & Expectation
A Random Variable $X$ maps outcomes to real numbers. • Probability distribution satisfies $\sum p_i = 1$ ($p_i \ge 0$). • Mean / Expected Value: $\mathbf{\mu = E(X) = \sum x_i p_i}$.
Probability - Key Conceptual & Analytical Model
Chapter Summary & 10 Key Takeaways
Takeaway 1
Conditional Probability: Re-evaluating odds over restricted reduced sample space.
Takeaway 2
Independent Multiplication: $P(A \cap B) = P(A)P(B)$ confirming zero mutual statistical interference.
Takeaway 3
Bayes' Theorem: The mathematical engine of modern artificial intelligence and machine learning belief updating.
Takeaway 4
Partition of Sample Space: Mutually exclusive exhaustive hypothesis states.
Takeaway 5
Expected Value: Long-term probabilistic average $E(X) = \sum x_i p_i$.
Check Your Understanding (Diagnostic Practice Questions)
Diagnostic questions testing core conceptual clarity. Answers are hidden initially — solve each problem first, then click to reveal the step-by-step verified solution.
1
If $P(A) = 0.6, P(B) = 0.3,$ and $P(A \cap B) = 0.2$, find $P(A|B)$ and $P(B|A)$.
Bag I contains 3 red and 4 black balls, while Bag II contains 5 red and 6 black balls. One ball is drawn at random from one of the bags and it is found to be red. Find the probability that it was drawn from Bag II.
Reveal Answer & Explanation
Answer: Let $E_1$: Bag I chosen, $E_2$: Bag II chosen ($P(E_1) = P(E_2) = 1/2$). Let $A$: Red ball drawn. $P(A|E_1) = 3/7$, $P(A|E_2) = 5/11$. By Bayes' Theorem: $P(E_2|A) = \frac{P(E_2)P(A|E_2)}{P(E_1)P(A|E_1) + P(E_2)P(A|E_2)} = \frac{(1/2)(5/11)}{(1/2)(3/7) + (1/2)(5/11)} = \frac{5/11}{3/7 + 5/11} = \frac{5/11}{(33+35)/77} = \frac{5/11}{68/77} = \frac{5 \times 7}{68} = \frac{35}{68}$. 35/68.
3
Two cards are drawn successively without replacement from a pack of 52 cards. Find the probability distribution of the number of aces.
If $A$ and $B$ are independent events, show that $A$ and $B'$ are also independent.
Reveal Answer & Explanation
Answer: $P(A \cap B') = P(A) - P(A \cap B) = P(A) - P(A)P(B) = P(A)(1 - P(B)) = P(A)P(B')$. Since $P(A \cap B') = P(A)P(B')$, $A$ and $B'$ are independent. P(A ∩ B') = P(A)P(B'), proving independence.
5
State the Law of Total Probability.
Reveal Answer & Explanation
Answer: Let $\{E_1, E_2, \dots, E_n\}$ be a partition of the sample space $S$ and let $A$ be any event associated with $S$. Then $P(A) = P(E_1)P(A|E_1) + P(E_2)P(A|E_2) + \dots + P(E_n)P(A|E_n) = \sum_{i=1}^n P(E_i)P(A|E_i)$. P(A) = ∑ P(E_i) P(A|E_i).
Finished Studying This Chapter?
READY TO PRACTICE?
Timed CBT Practice Tests (Exam Simulator)
Put your concepts to the test with official curriculum-aligned Foundation and Advanced practice tests. Get instant accuracy scores, time metrics, and step-by-step verified explanations.