Introduction
Conditional Probability measures the probability of an event occurring given that another event has already occurred. It is one of the most important concepts in probability and is used in real-world contexts like weather forecasting, quality control, and risk analysis.
The key idea is to focus on a restricted sample space - only those outcomes where the first event has occurred are considered when evaluating the second.
Pattern: Conditional Probability
Pattern
The probability of event B given that event A has occurred is given by:
P(B | A) = P(A ∩ B) / P(A)
This formula helps to find the probability of one event under the
condition that another related event is already known to have occurred.
Step-by-Step Example
Question
A card is drawn from a standard deck of 52 cards. What is the probability that it is a King, given that it is a face card?
Solution
-
Step 1: Identify known information
Total cards = 52. Face cards are {J, Q, K} from 4 suits → 12 face cards. -
Step 2: Identify favourable cases
Among face cards, Kings = 4 (one per suit). -
Step 3: Apply conditional probability formula
P(King | Face card) = P(King ∩ Face card) ÷ P(Face card) = (4/52) ÷ (12/52) = 4/12 = 1/3. -
Final Answer:
1/3. -
Quick Check:
Out of 12 face cards, 4 are Kings → 4/12 = 1/3 ✅
Quick Variations
1. Probability of drawing a red card given the card is a face card.
2. Probability that a student passed Math given they passed Science.
3. Probability of a defective item given it was selected from a specific machine.
Trick to Always Use
- Step 1: Narrow down the sample space to where the condition is true.
- Step 2: Use the formula P(B | A) = P(A ∩ B) / P(A).
- Step 3: Focus on “given that” - it defines your new denominator.
Summary
Summary
In the Conditional Probability pattern:
- Formula: P(B | A) = P(A ∩ B) / P(A).
- The “given” event (A) becomes the new sample space.
- Used when events are related, not necessarily independent.
- Always verify that P(A) ≠ 0 (you can’t condition on an impossible event).
