🎯 What is Conditional Probability?
Conditional probability is the probability of an event happening given that another event has already occurred. We write it as P(A|B), which means "the probability of A given B."
This is super useful in real life! For example: What's the probability you'll bring an umbrella given that it's cloudy outside? The condition (clouds) changes the probability.
📝 Step-by-Step Guide
- Identify the two events: Event A (what you want) and Event B (the condition)
- Use the formula: P(A|B) = P(A and B) ÷ P(B)
- Calculate both probabilities from the problem
- Divide and simplify your answer
🔍 Visual Examples
Example 1: The Dice Roll
Problem: You roll a fair 6-sided die. What's the probability you roll a 4 given that you rolled an even number?
Step 1: A = rolling 4, B = rolling even number
Step 2: P(A and B) = P(4) = 1/6
Step 3: P(B) = P(even) = 3/6 = 1/2
Step 4: P(4|even) = (1/6) ÷ (1/2) = (1/6) × 2 = 1/3
Example 2: Classroom Survey
Problem: In a class of 30 students: 18 play sports, 12 play music, and 6 do both. What's the probability a student plays sports given that they play music?
Step 1: A = plays sports, B = plays music
Step 2: P(A and B) = 6/30 = 1/5
Step 3: P(B) = 12/30 = 2/5
Step 4: P(sports|music) = (1/5) ÷ (2/5) = 1/2
⚠️ Common Mistakes
Swapping A and B: P(A|B) is NOT the same as P(B|A)! "Given that" tells you which event is the condition.
Forgetting the condition: Don't use the total sample space - use only the "given" group for your denominator.
Formula confusion: Remember it's P(A and B) ÷ P(B), not P(A) ÷ P(B).
💡 Tips & Tricks
Memory aid: "The given goes on the bottom!" The condition (B) is always in the denominator.
Venn diagrams: Draw them! P(A|B) is the overlap ÷ the B circle.
Tree diagrams: Great for multi-step conditional probability problems.
Real-world thinking: Ask "If I know B happened, how does that change A's chances?"
🎯 Practice Suggestions
- Start with simple dice/card problems to master the formula
- Create 2-way tables from survey data and find conditional probabilities
- Practice identifying which event is the "given" in word problems
- Try real-life scenarios: "If it's raining, what's the probability the game is cancelled?"
- Mix with independent events to see the difference