Tree Diagrams and the Probability of Two Events Together
HT and TH look the same — but they're two different paths. The tree shows you why.
The classic trap: 'two heads,' 'one head,' 'no heads' aren't equally likely!
Flip two coins. Most students say: “There are three outcomes — 0 heads, 1 head, 2 heads — so each has probability 1/3.” But that is wrong.
Draw a tree and look carefully at “1 head.” You can get it as HT (first coin heads, second tails) or as TH (first tails, second heads). Those are two separate paths, not one. The actual sample space has 4 equally-likely outcomes: HH, HT, TH, TT. So P(exactly 1 head) = 2/4 = 1/2, not 1/3.
Building a tree diagram one fork at a time
Start with a single dot (the “start” node). Draw one branch for each outcome of Event 1. At the end of each branch, draw one sub-branch for each outcome of Event 2. Each leaf at the end is one complete outcome of the combined experiment.
- Number of leaves = (outcomes of Event 1) × (outcomes of Event 2).
- Each leaf's probability = probability of the path from root to that leaf = P(Event 1 outcome) × P(Event 2 outcome).
- All leaf probabilities add up to 1.
For two fair coins, each flip has P(H) = 1/2 and P(T) = 1/2. The probability of landing on the HH leaf is:
P(H) × P(H) = 1/2 × 1/2 = 1/4
In general: for independent events, P(A and B) = P(A) × P(B).
This is why the tree is so powerful: multiply along the branch, and you get the exact probability of that combined outcome without needing any formula.
- Event 1 (coin): P(H) = 1/2.
- Event 2 (die < 3): outcomes that work are {1, 2} out of {1,2,3,4}, so P(<3) = 2/4 = 1/2.
- Multiply: P(H and <3) = 1/2 × 1/2 = 1/4.
- Verify with the tree: total leaves = 2 × 4 = 8 equally likely. Matching leaves: H1 and H2 → 2 leaves. P = 2/8 = 1/4. ✓
A two-way table (grid) puts Event 1 outcomes across the top and Event 2 outcomes down the side. Each cell is one combined outcome. Shading the cells that match your target event and counting them gives the same probability as the tree diagram.
Some people find the grid easier to read for small sample spaces; the tree diagram is clearer when the two events have different numbers of outcomes.
Check your understanding
- A tree diagram lists every possible combined outcome of two sequential events — no outcome gets missed.
- The sample space size = (outcomes of Event 1) × (outcomes of Event 2).
- HT and TH are distinct outcomes; always count them separately.
- Probability of any leaf = P(Event 1 outcome) × P(Event 2 outcome) — multiply along the branch.
- A two-way table (grid) shows the same sample space in a different format — same probabilities result.
- The equiprobability fallacy: 0, 1, and 2 heads are NOT equally likely for two coin flips.