Visualising Probability: Diagrams and Tables
Welcome to one of the most helpful parts of the Statistics A Level! Probability can often feel abstract, like you are just moving numbers around a page. However, by using Tree Diagrams, Venn Diagrams, and Two-Way Tables, we can turn those numbers into pictures. These tools help us "see" the logic of a problem, making it much harder to get lost.
Whether you are a math pro or someone who finds numbers a bit daunting, these diagrams are your best friends for breaking down complex scenarios into simple steps.
1. Venn Diagrams and Set Notation
A Venn Diagram uses circles to represent different events. It is perfect for showing how events overlap or stay separate.
Key Symbols and Language
- The Sample Space (\( S \)): This is the rectangle that goes around the circles. It represents everything that could possibly happen. The total probability inside the rectangle must always equal \( 1 \).
- The Complement (\( A' \)): This means "not \( A \)". It is everything in the sample space that is outside circle \( A \).
- Intersection (\( A \cap B \)): This is the "overlap" where both events happen at the same time. In plain English, we call this "A and B".
- Union (\( A \cup B \)): This is everything inside either circle (or both). In plain English, we call this "A or B".
Mutually Exclusive Events
If two events are mutually exclusive, they cannot happen at the same time. In a Venn Diagram, the circles will not overlap. For example, you cannot be "on time" and "late" for the same train!
For mutually exclusive events: \( P(A \cap B) = 0 \).
The Addition Law
To find the probability of \( A \) or \( B \) happening, we use this formula:
\( P(A \cup B) = P(A) + P(B) - P(A \cap B) \)
Analogy: Imagine you are counting students who like Pizza (\( A \)) and students who like Burgers (\( B \)). If you just add the two groups, you count the people who like both twice! Subtracting the intersection (\( A \cap B \)) ensures everyone is only counted once.
Quick Review: The total probability in a Venn diagram is always \( 1 \). If you've filled in the circles and they add up to \( 0.8 \), then \( 0.2 \) must be written in the space outside the circles!
2. Two-Way Tables
A Two-Way Table (sometimes called a contingency table) is a grid that organises data by two different categories. It is an excellent alternative to a Venn Diagram when you have lots of data to sort through.
Example Structure
Imagine we ask 100 students if they play an instrument.
| Plays Instrument (\( I \)) | No Instrument (\( I' \)) | Total | |
|---|---|---|---|
| Year 12 | 20 | 30 | 50 |
| Year 13 | 15 | 35 | 50 |
| Total | 35 | 65 | 100 |
Calculating Probabilities from the Table
- Single Probability: What is the probability a student is in Year 12?
\( P(\text{Year 12}) = \frac{50}{100} = 0.5 \) - Intersection (AND): What is the probability a student is in Year 13 and plays an instrument?
Look at the cell where "Year 13" and "Plays Instrument" meet: \( \frac{15}{100} = 0.15 \). - Conditional Probability: Given that a student is in Year 12, what is the probability they play an instrument?
Here, we only care about the Year 12 row.
\( P(I | \text{Year 12}) = \frac{20}{50} = 0.4 \).
Key Takeaway: Two-way tables make conditional probability much easier because they "shrink" the group you are looking at to just one row or column.
3. Tree Diagrams
Tree Diagrams are best used when events happen in a sequence (one after another) or when one event depends on another.
How to Build and Use a Tree
- Branches: Each set of branches must add up to \( 1 \).
- Moving "Across" (AND): To find the probability of two things happening in a row, multiply the probabilities along the branches. This is the multiplication law: \( P(A \cap B) = P(A) \times P(B|A) \).
- Moving "Down" (OR): If there are multiple ways to reach a successful outcome, calculate the probability for each path and then add them together.
Example: Weather and Running
The probability it rains is \( 0.3 \). If it rains, the probability I go for a run is \( 0.2 \). If it doesn't rain, the probability I go for a run is \( 0.8 \).
Path 1 (Rain and Run): \( 0.3 \times 0.2 = 0.06 \)
Path 2 (No Rain and Run): \( 0.7 \times 0.8 = 0.56 \)
Total probability of running: \( 0.06 + 0.56 = 0.62 \)
Don't worry if this seems tricky at first! Just remember: Multiply across, Add down.
Did you know? Tree diagrams are the foundation for Bayes' Theorem, which you will study in a later chapter. They help us work backwards from an outcome to find the original cause.
4. Independence
In Statistics, independence has a very specific mathematical meaning. Two events are independent if the outcome of one does not affect the outcome of the other.
The Test for Independence
You can prove two events are independent if any of these are true:
- \( P(A \cap B) = P(A) \times P(B) \)
- \( P(A | B) = P(A) \) (The probability of \( A \) is the same even if we know \( B \) happened)
- \( P(B | A) = P(B) \)
Common Mistake: Don't confuse "independent" with "mutually exclusive".
- Mutually Exclusive: They can't happen together (\( P(A \cap B) = 0 \)).
- Independent: They don't affect each other.
Summary: Which Tool Should I Use?
- Venn Diagram: Use when you are given "and/or" probabilities or information about overlapping groups.
- Two-Way Table: Use when you have two distinct categories and lots of counts (frequencies).
- Tree Diagram: Use when events happen in stages or when one event depends on the previous one.
Key Takeaway: No matter which diagram you use, always double-check that your total probabilities sum to \( 1 \). If they don't, you've missed a branch or a section of the box!