🌳
MathπŸŽ“ Ages 14-18Advanced 11 min read

Tree Diagrams for Probability

Use tree diagrams to handle two or more events. Learn to multiply along branches, add the results, and tackle with and without replacement, with full worked examples.

Key takeaways

  • Multiply probabilities ALONG the branches to find combined outcomes
  • Add the probabilities of different end outcomes that satisfy the question
  • Probabilities on branches from one point always sum to 1

Why we need tree diagrams

When a problem has two or more events β€” flipping a coin twice, drawing two counters, taking two penalty kicks β€” listing every outcome in your head gets confusing fast. A tree diagram lays out every possible path clearly, with a probability on each branch, so you can work systematically and not miss any outcome.

The two golden rules

A tree diagram works on two simple rules:

1. MULTIPLY along the branches to find the probability of a complete path. 2. ADD the path probabilities of all outcomes that satisfy the question.

There is also a built-in check: the branches leaving any single point must add up to 1, because they cover every possibility at that step.

Worked example: flipping a coin twice

Each flip is head (H) or tail (T), both with probability 1/2. The tree has a first set of branches for flip 1, and from each of those, a second set for flip 2. That gives four end paths.

PathCalculationProbability
H then H1/2 Γ— 1/21/4
H then T1/2 Γ— 1/21/4
T then H1/2 Γ— 1/21/4
T then T1/2 Γ— 1/21/4

Check: the four paths add to 1/4 + 1/4 + 1/4 + 1/4 = 1. βœ“

Now answer questions:

  • P(two heads) = the H-H path = 1/4.
  • P(exactly one head) = H-T path + T-H path = 1/4 + 1/4 = 1/2. (Here we add, because two different paths both give exactly one head.)
  • P(at least one head) = 1 βˆ’ P(no heads) = 1 βˆ’ P(T-T) = 1 βˆ’ 1/4 = 3/4.

That last trick β€” taking 1 minus the unwanted outcome β€” often saves work.

With replacement vs without replacement

This is where exam marks are won and lost. A bag holds 3 red and 2 blue counters (5 in total). We draw two counters.

With replacement: the first counter is put back before the second draw. The totals never change, so P(red) = 3/5 and P(blue) = 2/5 on both sets of branches. The events are independent.

  • P(red then red) = 3/5 Γ— 3/5 = 9/25.

Without replacement: the first counter is kept, so only 4 counters remain for the second draw, and the probabilities change depending on what was drawn first. The events are now dependent.

  • After drawing a red, 2 reds and 2 blues remain (4 total), so the second-draw P(red) = 2/4.
  • P(red then red) = 3/5 Γ— 2/4 = 6/20 = 3/10.

Always ask whether the item is replaced β€” it completely changes the second set of branches.

Worked example: without replacement in full

Using the bag of 3 red and 2 blue, drawn without replacement, here are all four paths.

FirstSecondCalculationProbability
RedRed3/5 Γ— 2/46/20
RedBlue3/5 Γ— 2/46/20
BlueRed2/5 Γ— 3/46/20
BlueBlue2/5 Γ— 1/42/20

Check: 6/20 + 6/20 + 6/20 + 2/20 = 20/20 = 1. βœ“

Now find P(one of each colour). Two paths give one red and one blue: Red-Blue and Blue-Red.

  • P(one of each) = 6/20 + 6/20 = 12/20 = 3/5.

Activity: design your own tree

  1. Put a few coloured items in a bag (for example 4 sweets: 2 green, 2 yellow).
  2. Draw a tree for picking two without replacement, writing the changing fractions on each branch.
  3. Multiply along each path and check all paths sum to 1.
  4. Use the tree to find P(two the same colour) and P(one of each).
  5. Then redo it with replacement and compare how the answers change.

Why this matters

Tree diagrams turn tangled multi-step probability into a clear, checkable picture, and they underpin everything from genetics and risk analysis to decision-making in games and finance. Make sure the single-event foundations are solid first with probability basics, and keep your fraction multiplication sharp with multiplying fractions.

Quick quiz

Test yourself and earn XP

On a tree diagram, you find the probability of a path by doing what to the branch probabilities?

Two branches lead from the same point. Their probabilities must add up to...

A coin is flipped twice. What is P(two heads)?

A bag has 3 red and 2 blue counters. Two are drawn WITHOUT replacement. On the second draw after a red, P(red) is now...

FAQ

Multiply along the branches of a single path to get that path's probability, then add the probabilities of all the different paths that satisfy the question.

It means the first item is not put back, so the totals change for the second event. This makes the events dependent, and the second set of branch probabilities differs from the first.