1.3.7 · D4Basic Data & Probability

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

2,533 words12 min readBack to topic

Before we start, one picture to keep in your head the entire time — the sample space is a full bar of length , split into the slice and the leftover slice .

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

The whole bar = . Whatever height (probability) eats, gets the rest. That "rest" is the complement rule.


Level 1 — Recognition

Goal: identify , then just subtract from 1.

The next picture shows the three L1 problems as bars: the coloured slice is the event we can read off instantly; the leftover (its complement ) is the answer we want.

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

Let "roll a ". A fair die has equally likely faces, so "Not rolling a " is exactly the complement . By the complement rule: Answer: .

Recall Solution 1.2

Let "draw a king". There are kings, so Answer: .

Recall Solution 1.3

"Not rain" is the complement of "rain": Answer: . (Careful — this is "no rain of any kind", not "sunny". See the mistake below.)


Level 2 — Application

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 () belongs to .

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

The direct event "at least one head" has many cases. Its complement is a single case: Each toss is independent with (see 1.3.09-Independent-events), so Answer: . This is the flagship "at least one" trick.

Recall Solution 2.2

Complement "no red at all" "both blue". First draw blue: . After removing one blue, blue remain of total, so second draw blue: . Answer: .

Recall Solution 2.3

"Detected" has probability , so "missed" (one item) has probability . Let "at least one of the three is missed". Then "all three are detected": Answer: (about ).


Level 3 — Analysis

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 outcomes, and only the tiny magenta corner (sum ) is the complement we count. Second, a Venn reminder of the two set operations used in Problem 3.3.

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

There are equally likely outcomes. "At most " means sum — that's a lot of cases. Its complement is small: sum , i.e. sum or .

  • Sum : outcomes.
  • Sum : outcome. Answer: .
Recall Solution 3.2

Each answer is right with probability , independently. Let = number correct. We want . The complement here is not a single case — it's or : Using binomial counting over equally likely answer-patterns:

  • : all wrong → pattern → .
  • : exactly one right → patterns → . Answer: .
Recall Solution 3.3

"Neither a heart nor a face card" is the complement of " or ". By De Morgan's idea, (everything outside both circles in the Venn picture above). First find with the addition rule:

  • (13 hearts).
  • (3 face cards × 4 suits).
  • (J, Q, K of hearts — the overlap). Now complement: Answer: . (Sanity check: cards are neither, and . ✓)

Level 4 — Synthesis

Goal: build the complement inside a multi-stage problem.

Recall Solution 4.1

Complement "no defectives" "all good". Each item is good with probability : Numerically , so . Answer: .

Recall Solution 4.2

"At least one solves" has complement "none solves", i.e. all three fail. Failure probabilities are , , . By independence, multiply: Answer: .

Recall Solution 4.3

Complement "all four digits distinct". Count distinct-string probability by filling positions one at a time: Answer: .


Level 5 — Mastery

Goal: invent the complement in a problem that hides it.

Recall Solution 5.1

"A head appears within flips" has a messy direct description (it could arrive on flip , , ..., or ). The complement is one clean event: "no head in any of the flips" = "all are tails". Answer: .

Recall Solution 5.2

Complement "no dead bulb" "all drawn are good". Total ways to choose from is ; ways to choose good from the good is : Answer: .

Recall Solution 5.3

Direct "at least two share" spans a tangle of overlapping cases. The complement is orderly: "all birthdays are different." Fill birthdays one student at a time, each must avoid the previous ones: Numerically this product is . Answer: — just over , the surprising result. The complement made a scary problem into a single tidy product.

Connections

  • Complementary events — P(A') = 1 − P(A) — the rule these exercises drill.
  • 1.3.01-Sample-space-and-events — every lives inside the sample space .
  • 1.3.03-Addition-rule-for-probabilities — needed for the "neither...nor" problem (3.3).
  • 1.3.09-Independent-events — powers like , rely on independence.
  • 1.3.12-At-least-one-problems — the core application, Levels 2–5.
  • 1.4.05-Binomial-probability — the counting behind Problem 3.2.