Probability
'Probability does not tell us what WILL happen — it tells us how LIKELY each outcome IS.'
1. Chapter Overview
This chapter extends probability from Class 11 to more ADVANCED concepts. Topics include: CONDITIONAL PROBABILITY (the probability of event A given that B has occurred), the MULTIPLICATION THEOREM of probability, the LAW OF TOTAL PROBABILITY, BAYES' THEOREM (updating probabilities based on new evidence), RANDOM VARIABLES and their PROBABILITY DISTRIBUTIONS, the BINOMIAL DISTRIBUTION (Bernoulli trials), and the MEAN and VARIANCE of a random variable.
2. Conditional Probability
- P(A|B) = P(A ∩ B) / P(B), provided P(B) > 0.
- 'The probability of A GIVEN that B has already occurred.'
- Key property: P(A ∩ B) = P(A) × P(B|A) = P(B) × P(A|B).
Worked Example 1
Problem: A bag contains 4 red and 6 black balls. Two balls are drawn WITHOUT replacement. Find the probability that the second ball is red given that the first was red. Solution: P(A) = first ball is red = 4/10. P(A ∩ B) = P(both red) = (4/10)(3/9) = 12/90 = 2/15. Therefore P(B|A) = (2/15) / (4/10) = (2/15) × (10/4) = 20/60 = 1/3. Alternatively: after drawing one red, 3 red and 6 black remain ⇒ P(second red | first red) = 3/9 = 1/3. ✓
3. Multiplication Theorem and Independent Events
- 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).
- Equivalently: P(A|B) = P(A) and P(B|A) = P(B).
- 'Independence means the occurrence of one event does NOT affect the probability of the other.'
4. Law of Total Probability
- Let E₁, E₂, ..., Eₙ be a PARTITION of the sample space (mutually exclusive, exhaustive, non-empty).
- For any event A: P(A) = P(E₁)P(A|E₁) + P(E₂)P(A|E₂) + ... + P(Eₙ)P(A|Eₙ).
5. Bayes' Theorem
- P(Eᵢ|A) = [P(Eᵢ) × P(A|Eᵢ)] / Σⱼ[P(Eⱼ) × P(A|Eⱼ)]
'Bayes' theorem answers: given that A has happened, what is the probability that a SPECIFIC cause Eᵢ was responsible?'
Worked Example 2
Problem: There are two bags. Bag I contains 3 red and 4 black balls. Bag II contains 4 red and 5 black balls. One bag is chosen at random, and a ball is drawn from it. The ball is RED. Find the probability that it was drawn from Bag I. Solution: Let E₁ = Bag I chosen, E₂ = Bag II chosen. P(E₁) = P(E₂) = 1/2. P(Red|E₁) = 3/7. P(Red|E₂) = 4/9. By Bayes: P(E₁|Red) = [(1/2)(3/7)] / [(1/2)(3/7) + (1/2)(4/9)] = (3/7) / (3/7 + 4/9) = (3/7) / ((27+28)/63) = (3/7) / (55/63) = (3/7) × (63/55) = 27/55.
6. Random Variables and Probability Distributions
Random Variable
- A RANDOM VARIABLE (RV) is a real-valued function defined on the sample space. 'It assigns a number to each outcome.'
- Discrete RV: Takes COUNTABLE values. Example: number of heads in 3 tosses.
Probability Distribution
- A table or function that assigns a probability to each value of the RV.
- Conditions: Σ pᵢ = 1 and pᵢ ≥ 0 for all i.
Mean and Variance
- Mean (Expected Value) : μ = E(X) = Σ xᵢ · pᵢ
- Variance: Var(X) = σ² = Σ (xᵢ − μ)² · pᵢ = E(X²) − [E(X)]²
- Standard deviation: σ = √Var(X)
7. Binomial Distribution
Bernoulli Trials
- A trial with EXACTLY TWO outcomes: SUCCESS (S) or FAILURE (F).
- Properties: (a) Fixed number of trials n. (b) Each trial is INDEPENDENT. (c) Probability of success p is CONSTANT.
Binomial Distribution
- P(X = r) = ⁿCᵣ · pʳ · (1−p)ⁿ⁻ʳ, where r = 0, 1, 2, ..., n.
- Notation: X ~ B(n, p).
- Mean: μ = np. Variance: σ² = np(1−p). Standard deviation: σ = √(np(1−p)).
Worked Example 3
Problem: A die is thrown 6 times. If 'getting an even number' is a success, find the probability of exactly 4 successes. Solution: p = P(even) = 3/6 = 1/2. n = 6. r = 4. P(X=4) = ⁶C₄ × (1/2)⁴ × (1/2)² = 15 × (1/16) × (1/4) = 15/64.
8. Comparison Table: Classical vs Conditional vs Binomial Probability
| Type | Formula | When to Use |
|---|---|---|
| Classical | P(E) = n(E)/n(S) | All outcomes equally likely |
| Conditional | P(A | B) = P(A∩B)/P(B) |
| Bayes' Theorem | P(Eᵢ | A) = P(Eᵢ)P(A |
| Binomial | P(X=r) = ⁿCᵣ pʳ(1−p)ⁿ⁻ʳ | Fixed n independent trials, 2 outcomes each |
9. Common Mistakes
- Confusing P(A|B) with P(B|A): They are NOT the same in general. P(A|B) is 'probability of A given B'. Bayes' theorem relates the two.
- Assuming independence without checking: Just because two events seem unrelated does not mean they are independent. ALWAYS verify: P(A∩B) = P(A)P(B)?
- Forgetting to condition properly: 'What is the probability that a randomly selected student is a girl who studies science?' vs 'What is the probability that a science student is a girl?' — these are VERY different questions.
- Binomial conditions: For binomial, EVERY trial must be independent with CONSTANT probability of success. Drawing without replacement is NOT binomial.
10. CBSE Exam Focus
- Conditional probability — definition and computation
- Multiplication theorem and independent events
- Bayes' theorem — especially word problems with 'cause → effect' structure
- Probability distribution of a random variable — finding missing probabilities, computing mean and variance
- Binomial distribution — ⁿCᵣ pʳ(1−p)ⁿ⁻ʳ, mean = np, variance = np(1−p)
11. Self-Test
Q1: A pair of dice is thrown. Find the probability that the sum is 7 given that the first die shows a 3. A1: First die = 3. Favourable outcomes for sum 7: (3,4). P = 1/6.
Q2: A coin is tossed 5 times. Find the probability of getting at least 3 heads. A2: Binomial with n=5, p=1/2. P(X≥3) = P(3)+P(4)+P(5) = ⁵C₃(1/2)⁵ + ⁵C₄(1/2)⁵ + ⁵C₅(1/2)⁵ = (10+5+1)/32 = 16/32 = 1/2.
Q3: A random variable X has the distribution: X=0 (p=0.1), X=1 (p=0.3), X=2 (p=0.4), X=3 (p=k). Find k, E(X), and Var(X). A3: Σp = 1 ⇒ 0.1+0.3+0.4+k = 1 ⇒ k = 0.2. E(X) = 0(0.1)+1(0.3)+2(0.4)+3(0.2) = 0+0.3+0.8+0.6 = 1.7. E(X²) = 0(0.1)+1(0.3)+4(0.4)+9(0.2) = 0+0.3+1.6+1.8 = 3.7. Var(X) = 3.7 − (1.7)² = 3.7 − 2.89 = 0.81.
Q4: A bag contains 5 white and 3 black balls. Two balls are drawn. Find the probability that they are of different colours. A4: P(different) = P(white then black) + P(black then white) = (5/8)(3/7) + (3/8)(5/7) = 15/56 + 15/56 = 30/56 = 15/28.
Q5: In a test, an examinee either guesses or copies or knows the answer with probabilities 0.1, 0.2, and 0.7 respectively. The probability that he answers correctly is 0.2 if he guesses, 0.8 if he copies. Find the probability that he knew the answer given that he answered correctly. A5: Let G=guess, C=copy, K=know, R=correct. P(G)=0.1, P(C)=0.2, P(K)=0.7. P(R|G)=0.2, P(R|C)=0.8, P(R|K)=1. P(R) = 0.1(0.2)+0.2(0.8)+0.7(1) = 0.02+0.16+0.7 = 0.88. By Bayes: P(K|R) = 0.7(1)/0.88 = 70/88 = 35/44.
12. Conclusion
Probability is the MATHEMATICAL FRAMEWORK for dealing with UNCERTAINTY:
- CONDITIONAL: 'What is the probability of A given B?' — the most important concept in probability.
- BAYES: 'How to update beliefs when new evidence arrives.' — the foundation of machine learning and AI.
- BINOMIAL: 'The distribution of count of successes in n independent trials.' — the simplest and most important discrete distribution.
- RANDOM VARIABLES: 'Assigning numbers to outcomes — the bridge between probability and statistics.'
'Probability is not just about dice and cards — it is the logic of uncertainty, essential for science, medicine, finance, and AI.'
