12. A die is tossed thrice. Find probability of (a) all even, (b) sum is even.
(a) P(even on each toss)=1/2; independent: (1/2)³=1/8. (b) Sum even ⇔ even count of odds. By symmetry/binomial: 4/8 = 1/2.
Exercise 13.3 — Total Probability and Bayes' Theorem
1. An urn has 5 red and 5 black balls. A red ball is drawn and 2 additional balls of the same colour are added. Then a second ball is drawn. Find P(2nd is red).
After drawing red and adding 2 reds: 6 red + 5 black = 11 balls; P(R₂|R₁) = 6/11. After drawing black and adding 2 blacks: 5 red + 6 black; P(R₂|B₁) = 5/11. Total: P(R₂) = (5/10)(6/11) + (5/10)(5/11) = (30+25)/110 = 55/110 = 1/2.
3. Of the students in a college, 60% are girls and 40% boys. 50% of girls and 30% of boys reside in hostel. A student is chosen at random and lives in hostel. Find probability the student is a girl.
4. P(A test correctly diagnoses HIV) = 99% sensitivity AND 99% specificity. Prevalence = 0.1%. Find P(HIV | test+).
P(HIV|+) = (0.001·0.99)/(0.001·0.99 + 0.999·0.01) = 0.00099/0.01098 ≈ 0.0902 ≈ 9%. Surprisingly low for a 99% test, due to base rate.
5. A bag has 4 white and 2 black; another has 3 white and 5 black. One bag is chosen at random and a ball drawn. Given the ball is white, find P(it came from the second bag).
11. A bag contains 4 white and 6 black balls; another bag contains 7 white and 3 black. One ball is transferred from first to second; then a ball is drawn from second. Find P(white).
If transferred is W (P=4/10=2/5): bag 2 has 8W, 3B → P(W₂|W) = 8/11. If transferred is B (P=3/5): 7W, 4B → P(W₂|B) = 7/11. Total: (2/5)(8/11) + (3/5)(7/11) = 16/55 + 21/55 = 37/55.
Miscellaneous Exercise — selected
3. A bag contains tickets numbered 1 to 50. One is drawn. Find P(prime).
9. A doctor visits a patient on each visit either: (i) walks (prob 0.3), (ii) cycles (0.4), (iii) drives (0.3). Probability of being late: 0.25, 0.30, 0.10 respectively. He arrives late. Find probability he came by car.
Posterior odds = prior odds × LR (the "Bayes' rule in odds form").
Posterior probability = (posterior odds) / (1 + posterior odds).
Example: prior 0.6, LR = 4 (evidence is 4× more likely under R). Posterior odds = 1.5 × 4 = 6. Posterior probability = 6/7 ≈ 0.857.
The "odds form" of Bayes' rule is the cleanest way to chain multiple pieces of evidence: just multiply likelihood ratios. This is how naive Bayes spam classifiers and many real-world Bayesian systems actually work in practice.
Consolidation Competency-Based Questions
Scenario: A cookie jar has 3 chocolate-chip and 2 oatmeal cookies. Two are taken out one at a time without replacement.
Q3. (T/F) "If P(A|B) > P(A), then 'B occurring' is positive evidence for A." Justify.
L5 Evaluate
True. P(A|B) > P(A) means knowing B raises confidence in A — positive evidence in the Bayesian sense. Equivalently P(B|A) > P(B). This is the formal definition of "B confirms A".
Q4. Apply: a coin is biased with P(H) = 0.6. Tossed 4 times. Find P(at least 1 head).
Q5. Design: in a population, 1% have a rare condition. A test detects 95% true positives and 5% false positives. Construct a 10000-person table and read off P(condition | positive test).
L6 Create
Solution: 100 have it (95 test+); 9900 don't (495 test+). Total positives = 95+495=590. P(condition|+) = 95/590 ≈ 0.161 (≈16%). The "natural-frequencies" presentation makes Bayes intuitive without formulas.
Consolidation Assertion–Reason
Assertion (A): If E and F are independent, P(E∩F) = P(E)P(F). Reason (R): Independence is defined precisely by the multiplicative formula P(E∩F) = P(E)P(F).
(a) Both true, R explains A.
(b) Both true, R doesn't explain A.
(c) A true, R false.
(d) A false, R true.
Answer: (a). Tautological — R is the definition of A.
Assertion (A): A 99%-accurate test for a 1-in-10000 disease has high reliability for positives. Reason (R): Bayes' theorem accounts for the base rate, which dominates when prevalence is small.
(a) Both true, R explains A.
(b) Both true, R doesn't explain A.
(c) A true, R false.
(d) A false, R true.
Answer: (d). A is FALSE — for rare diseases the posterior is LOW despite a 99% test (this is the celebrated base-rate fallacy). R is true and explains why A is false.
Prior → Posterior: Bayes converts prior beliefs into posterior via likelihood and evidence.
Historical Note
The mathematical theory of probability began with the famous 1654 correspondence between Blaise Pascal and Pierre de Fermat, sparked by gambler Chevalier de Méré's questions about dice. Christiaan Huygens (1657), Jacob Bernoulli (1713), and Abraham de Moivre (1718) developed the early theory.
Reverend Thomas Bayes (1701–1761), an English mathematician and Presbyterian minister, wrote his celebrated essay "An Essay towards solving a Problem in the Doctrine of Chances", published posthumously in 1763 by his friend Richard Price. The essay proved a special case of what we now call Bayes' theorem. Pierre-Simon Laplace (1812) independently rediscovered and dramatically generalised the result, applying it to celestial mechanics, population statistics, and the reliability of court verdicts.
The 20th century saw A.N. Kolmogorov's axiomatisation (1933), the rise of frequentist statistics (Fisher, Neyman), and the eventual triumphant return of Bayesian methods (Jeffreys, Jaynes, Lindley) — now powering machine learning, Bayesian networks, particle filters, MCMC simulation, and the AI revolution.
Frequently Asked Questions — Probability Exercises and Summary
What is the chapter summary of Class 12 Maths Probability?
Conditional probability, multiplication theorem, independence, total probability theorem, and Bayes' theorem — converting prior to posterior using evidence.
Who developed Bayes' theorem?
Reverend Thomas Bayes (1763 posthumous), independently rediscovered and generalised by Laplace (1812).
🤖
AI Tutor
Mathematics Class 12 — Part II
Ready
🤖
Hi! 👋 I'm Gaura, your AI Tutor for Probability Exercises and Summary. Take your time studying the lesson — whenever you have a doubt, just ask me! I'm here to help.