🎲 Sessions 2.1–2.3 Bridge: Sets → Counting → Probability
When outcomes are equally likely, P(event) = |favourable| / |total|. Section 2.2 teaches us to
count those sets; Section 2.3 turns those counts into probabilities.
Bridge: 2.2 → 2.3
P(event) = |event outcomes| ÷ |all outcomes|
Sets tell us which outcomes to count (OR/AND/NOT ⇔ union/intersection/complement). Counting (permutations, combinations) tells us how many outcomes there are.
① OR → Union → Inclusion–Exclusion
To count A OR B, use |A ∪ B| = |A| + |B| − |A ∩ B|, then divide by total.
Example: Heart OR King from a deck.
|Hearts| = 13, |Kings| = 4, |Heart ∩ King| = 1 (King of Hearts).
|A ∪ B| = 13 + 4 − 1 = 16; Total = 52 → P(Heart ∪ King) = 16/52 = 4/13.
Add the sizes, subtract the overlap (to avoid double-counting).
Convert count → probability by dividing by total outcomes.
② Exactly k successes (Sampling without replacement)
When drawing without replacement from two groups, the count of favourable samples is a product of combinations.
Example: 50 parts (3 defective). Draw 6. P(exactly 2 defective).