Probability Diagrams
Tree diagrams for probability problems
Tree diagrams are a visual way to map out experiments that happen in stages. Each "branch" represents a possible outcome at a given step, and you label every branch with its probability. By the time you've drawn the full tree, you can see every possible path through the experiment.
How to build a tree diagram:
- Identify each step of the experiment (e.g., flip a coin, then roll a die)
- At each step, draw a branch for every possible outcome
- Label each branch with its probability (0.5 for heads/tails, 1/6 for each die face)
- To find the probability of a specific path, multiply the probabilities along that path
- If multiple paths lead to the same outcome you care about, add those path probabilities together
Example: You flip a coin, then roll a die.
- Probability of getting heads then rolling a 3:
- Probability of getting heads then rolling an even number: you need three paths (headsโ2, headsโ4, headsโ6), so
Tree diagrams are especially useful for conditional probability and dependent events. For instance, if you draw two cards from a deck without replacement, the probabilities on the second set of branches change depending on what happened first. The tree makes those shifting probabilities easy to track.

Venn diagrams in probability experiments
Venn diagrams use overlapping circles to show how events or sets relate to each other. Each circle represents an event, and the overlap between circles represents outcomes that belong to both events at once.
Three key set operations show up constantly with Venn diagrams:
- Union (): everything in A, B, or both. Think "A or B."
- Intersection (): only the outcomes in both A and B. This is the overlapping region.
- Complement (): everything not in A.
Example: A school has 100 students. 20 are in math club, 15 are in chess club, and 8 are in both.
-
You subtract the 8 because those students got counted once in the 20 and again in the 15. Without subtracting, you'd double-count them.
-
-
Venn diagrams also make it easy to spot mutually exclusive events: if two circles don't overlap at all, the events can't happen at the same time.

Tree vs Venn diagram effectiveness
Picking the right diagram depends on the structure of the problem.
Use a tree diagram when:
- The experiment has sequential steps (flip, then roll, then draw)
- You need conditional probabilities (probability of drawing a heart given the first card was a heart)
- You're tracking how earlier outcomes affect later ones (dependent events)
- You want the probability of a specific sequence of results (winning a best-of-3 series)
Use a Venn diagram when:
- You're looking at relationships between groups or categories, not a sequence of steps
- The problem involves unions, intersections, or complements (probability of being a math major or a CS major)
- You want to see overlap between events (probability of drawing a red card or a face card from a deck)
- Order doesn't matter (probability of being a senior and in the honors program)
A quick rule of thumb: if the problem says "then" (first this, then that), reach for a tree. If it says "and/or" between categories, reach for a Venn diagram.
Event Relationships and Sample Space
A few foundational terms tie these diagrams together:
- Sample space: the complete set of all possible outcomes in an experiment. Every branch tip on a tree diagram and every region in a Venn diagram should account for part of the sample space.
- Independent events: when one event happening has no effect on the probability of another. On a tree diagram, the branch probabilities stay the same regardless of which earlier branch you're on.
- Subsets: an event that is entirely contained within another event. On a Venn diagram, one circle sits completely inside another.