Before we start, one picture to keep in your head the entire time — the sample space is a full bar of length 1, split into the slice A and the leftover slice A′.
The whole bar = 1. Whatever height (probability) A eats, A′ gets the rest. That "rest" is the complement rule.
The next picture shows the three L1 problems as bars: the coloured slice is the event A we can read off instantly; the leftover (its complement A′) is the answer we want.
Recall Solution 1.1
Let A= "roll a 2". A fair die has 6 equally likely faces, so
P(A)=61.
"Not rolling a 2" is exactly the complement A′. By the complement rule:
P(A′)=1−P(A)=1−61=65.Answer:65.
Recall Solution 1.2
Let A= "draw a king". There are 4 kings, so
P(A)=524=131.P(not a king)=1−131=1312.Answer:1312.
Recall Solution 1.3
"Not rain" is the complement of "rain":
P(no rain)=1−0.30=0.70.Answer:0.70. (Careful — this is "no rain of any kind", not "sunny". See the mistake below.)
Goal: choose the complement because it is the easier count.
For "at least one" problems the smartest picture is a tree: each branch is a step, and the ONE branch where nothing happens is the complement. Below is Problem 2.1's coin tree — notice how only the all-tails path (TTT) belongs to A′.
Recall Solution 2.1
The direct event "at least one head" has many cases. Its complement is a single case:
A="at least one head",A′="no heads"="all tails"=TTT.
Each toss is independent with P(tail)=21 (see 1.3.09-Independent-events), so
P(A′)=(21)3=81.P(A)=1−81=87.Answer:87. This is the flagship "at least one" trick.
Recall Solution 2.2
Complement A′= "no red at all" = "both blue".
First draw blue: 107. After removing one blue, 6 blue remain of 9 total, so second draw blue: 96.
P(A′)=107⋅96=9042=157.P(at least one red)=1−157=158.Answer:158.
Recall Solution 2.3
"Detected" has probability 0.95, so "missed" (one item) has probability 1−0.95=0.05.
Let A= "at least one of the three is missed". Then A′= "all three are detected":
P(A′)=(0.95)3=0.857375.P(A)=1−0.857375=0.142625.Answer:≈0.1426 (about 14.3%).
Goal: dissect a compound event; decide which piece to complement.
Two visual aids here. First, Problem 3.1's dice grid — every cell is one of the 36 outcomes, and only the tiny magenta corner (sum >10) is the complement we count. Second, a Venn reminder of the two set operations used in Problem 3.3.
Recall Solution 3.1
There are 6×6=36 equally likely outcomes. "At most 10" means sum ≤10 — that's a lot of cases. Its complement is small: sum >10, i.e. sum =11 or 12.
Sum 11: (5,6),(6,5) → 2 outcomes.
Sum 12: (6,6) → 1 outcome.
P(sum>10)=363=121.P(sum≤10)=1−121=1211.Answer:1211.
Recall Solution 3.2
Each answer is right with probability 21, independently. Let X = number correct. We want P(X≥2). The complement here is not a single case — it's X=0 or X=1:
P(X≥2)=1−P(X=0)−P(X=1).
Using binomial counting over 24=16 equally likely answer-patterns:
P(X=0): all 4 wrong → 1 pattern → 161.
P(X=1): exactly one right → (14)=4 patterns → 164.
P(X≥2)=1−161−164=1−165=1611.Answer:1611.
Recall Solution 3.3
"Neither a heart nor a face card" is the complement of "HorF". By De Morgan's idea, H′∩F′=(H∪F)′ (everything outside both circles in the Venn picture above).
First find P(H∪F) with the addition rule:
P(H∪F)=P(H)+P(F)−P(H∩F).
P(H)=5213 (13 hearts).
P(F)=5212 (3 face cards × 4 suits).
P(H∩F)=523 (J, Q, K of hearts — the overlap).
P(H∪F)=5213+12−3=5222=2611.
Now complement:
P(H′∩F′)=1−2611=2615.Answer:2615. (Sanity check: 52−22=30 cards are neither, and 30/52=15/26. ✓)
Goal: build the complement inside a multi-stage problem.
Recall Solution 4.1
Complement A′= "no defectives" = "all 50 good". Each item is good with probability 1−0.02=0.98:
P(A′)=(0.98)50.P(A)=1−(0.98)50.
Numerically (0.98)50≈0.3642, so P(A)≈1−0.3642=0.6358.
Answer:1−(0.98)50≈0.636.
Recall Solution 4.2
"At least one solves" has complement "none solves", i.e. all three fail. Failure probabilities are 1−0.5=0.5, 1−0.6=0.4, 1−0.7=0.3. By independence, multiply:
P(none solves)=0.5×0.4×0.3=0.06.P(at least one)=1−0.06=0.94.Answer:0.94.
Recall Solution 4.3
Complement A′= "all four digits distinct". Count distinct-string probability by filling positions one at a time:
P(A′)=1010⋅109⋅108⋅107=100005040=0.504.P(at least one repeat)=1−0.504=0.496.Answer:0.496.
Goal: invent the complement in a problem that hides it.
Recall Solution 5.1
"A head appears within 5 flips" has a messy direct description (it could arrive on flip 1, 2, ..., or 5). The complement is one clean event: "no head in any of the 5 flips" = "all 5 are tails".
P(all tails)=(21)5=321.P(head within 5 flips)=1−321=3231.Answer:3231.
Recall Solution 5.2
Complement A′= "no dead bulb" = "all 3 drawn are good". Total ways to choose 3 from 8 is (38)=56; ways to choose 3 good from the 5 good is (35)=10:
P(A′)=(38)(35)=5610=285.P(at least one dead)=1−285=2823.Answer:2823.
Recall Solution 5.3
Direct "at least two share" spans a tangle of overlapping cases. The complement is orderly: "all 23 birthdays are different." Fill birthdays one student at a time, each must avoid the previous ones:
P(all different)=365365⋅365364⋅365363⋯365343=∏k=022365365−k.
Numerically this product is ≈0.4927.
P(at least two share)=1−0.4927≈0.5073.Answer:≈0.507 — just over 50%, the surprising result. The complement made a scary problem into a single tidy product.