Probability — Class 12
"Probability is the measure of our ignorance. The better we understand randomness, the better we can make decisions under uncertainty."
1. Chapter Overview
Building on Class 11, this chapter takes probability to an ADVANCED level: conditional probability (P(A|B) — the probability of A GIVEN that B has occurred), Multiplication Theorem, the Law of Total Probability, Bayes' Theorem (the most important theorem in the chapter), random variables (discrete), probability distributions, and the Binomial distribution.
2. Conditional Probability
- P(A|B) = P(A ∩ B) / P(B). Provided P(B) > 0.
- 'The probability of A GIVEN that B has occurred.'
- Multiplication Theorem: P(A ∩ B) = P(A) × P(B|A) = P(B) × P(A|B)
- Independent Events: A and B are independent if P(A ∩ B) = P(A) × P(B). OR: P(A|B) = P(A) (B gives no information about A).
3. Law of Total Probability
If B₁, B₂, ..., Bₙ are MUTUALLY EXCLUSIVE and EXHAUSTIVE: P(A) = P(B₁)P(A|B₁) + P(B₂)P(A|B₂) + ... + P(Bₙ)P(A|Bₙ)
4. Bayes' Theorem — THE Key Result
- 'Bayes' Theorem REVERSES the conditional. It tells you: given that A has occurred, what is the probability that it came from cause Bᵢ?'
- Applications: medical testing ('Given a positive test, what is the probability you actually have the disease?'). Spam filtering. Machine learning.
5. Random Variables and Probability Distributions
- Random Variable (X) : A function that assigns a real number to each outcome of a random experiment
- Probability Distribution: The set of values X can take AND the probability of each value. ΣP(X=x) = 1.
- Mean (Expected Value) : E(X) = Σ xᵢ pᵢ
- Variance: Var(X) = E(X²) — [E(X)]²
6. Binomial Distribution
- n INDEPENDENT trials. Each trial has TWO possible outcomes: SUCCESS (p) or FAILURE (q=1-p). p is CONSTANT across trials.
- P(X = r) = ⁿCᵣ pʳ qⁿ⁻ʳ, for r = 0, 1, ..., n.
- Mean = np. Variance = npq.
7. Exam Focus
- Conditional probability. Multiplication theorem. Independent events.
- Law of Total Probability. Bayes' Theorem — formula and application.
- Random variable. Probability distribution. Mean and variance.
- Binomial distribution — conditions, formula, mean (np), variance (npq).
8. Conclusion
Probability is the SCIENCE OF UNCERTAINTY:
- CONDITIONAL: Information UPDATES probability. P(A) ≠ P(A|B).
- BAYES: 'Given the evidence, what's the most likely cause?' The mathematical engine of learning from data.
- BINOMIAL: Counting successes in repeated independent trials. 'The coin toss distribution — generalised to n tosses.'
'Bayes' Theorem is the mathematical form of rational belief: start with a prior, observe evidence, update to a posterior. It is the heart of statistics, machine learning, and scientific reasoning.'
