Class 12 Statistics Notes · GSEB

Conditional Probability and Multiplication Law

2.1.5 Conditional Probability and Multiplication Law — Shrink the sample space, apply P(A|B) = P(A∩B)/P(B), check independence, and solve board-style tree problems. GSEB Class 12 Statistics notes with nine solved illustrations.

Last updated: 25 Aug 2026

Practice Sums →

Notes

Conditional Probability — Shrinking the Sample Space

Restricted Space — the condition shrinks U

Two dice. Let B = “first die shows 2” and A = “sum is 6”. Once B has happened, the only live outcomes are the second row.

1,1
1,2
1,3
1,4
1,5
1,6
2,1
2,2
2,3
2,4
2,5
2,6
3,1
3,2
3,3
3,4
3,5
3,6
4,1
4,2
4,3
4,4
4,5
4,6
5,1
5,2
5,3
5,4
5,5
5,6
6,1
6,2
6,3
6,4
6,5
6,6

Readout — probability relative to B:

n(B) = 6 (the restricted space — row 2)

n(A ∩ B) = 1 (the pulsing cell (2,4))

P(A|B) = n(A ∩ B) / n(B) = 1/6

Conditional Probability
Suppose A and B are the events in the sample space U of a random experiment such that P(B) ≠ 0. Then the probability of the event A when event B has already occurred is called the conditional probability of A under the condition that B has occurred. It is denoted by P(A|B). It is the probability of event A relative to the event B.

Conditional probability ⭐

P(AB)=P(AB)P(B),P(B)0P(A|B) = \frac{P(A \cap B)}{P(B)}, \quad P(B) \neq 0

Working formula (frequency form) — keep the original counts: P(A|B) = n(A ∩ B) / n(B).

Example: die, U = {1, 2, 3, 4, 5, 6}, A = {4}, B = even = {2, 4, 6}; P(A|B) = n(A∩B)/n(B) = 1/3.

Multiplication Law and Independence

Multiplication Law of Probability ⭐

P(AB)=P(B)P(AB)=P(A)P(BA)P(A \cap B) = P(B) \cdot P(A|B) = P(A) \cdot P(B|A)

The probability of the simultaneous occurrence of events A and B is equal to the probability of event B multiplied by the probability of event A under the condition that event B has already occurred.

Independent Events
Suppose A and B are two events of a random experiment. If the occurrence or non-occurrence of the event A does not affect the probability of the occurrence of the event B and similarly the occurrence or non-occurrence of the event B does not affect the probability of the occurrence of the event A, then the events A and B are called independent events. If events A and B are independent, then P(A|B) = P(A) and P(B|A) = P(B).

Multiplication law for independent events ⭐

P(AB)=P(A)P(B)P(A \cap B) = P(A) \cdot P(B)

Three independent events ⭐

P(ABC)=P(A)P(B)P(C)P(A \cap B \cap C) = P(A) \cdot P(B) \cdot P(C)
Independent (probability unaffected) ≠ mutually exclusive (cannot co-occur). If A and B are mutually exclusive and both have positive probability, they are dependent: the occurrence of one guarantees the other does not occur.

Independence Checker

P(A) × P(B) = 0.2 vs P(A ∩ B) = 0.2

Independent ✓ — P(A ∩ B) = P(A) × P(B)

With vs Without Replacement — drawing 2 balls from 5 red, 3 blue
AspectWith replacementWithout replacement
1st ball red5/85/8
2nd ball red (given 1st red)5/8 — box unchanged4/7 — one red removed
Both red25/64(5/8)(4/7) = 20/56
DependencyDraws are independentDraws are dependent

The Probability Tree (board workflow)

Probability Tree — 3 red + 2 blue balls, two draws

R 3/5B 2/5R|R 2/4B|R 2/4R|B 3/4B|B 1/4P(R, R) = (3/5)(2/4) = 3/10RR 3/10P(R, B) = (3/5)(2/4) = 3/10RB 3/10P(B, R) = (2/5)(3/4) = 3/10BR 3/10P(B, B) = (2/5)(1/4) = 1/10BB 1/10

Sum of leaves: 3/10 + 3/10 + 3/10 + 1/10 = 1 ✓ — a built-in sanity check. ⭐

Without replacement the denominators shrink (2/4, 1/4) — draws are dependent. With replacement the box is unchanged (3/5, 2/5) — draws are independent.

The tree keeps both orders visible and its leaves always sum to 1 — a built-in sanity check.

Solved Illustrations 27–35

Solved Example

Problem

Illustration 27 (⭐ board — chits 1 to 20): two chits are drawn without replacement. Find the probability that (1) both are odd (2) both are even.

Solution

(1) 9/38 (2) 9/38 — together they make 19/38 by the addition law, a nice check.

Solved Example

Problem

Illustration 28 (⭐ board — two dice): find the probability that (1) the first is even and the second is odd (2) the sum is 10 (3) at least one of the dice shows 4.

Solution

(1) 1/4 (2) 1/12 (3) 11/36.

Solved Example

Problem

Illustration 29: a box has 5 red (R), 4 green (G) and 3 white (W) balls; 3 balls are picked at a time. Find the probability that (1) 2 red and 1 green (2) one of each colour (3) all green (4) at least one white.

Solution

(1) 2/11 (2) 3/11 (3) 1/55 (4) 34/55.

Solved Example

Problem

Illustration 30: 7 women and 5 men are available; a 4-member committee is formed by lottery. Find the probability that at least two women are in the committee.

Solution

Required probability = 28/33.

Solved Example

Problem

Illustration 31 (⭐ board — cricket bet): for each of India's next three cricket matches, P(India wins) = 0.4, P(loses) = 0.3, P(draws) = 0.3. A bet pays if India wins exactly two of the three matches. Find the probability of winning the bet.

Solution

Required probability = 0.144.

Solved Example

Problem

Illustration 33: two drawing-room lamps A and B have P(A) = 0.75, P(B) = 0.72 and P(A ∩ B) = 0.60 (given directly). Find the probability that (1) at least one works (2) both will fail (3) exactly one will fuse.

Solution

(1) 0.87 (2) 0.13 (3) 0.27.

Solved Example

Problem

Illustration 35: A and B are independent events with P(A ∪ B) = 0.8 and P(A) = 0.3. Find P(B).

Solution

Required probability = 5/7.

Step 1 — the dropped book

1/3

15 of 25 books are novels; one book is dropped outside (⭐ board — drawn under a mango tree).

P(N) = 15/25 = 3/5.

Step 1 — the overlap

1/4

P(A) = 0.4 (found by A), P(B) = 0.5 (found by B), P(A ∪ B) = 0.6.

P(A ∩ B) = P(A) + P(B) − P(A ∪ B) = 0.4 + 0.5 − 0.6 = 0.3

Practice Checkpoint

Your turn. Work each question in your notebook — type only the final answer here.

Conditional Q13

1 mark

A family has two children. If the first child is a girl, find the probability that both children in that family are girls.

Try the experiment:

Conditional Q27 (Board)

⭐ Board
2 marks

For any two events in the sample space of a random experiment, P(A) = 2/3, P(B) = 3/5 and P(B/A) = 3/4. Find the value of P(A/B).

Conditional Q31

2 marks

If three events A, B and C of a random experiment are independent events and P(A) = 0.2, P(B) = 0.3 and P(C) = 0.5, find the value of P(A ∩ B ∩ C).

Finish the rest of this question type → Practice Page· then return here for the next topic

Key Takeaways

Key Takeaways

  • Conditional probability shrinks the sample space: P(A|B) = P(A ∩ B) / P(B), P(B) ≠ 0, or by counts n(A ∩ B) / n(B).
  • Multiplication law: P(A ∩ B) = P(B)·P(A|B) = P(A)·P(B|A).
  • Independent events: occurrence of one does not affect the other — P(A|B) = P(A) and P(A ∩ B) = P(A)·P(B).
  • Without replacement, draws are dependent (denominator shrinks); with replacement they are independent.
  • The probability tree keeps both orders visible and its leaves always sum to 1 — a built-in sanity check.
  • Board favourites: "exactly two of three matches" (multinomial ordering), "at least one" via the complement, and "neither" via A′ ∩ B′ = (A ∪ B)′.