2.7.6 · D2Statistics & Probability — Intermediate

Visual walkthrough — Mutually exclusive events — addition rule

1,618 words7 min readBack to topic

We build everything on one honest idea: probability is fair counting of dots.


Step 1 — Draw the whole world as dots

WHAT. Imagine every possible outcome of an experiment as a single dot inside a big rectangle. The rectangle is the sample space, written . If we roll one fair die, there are six dots: the faces .

WHY. Before we can talk about "the chance of this or that", we need a place where everything that could happen lives. Counting is only fair when we can see the full pool we're counting from — that pool is . See Probability — basic definitions & sample space.

PICTURE. Six dots, each equally likely, floating in the box .

Figure — Mutually exclusive events — addition rule

Step 2 — An event is a fenced-off group of dots

WHAT. An event is just some of those dots, circled off. Let "roll an even number" . Draw a blue loop around exactly those three dots.

WHY. We rarely care about a single outcome; we care about a question like "is it even?". That question is answered by a subset of dots — the ones that make the answer "yes". Circling them turns a vague question into countable dots.

PICTURE. The blue loop captures ; the dots stay outside.

Figure — Mutually exclusive events — addition rule

Step 3 — Two events, and the overlap you can literally see

WHAT. Add a second event "roll a number " , drawn as an orange loop. Now look where blue and orange cross: the dots and sit inside both loops. That shared region is the intersection .

WHY. We're heading toward "chance of or ". The whole difficulty of that question lives in this crossing region — the dots that belong to two clubs at once. Naming it now () lets us handle it later. This is a Venn diagram.

PICTURE. Blue loop and orange loop overlapping; the lens-shaped middle (green shading) holds and .

Figure — Mutually exclusive events — addition rule

Step 4 — Why naive adding over-counts (the double-count made visible)

WHAT. Try to count the union by simply adding: . But the true union has only 4 dots. We got 6. The extra 2 are exactly and .

WHY. When you count "dots in the blue loop" you already counted and . When you then count "dots in the orange loop" you count and again. Each overlap dot got tallied twice. That is where the error is born — and you can point at the two guilty dots.

PICTURE. The two shared dots lit red, each shown being tallied once for blue and once for orange — a "counted twice" tag on each.

Figure — Mutually exclusive events — addition rule

Step 5 — Subtract the overlap once: inclusion–exclusion

WHAT. We over-added the shared dots by exactly one copy each. So remove one copy of the overlap: Check: . ✓ That matches the four dots we can see.

WHY. We included every dot when we added the loops, but included the overlap twice; so we exclude one copy of it. Add everything, take back what you double-added — inclusion–exclusion. See General addition rule & inclusion–exclusion.

PICTURE. Same Venn, with the green lens being "lifted out once" — an arrow pulling one copy of away, leaving a clean count of 4.

Figure — Mutually exclusive events — addition rule

Step 6 — The special case: pull the loops apart

WHAT. Now change the events so they share no dot. Take (blue) and (orange) on the die. The loops no longer touch: (the empty set, no dots).

WHY. If there is nothing in the crossing region, there is nothing that got counted twice — so there is nothing to subtract. The correction term isn't ignored; it is genuinely because .

PICTURE. Two separated loops with a gap between them; the crossing region is empty, marked .

Figure — Mutually exclusive events — addition rule

Step 7 — Degenerate & edge cases (never hit a scene we didn't show)

WHAT & WHY & PICTURE — four boundary situations, each with its Venn look:

  1. One loop swallows the other (, e.g. , ). Overlap itself, so . Picture: small blue loop entirely inside orange.
  2. Loops are identical (). Then — adding twice and subtracting once leaves one copy.
  3. Empty event (, ). Adding an event with no dots changes nothing: .
  4. Loops fill the boxcomplement case: and share nothing and together cover all of . Then , giving .
Figure — Mutually exclusive events — addition rule
Recall Why "mutually exclusive" is the

opposite of "independent" Question ::: If and are mutually exclusive with , are they independent? Answer ::: No. Exclusive means "if happens, cannot" — knowing tells you everything about (it's impossible). That's strong dependence. Independence (Independent events — multiplication rule) means tells you nothing about . Exclusive lives in the world of adding unions; independent lives in multiplying intersections.


Step 8 — Sanity check: probabilities can't exceed 1

WHAT. Suppose , . Could they be mutually exclusive?

WHY. If they were, — bigger than the whole box, which is impossible (). The picture forces the loops to overlap: their shared share is at least .

PICTURE. A box that is only "size 1" with two loops so large they must intersect, the forced overlap shaded red.

Figure — Mutually exclusive events — addition rule

The one-picture summary

Everything above, compressed: two loops, the overlap subtracted once (general rule), and the same picture with loops pulled apart so the overlap vanishes (mutually exclusive rule).

Figure — Mutually exclusive events — addition rule
Recall Feynman retelling — say it to a 12-year-old

Picture a table covered in dots — every possible thing that could happen. Loop a blue lasso around the "yes" dots for question A, and an orange lasso around the "yes" dots for question B. Want the chance of "A or B"? Count blue dots, count orange dots, add them. But any dot caught by both lassos just got counted twice — so cross it out once. That single "cross out the overlap once" is the whole general rule: . Now slide the two lassos apart until they don't touch — there's no dot in both, nothing to cross out, so you just add. Those pulled-apart lassos are what "mutually exclusive" means. Same rule, one with a zero. And if the lassos ever grow so big their shares add past 1, they cannot be pulled apart — they're forced to overlap.


Active-recall

Union in dot-language
dots in either loop; .
Where does the double-count come from?
overlap dots () get tallied once for each loop.
Why subtract exactly once?
we added it twice, so we remove one extra copy.
Mutually exclusive in the picture
loops don't touch; , so the subtracted term is .
Can be exclusive?
No — ; they must overlap by .
Complement from the picture
and share nothing and fill , so .

Connections