Tree Diagrams and Conditional Probability

Tree diagrams for conditional probability
A tree diagram maps out a sequence of events, with each branch representing a possible outcome and its probability. You read it left to right: each "level" of branches is a new event, and the probabilities on branches coming from the same node always add up to 1.
How to use a tree diagram to find probabilities:
- Draw the first set of branches for the possible outcomes of Event A. Label each branch with its probability.
- From the end of each branch, draw new branches for the possible outcomes of Event B. Label these with the appropriate probabilities (which may depend on what happened in Event A).
- To find the probability of a specific sequence (say, A then B), multiply the probabilities along that path.
- To find the total probability of some outcome B across all paths, add up the probabilities of every path that ends in B. This is the law of total probability.
Conditional probability on a tree: is the probability of B given that A already happened. On the tree, you've already followed the branch for A, so is just the probability labeled on the B-branch coming off of A.
Example: A bag has 3 red and 2 blue marbles. You draw one marble, don't replace it, then draw another.
- First draw: ,
- If the first was red: ,
- Probability of red then blue:
Tree diagrams are also used in Bayesian inference to visualize prior and posterior probabilities. They work best for sequential or dependent events, but they can get unwieldy fast. Three coin flips already produces 8 endpoints, so keep that in mind when deciding whether a tree is the right tool.

Venn Diagrams and Sample Spaces

Venn diagrams for experimental outcomes
A Venn diagram uses overlapping circles inside a rectangle to show how events relate to each other. The rectangle represents the sample space (all possible outcomes), and each circle represents an event.
Key regions to understand:
- Inside a single circle only: outcomes belonging to that event but not the other
- Overlap (intersection): outcomes belonging to both events, written
- Union of circles: outcomes belonging to at least one event, written
- Outside all circles: outcomes in neither event (the complement)
Example: Suppose 40 students are surveyed. 20 play sports, 15 play an instrument, and 8 do both. A Venn diagram would show:
- Sports only:
- Instrument only:
- Both: 8
- Neither:
You calculate probabilities by dividing the count in a region by the total sample space. So .
Mutually exclusive events have zero overlap. On a Venn diagram, their circles don't intersect at all. Rolling an even number and rolling an odd number on a single die is a classic example.
Independent events satisfy . On a Venn diagram, the overlap region equals the product of the two individual probabilities. Flipping a coin and rolling a die are independent because one doesn't affect the other.
Tree vs. Venn diagram effectiveness
These two tools solve different kinds of problems, so knowing when to reach for each one matters.
- Tree diagrams are your go-to for sequential events, especially when later probabilities depend on earlier outcomes (like drawing without replacement). They make conditional probability calculations straightforward because the structure mirrors the order events happen.
- Venn diagrams are better for visualizing set relationships: unions, intersections, and complements. They're ideal when you need to see how groups overlap, like figuring out how many students belong to at least one of two clubs.
Both tools have limits. Tree diagrams grow exponentially with more events. Venn diagrams become hard to read with more than three sets. For some problems, you can combine both: use a tree to handle the sequential part, then a Venn diagram to visualize the resulting event relationships.
Foundations of Probability Theory
Set theory provides the mathematical language behind everything in this unit. Events are sets of outcomes, and operations like union (), intersection (), and complement connect directly to "or," "and," and "not" in probability questions.
Three probability axioms govern all probability calculations:
- Non-negativity: for any event A. Probabilities are never negative.
- Normalization: , where S is the entire sample space. Something has to happen.
- Additivity: For mutually exclusive events, . If two events can't both occur, you just add their probabilities.
These axioms are the foundation that the addition rule, multiplication rule, and every other probability formula builds on. When you use a Venn diagram to add up non-overlapping regions, or multiply along branches of a tree, you're applying these axioms.