1.3.7 · D3Basic Data & Probability

Worked examples — Complementary events — P(A') = 1 − P(A)

2,023 words9 min readBack to topic

This page is the practice arena for the parent complement rule. We will hunt down every kind of situation the rule can be thrown into, then work one full example for each. If you have never seen the notation, read the parent first — but every symbol used here is re-explained the moment it appears.

Figure — Complementary events — P(A') = 1 − P(A)

Look at the amber slice: it is . The cyan slice is everything else, . The whole disc is the sample space — all possible outcomes — and its area is fixed at . Growing the amber slice shrinks the cyan slice by exactly the same amount. That is the complement rule, drawn.


The scenario matrix

Every problem this topic can throw at you falls into one of these cells. The worked examples below are each tagged with the cell they cover, so together they touch all of them.

Cell Case class What makes it tricky Example
C1 Simple single event none — warm-up Ex 1
C2 "At least one" (repeated trials) direct count explodes Ex 2
C3 Degenerate: complement is certain Ex 3
C4 Degenerate: complement is impossible Ex 3
C5 Complement mis-identified "not rain sunny" trap Ex 4
C6 Real-world / reliability failure rate wording Ex 5
C7 Limiting behaviour () does chance ? Ex 6
C8 Exam twist: complement of a complement double negation Ex 7
C9 Fraction bookkeeping messy denominators Ex 8

Worked Examples

Forecast: guess now — is the answer bigger or smaller than ? Jot it down.

  1. Name the event. Let "roll a number greater than ", i.e. the outcomes . Why this step? We choose to be the smaller, easier set so its complement (what we actually want) drops out by subtraction.
  2. Count . There are equally likely faces, of them favourable, so . Why this step? Equally likely outcomes let us use .
  3. Apply the rule. The thing we want, "not greater than ", is exactly : Why this step? and fill the whole pie, so subtracting from gives the leftover slice.

Verify: count directly — "not greater than " is , that's outcomes, . ✓ Matches.


Forecast: more or less than ?

  1. Spot the complement. "At least one head" fails only when there are zero heads, i.e. all four are tails. Call the "all tails" event , so "at least one head". Why this step? "At least one" has many messy cases (1, 2, 3 or 4 heads); "none" has exactly one case. Always flip to the smaller side.
  2. Probability of all tails. Each flip is independent (see 1.3.09-Independent-events) with , so Why this step? For independent events we multiply the per-flip probabilities.
  3. Subtract.

Verify: total outcomes ; only of them (TTTT) has no head, so have at least one, . ✓ (This is the engine behind 1.3.12-At-least-one-problems.)


Forecast: what feels like the answer to each — or ?

  1. (a) Identify the impossible event. Let "roll a ". A die has no face , so can never happen: . Why this step? An event containing zero outcomes has probability — this is the degenerate edge case.
  2. Complement of the impossible. "Not rolling a " is certain, which matches reality. This is cell C3.
  3. (b) Identify the certain event. Let "roll a number from to ". Every face satisfies this, so .
  4. Complement of the certain. "Not rolling a " is impossible. This is cell C4.

Verify: the complement rule must map . It does: and . The two degenerate ends behave exactly as common sense demands. ✓


Forecast: is the student right, partly right, or wrong?

  1. State what the rule actually gives. The complement of "rain" is "not rain", not "sunny": Why this step? is everything in outside — here that bundle is cloudy snowy foggy sunny , all lumped together.
  2. Why "sunny" is too small. "Sunny" is only one slice of the non-rain region. So and it is only if sunny is the only alternative to rain — which is rarely stated. Why this step? The complement rule is exact; jumping from "not rain" to "sunny" silently throws away all the other weather.

Verify (a made-up split): suppose non-rain weather is sunny , cloudy , foggy . Their sum is . ✓ The is the total, not the sunny part.


Forecast: tiny (near ) or moderate?

  1. Get the per-part slip probability via complement. Let "sensor catches the fault", . Then Why this step? The problem gives the catch rate; the slip rate is its complement.
  2. Both slip (independent). Why this step? Independent failures multiply — the second slip does not depend on the first.

Verify: , a small but non-zero risk — plausible for a duplicated defect. Units check: a probability, dimensionless, and . ✓


Forecast: does the chance settle near , or climb toward ?

  1. General formula. As in Ex 2, the only failure is all tails: Why this step? One clean complement handles any at once.
  2. Watch the tail. As , , so Why this step? Halving repeatedly drives the "all tails" slice toward nothing, so the amber slice swells to fill the pie.
  3. Value at .
Figure — Complementary events — P(A') = 1 − P(A)

The plot shows the amber "all tails" bar shrinking toward while the cyan "at least one head" bar climbs toward . The complement rule ties them together at every .

Verify: , just below , consistent with the limit being but never quite reached for finite . ✓


Forecast: should this collapse back to something familiar?

  1. Apply the rule once. Why this step? First negation: "not ".
  2. Apply the rule again. "" means "not (not )", which is just back again: Why this step? Two negations undo each other — geometrically, flip the pie inside-out twice and you are back to the original slice.

Verify: . ✓ Double-complement is the identity, exactly like turning a light off then on.


Forecast: more or less than ?

  1. Choose the easy side. Let "green", with favourable of : Why this step? Counting one colour () beats counting the other two ()... barely, but it also shows the fraction reduces cleanly.
  2. Complement.

Verify: direct count of "not green" out of . ✓ Denominators reconcile.


Recall Rapid self-test (cover the answers)

Every scenario cell has one quick check. Reveal after guessing.

Die: P(not a face )
(C1)
coin flips: P(at least one head)
(C2)
P(not rolling a on a die)
(C3, impossible event)
P(not rolling )
(C4, certain event)
If P(rain), what is ?
P(not rain) — all non-rain weather, not just sunny (C5)
Sensor catches ; P(both of two faults slip)
(C6)
Limit of P(at least one head) as
(C7)
when
— double complement is identity (C8)
marbles, green: P(not green)
(C9)

Connections

  • Complementary events — P(A') = 1 − P(A) — the parent rule these examples drill.
  • 1.3.01-Sample-space-and-events — every lives inside the sample space .
  • 1.3.03-Addition-rule-for-probabilities — the identity comes from it.
  • 1.3.09-Independent-events — used to multiply per-trial slips in Ex 2, 5, 6.
  • 1.3.12-At-least-one-problems — Ex 2 & 6 are its core pattern.
  • 1.4.05-Binomial-probability generalises Ex 6.