Follow Us
Select Medium / माध्यम चुनें:
Eng (English) Hindi (हिन्दी)
CBSE • Class XII • Mathematics • Ch 13
Estimated Time: 45 Mins
Study Progress: In Progress

Probability

In Class 12 Mathematics, "Probability" provides an authoritative, curriculum-verified master resource aligned with the 2026–27 NCERT syllabus.

🎲 Have You Ever Wondered?

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.

Before You Begin (Prerequisites)

  • Probability axioms from Class 11.
  • Conditional thinking.
  • Combinatorics.

What You Will Learn (Core Objectives)

  • Calculate Conditional Probability: $P(A|B) = \frac{P(A \cap B)}{P(B)}$ ($P(B) \ne 0$).
  • 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

1 1. Conditional Probability & Indepe...
2 2. Bayes' Theorem (Inverse Probabil...
3 3. 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

Probability - Mathematical Architecture Axiomatic & Matrix Foundations Equivalence theorems & algebraic proofs Calculus & 3D Vector Geometry Differential optimization & spatial lines High-Stakes Examination & Engineering Mastery CBSE Class 12 Board criteria, JEE Advanced problem frameworks & applications

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)$.
Reveal Answer & Explanation
Answer: $P(A|B) = \frac{P(A \cap B)}{P(B)} = \frac{0.2}{0.3} = \frac{2}{3}$. $P(B|A) = \frac{P(A \cap B)}{P(A)} = \frac{0.2}{0.6} = \frac{1}{3}$.
P(A|B) = 2/3, P(B|A) = 1/3.
2
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.
Reveal Answer & Explanation
Answer: $X$ (number of aces) can be $0, 1, 2$. Total cards $= 52$ (4 aces, 48 non-aces). $P(X=0) = \frac{48}{52} \times \frac{47}{51} = \frac{188}{221}$. $P(X=1) = \frac{4}{52} \times \frac{48}{51} + \frac{48}{52} \times \frac{4}{51} = \frac{32}{221}$. $P(X=2) = \frac{4}{52} \times \frac{3}{51} = \frac{1}{221}$.
P(0)=188/221, P(1)=32/221, P(2)=1/221.
4
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.