Statement
Conditional probability measures the likelihood of an event \(A\) occurring given that another event \(B\) has already happened. The definition is:
\[
P(A \mid B) = \frac{P(A \cap B)}{P(B)}, \quad P(B) > 0
\]
This means: the probability of \(A\) under the condition that \(B\) is true equals the probability of both \(A\) and \(B\) happening together, divided by the probability of \(B\).
Why it’s true
- Probabilities are relative frequencies: \(P(A)=\frac{\text{favourable outcomes}}{\text{total outcomes}}\).
- If we know that \(B\) has occurred, the “new universe” of possible outcomes is reduced to just those in \(B\).
- The chance that \(A\) also occurs is the fraction of those outcomes in \(B\) that are also in \(A\).
- This gives the formula \(P(A|B)=P(A\cap B)/P(B)\).
Recipe (how to use it)
- Identify the event of interest (\(A\)) and the condition (\(B\)).
- Calculate or identify \(P(B)\), the probability of the condition.
- Calculate \(P(A \cap B)\), the probability both occur together.
- Divide: \(P(A|B)=P(A \cap B)/P(B)\).
Spotting it
Look for wording such as “given that”, “if we already know”, or “conditional on”. Examples: “What is the probability a student passed maths given they passed English?”
Common pairings
- Two-way tables (joint and conditional probabilities).
- Tree diagrams (probabilities along branches depend on conditions).
- Independent events (where \(P(A|B)=P(A)\)).
Mini examples
- Card: \(P(\text{red}|\text{heart})=P(\text{red}\cap \text{heart})/P(\text{heart})=1/1=1\).
- Die: \(P(\text{even}|\text{>3})=P(\{4,6\})/P(\{4,5,6\})=2/3\).
Pitfalls
- Forgetting denominator: Always condition by dividing by \(P(B)\).
- Mixing up \(P(A|B)\) with \(P(B|A)\): They are usually different.
- Ignoring “given” info: Must restrict the sample space to event \(B\).
Exam strategy
- Use two-way tables or tree diagrams to organise information.
- Carefully label events and intersections.
- Check whether events are independent (then \(P(A|B)=P(A)\)).
Summary
Conditional probability focuses on the chance of one event happening in a restricted situation where another event has already occurred. The formula \(P(A|B)=P(A \cap B)/P(B)\) is essential for probability tables, tree diagrams, and independence tests.