22 min read
Tree Diagrams
A tree diagram lays out every possible sequence of outcomes, making multi-step probability calculations easier to track.
Mapping Out Every Path
Example 1 — exactly one head in two flips
A fair coin is flipped twice. Find P(exactly one head).
- There are two ways to get exactly one head: Heads-then-Tails, or Tails-then-Heads
- P(Heads then Tails) =
- P(Tails then Heads) =
- Add the two matching paths:
Answer:
Example 2 — at least one red from two spins
A spinner has P(red) = and P(not red) = . It is spun twice, independently. Find P(at least one red).
- It is easier to find the complement first: P(no red at all) = P(not red) × P(not red) =
- P(at least one red) = − P(no red at all) =
Answer:
Practice
A biased coin has P(heads) = . It is flipped twice. Find P(exactly one head).
Your answer
More lessons in Descriptive Statistics and Basic Probability · Next: Expected Frequency · Previous: Combined Events: AND
