2.7.7 · D2Statistics & Probability — Intermediate

Visual walkthrough — Independent events — multiplication rule

1,765 words8 min readBack to topic

Before we start, three words we will draw, never assume:

Everything below is just those three pictures interacting.


Step 1 — Probability is area on a unit square

WHAT. Draw a square exactly wide and tall. Its total area is . That "" is the total probability of everything — some outcome must happen.

WHY this picture. Probability is a share of certainty. Certainty . A square of area lets us represent any probability as a piece of that area — a big piece means "likely", a sliver means "rare". Area is the perfect tool because it adds and multiplies just like probabilities do.

PICTURE. The whole blueprint square is the sample space. We will slice it.

Figure — Independent events — multiplication rule

Step 2 — One event = a vertical strip

WHAT. Let event have probability . Slice the square with a vertical line so the left strip has width . Being inside that strip means " happened".

WHY. We chose width (the horizontal direction) for so that later we can give the height (vertical direction) to a second event . Two independent directions for two independent events — that separation is the entire secret, and we are setting it up now.

PICTURE. The amber strip's width is ; its area is . The right part (width ) is " did not happen" — the complement.

Figure — Independent events — multiplication rule

Step 3 — Conditional probability = re-measuring inside the strip

WHAT. Now bring in . Suppose we are told " already happened." That means we are standing inside the amber strip — the rest of the square is irrelevant. Within that strip, what fraction (of the strip's height) makes true? That fraction is .

WHY this tool. We need a way to talk about after is known. The honest definition is Conditional Probability: Read the picture: it says "of the strip's area , what share is also in ?" That share is exactly sitting on top of .

PICTURE. Inside the amber strip we shade the bottom portion cyan — its height (as a fraction of the strip) is . That cyan block is the overlap .

Figure — Independent events — multiplication rule

Step 4 — Rearrange: the General Multiplication Rule (still no assumptions)

WHAT. Multiply both sides of Step 3 by . The cancels on the right:

WHY. We just want the area of the cyan block directly. Area of a rectangle width height. Its width is (the strip), its height is (the fraction of the strip that is cyan). Width times height — that's all this line says. It is true for any two events; nothing about independence yet. This is the General Multiplication Rule.

PICTURE. The cyan rectangle, labelled width , height , area their product.

Figure — Independent events — multiplication rule

Step 5 — Impose independence: the height stops caring about

WHAT. Independence is the special case where knowing does not change 's chance: The cyan height is the same whether we are inside the amber strip or outside it.

WHY this is the whole idea. In Step 4 the cyan height could bend with . Independence flattens it: the cut for becomes one straight horizontal line all the way across the square, at height , ignoring the amber boundary entirely. That flatness is " tells you nothing about ."

PICTURE. Compare a dependent picture (cyan line jumps at the amber edge) with the independent picture (one flat cyan line across). Only the flat one lets us multiply the same numbers.

Figure — Independent events — multiplication rule

Step 6 — Read off the answer: a clean rectangle

WHAT. With the cut flat at height and the strip at width , the overlap is a plain rectangle. Its area:

WHY it's now just . A rectangle's area is width height, no bending, no conditions. Because independence made width and height not talk to each other, the area is simply the product of the two side-lengths. That is the multiplication rule, and now you can see it is nothing more than "area of a rectangle."

PICTURE. Full square, amber vertical strip , cyan horizontal band , their crossing rectangle shaded — area labelled .

Figure — Independent events — multiplication rule

Step 7 — Edge case: what if or ?

WHAT. Check the ends. If the strip has zero width → the crossing rectangle has zero area → . Correct: an impossible can never co-occur with anything. If the strip is the whole square, so the crossing region is just the cyan band → . Correct: a certain adds no restriction.

WHY show it. A formula you trust must survive its extremes. Both extremes fall straight out of the area picture — no special pleading.

PICTURE. Two thin panels: a collapsed (zero-width) strip, and a full-width strip.

Figure — Independent events — multiplication rule

Step 8 — Edge case: "at least one" via the empty corner

WHAT. For independent , "at least one happens" is easier as its opposite: "none happen." Each fails with probability , and (independence of the failures) they all fail together with probability the product:

WHY. "None happen" is a single rectangle (the corner where every strip is on its failure side); "at least one" is everything else. Subtracting one clean rectangle from the total beats adding up many overlapping pieces. This trick powers the Binomial Distribution.

PICTURE. The unit square with the bottom-right "all-fail" corner shaded amber; the remaining L-shape is "at least one."

Figure — Independent events — multiplication rule

The one-picture summary

Everything compresses into one diagram: a strip of width , a band of height , and the amber crossing rectangle whose area is the product. Independence is exactly the statement "the band's height doesn't bend when you cross the strip's edge."

Figure — Independent events — multiplication rule
Recall Feynman retelling — the whole walkthrough in plain words

Picture a floor tile exactly one metre by one metre — that whole tile stands for "something definitely happens." Paint a vertical stripe on it; the stripe's width is how likely is. Now paint a horizontal stripe; its height is how likely is. The little patch where the two stripes cross is " and both happen," and the area of a patch is just its width times its height — so its probability is times . The one catch: this only works if the horizontal stripe runs perfectly flat all the way across, meaning 's chance doesn't change when you step into 's stripe. That flatness is independence. If instead 's stripe jumped higher or lower inside 's region — like drawing a second red marble from a bag with one fewer red left — then you'd have to measure the height inside the stripe, which is , and you'd multiply by that instead. Multiply width by the true local height; when they don't affect each other, that true height is just , and the rule becomes the simple product.


Connections

  • Conditional Probability — Step 3 is its definition, drawn as re-measuring inside a strip.
  • General Multiplication Rule — Step 4, before independence is imposed.
  • Mutually Exclusive Events — Step 7: why they cannot be independent (stripes must cross).
  • Complement Rule — Step 8's "1 minus the all-fail corner".
  • Binomial Distribution — repeated independent stripes multiplied.
  • Bayes' Theorem — flips the same conditional picture around.