Welcome to Conditional Probability!
In your previous studies, you’ve looked at the chance of something happening in isolation. But in the real world, things are often linked. Conditional probability is all about how the probability of one event changes because we already know something else has happened. It’s like saying, "What are the chances it will rain, given that I can see dark clouds?"
Don't worry if this seems a bit abstract at first. We’re going to break it down using diagrams and simple rules that work every time.
1. What exactly is Conditional Probability?
Conditional probability is the probability of an event (let’s call it A) happening, given that another event (B) has already happened.
The Notation:
We write this as \( P(A|B) \).
The vertical bar \( | \) is read as "given that".
So, \( P(A|B) \) means: "The probability of A happening, given that we know B is true."
The "Big Idea" Analogy
Imagine you are looking for a specific friend in a huge school of 1,000 students. The "probability" is low. But if someone tells you, "They are given to be in the library," your "world" shrinks from 1,000 students to just the 30 people in the library. Your probability of finding them just got much higher because the sample space (the total possibilities) got smaller!
Quick Review:
In conditional probability, the "given" event becomes our new, smaller universe.
2. The Fundamental Formula
To calculate \( P(A|B) \), we use this formula:
\( P(A|B) = \frac{P(A \cap B)}{P(B)} \)
In simple English, this means:
Top part: The probability of both A and B happening.
Bottom part: The probability of the "given" event (the condition).
A Step-by-Step Example
In a class, 40% of students like Art (A), 50% like Biology (B), and 20% like both Art and Biology (\( A \cap B \)).
What is the probability that a student likes Art, given that they like Biology?
1. Identify your pieces: \( P(A \cap B) = 0.2 \) and \( P(B) = 0.5 \).
2. Plug them into the formula: \( P(A|B) = \frac{0.2}{0.5} \).
3. Solve: \( 0.2 \div 0.5 = 0.4 \) (or 40%).
Memory Aid:
Think of the formula as a fraction where the "Given" is the Ground. The event after the vertical bar \( | \) always goes on the bottom (the denominator).
3. Visualizing with Two-Way Tables
Two-way tables are often the easiest way to solve these problems without getting tangled in formulas. They help you "see" the smaller sample space.
Example Table: Students and Sports
| | Plays Football | No Football | Total |
|---|---|---|---|
| Plays Tennis | 10 | 20 | 30 |
| No Tennis | 30 | 40 | 70 |
| Total | 40 | 60 | 100 |
Find the probability a student plays Tennis, given that they play Football.
1. Look only at the "Plays Football" column (this is your new total). The total there is 40.
2. Out of those 40, how many play Tennis? The answer is 10.
3. Probability = \( \frac{10}{40} = 0.25 \).
Key Takeaway: When using a table for \( P(A|B) \), ignore every row or column that isn't event B.
4. Using Tree Diagrams
Tree diagrams are fantastic when one event follows another.
In a tree diagram, the second set of branches actually shows conditional probabilities.
If the first branch is "Rain" or "No Rain," and the second branch is "Late for School," the "Late" branch coming off the "Rain" branch is actually \( P(\text{Late} | \text{Rain}) \).
The Multiplication Rule
From your previous work, you know that to find the probability of two things happening together (\( A \cap B \)), you multiply along the branches:
\( P(A \cap B) = P(B) \times P(A|B) \)
Did you know?
This is just the conditional probability formula rearranged! If you multiply both sides of the formula by \( P(B) \), you get this multiplication rule.
5. Independence and Conditional Probability
Sometimes, knowing that event B happened tells us nothing new about event A. In this case, the events are independent.
We can prove two events are independent if:
\( P(A|B) = P(A) \)
This makes sense: if the probability of A is the same whether or not B happened, then B has no influence on A.
Independence Check:
If \( P(A \cap B) = P(A) \times P(B) \), the events are independent. If this equation doesn't work, the events are dependent.
6. Common Mistakes to Avoid
1. Mixing up the order: Remember that \( P(A|B) \) is NOT the same as \( P(B|A) \). The probability that it's cloudy given that it's raining (100%) is very different from the probability that it's raining given that it's cloudy (maybe 20%).
2. Forgetting to update the total: In "picking without replacement" problems (like picking two red marbles from a bag), the second event is conditional because the total number of marbles has decreased. Always check if your denominator needs to change!
3. The "|" symbol: Students often mistake \( | \) for "divide." It is just a separator to show the condition.
Summary: Key Takeaways
• Conditional Probability is \( P(A|B) \), meaning the probability of A "given" B.
• The Formula: \( P(A|B) = \frac{P(A \cap B)}{P(B)} \). The "Given" goes on the bottom!
• Two-Way Tables: Focus only on the row or column of the condition.
• Independence: If \( P(A|B) = P(A) \), the events do not affect each other.
• Tree Diagrams: The second branches represent conditional probabilities.