Probability tells us how likely something is to happen. But in the real world, we rarely calculate probability in a vacuum. We usually have extra information. Conditional Probability is the probability of an event occurring, given that another event has already occurred.
[Image of conditional probability venn diagram]For example, the probability of rain might be 20% in general. But if I tell you "it is extremely cloudy right now," the probability of rain given the clouds might jump to 80%. That extra condition changes the math.
1. The Notation
We write conditional probability using a vertical bar: P(B | A).
- This is read as "The probability of Event B, given Event A."
- It essentially asks: "If we restrict our universe to only cases where A happened, how often does B happen?"
2. The Formula
The mathematical definition relates the intersection of the two events to the probability of the condition.
[Image of conditional probability formula]Notice that we divide by P(A). This is because Event A has become our new "total" or sample space. We ignore everything where A did not happen.
3. A Classic Example: Deck of Cards
Let's find the probability of drawing a King (Event B), given that the card is a Face Card (Event A).
- Total cards: 52.
- P(Face Card): There are 12 face cards (J, Q, K of 4 suits). So P(A) = 12/52.
- P(King AND Face Card): There are 4 Kings (all Kings are face cards). So P(A and B) = 4/52.
Using the formula:
Intuitive Check: If I hold only the 12 face cards in my hand, 4 of them are Kings. The probability is clearly 4/12.
4. Independence Check
Conditional probability is the ultimate test for Independence. If knowing that A happened changes the probability of B, they are Dependent.
- If P(B | A) = P(B), then the events are Independent.
- If P(B | A) ≠ P(B), then the events are Dependent.
5. Real-World Applications
- Medical Testing: What is the probability you have a disease given that the test result is positive? (This involves Bayes' Theorem, an advanced form of conditional probability).
- Spam Filters: What is the probability an email is Spam given it contains the word "Winner"?
- Insurance: What is the probability of an accident given the driver is under 25?
Conclusion
Conditional Probability is about refining our predictions. By shrinking the sample space to account for what we already know (the condition), we can make much more accurate assessments of risk and likelihood.