Probability Rules: Your Guide to "Chance"
Probability measures how likely an event is to happen, from 0 (impossible) to 1 (certain). We use rules to find the probability of combined events, like drawing cards or rolling dice. This is the foundation for understanding data and making predictions.
🔑 Key Rules
- Addition Rule (OR): P(A or B) = P(A) + P(B) - P(A and B). Use when either event is good.
- Multiplication Rule (AND): P(A and B) = P(A) × P(B|A). Use when you need both events to happen. "P(B|A)" is the probability of B given A already happened.
- Complement Rule (NOT): P(not A) = 1 - P(A). Use to find the probability something does not happen.
🧩 Step-by-Step Guide
- Define the events. What are A and B?
- Identify the question. Are you finding P(A OR B) or P(A AND B)?
- Check if events are mutually exclusive (can't happen together). If yes, P(A and B)=0.
- Check if events are independent (one doesn't affect the other). If yes, P(B|A) = P(B).
- Apply the correct rule and calculate.
Example 1: The Addition Rule
In a class of 30 students, 18 play soccer, 15 play basketball, and 8 play both. What is P(a randomly chosen student plays soccer OR basketball)?
Step 1: Let S = soccer, B = basketball. P(S) = 18/30, P(B) = 15/30, P(S and B) = 8/30.
Step 2: We want P(S or B). They are NOT mutually exclusive (some play both).
Step 3: Apply Addition Rule: P(S or B) = P(S) + P(B) - P(S and B)
P(S or B) = (18/30) + (15/30) - (8/30) = 25/30 = 5/6.
Example 2: The Multiplication Rule
You have a bag with 5 red and 3 blue marbles. You pick two marbles without replacement. What is P(both are red)?
Step 1: Let R1 = first red, R2 = second red.
Step 2: We want P(R1 and R2). The events are dependent (no replacement).
Step 3: Apply Multiplication Rule: P(R1 and R2) = P(R1) × P(R2|R1)
P(R1) = 5/8. After one red is gone, P(R2|R1) = 4/7.
P(R1 and R2) = (5/8) × (4/7) = 20/56 = 5/14.
🚨 Common Mistakes
- Adding when you should multiply: "OR" usually means add; "AND" usually means multiply.
- Forgetting the overlap: Always subtract P(A and B) in the Addition Rule unless told events are mutually exclusive.
- Ignoring dependence: If you don't replace an item, the probabilities change! Always ask, "Is this with or without replacement?"
💡 Tips & Tricks
- Venn Diagrams: Draw them! They make overlapping events visual and help avoid addition rule errors.
- Complement Shortcut: If "at least one" is hard to calculate, find P(none) and subtract from 1.
- Word Clues: "Or" → Addition Rule. "And" / "Both" → Multiplication Rule.
📚 Practice Suggestions
1. Start with simple dice and coin problems.
2. Move to card problems and drawing items from a bag.
3. Create your own problems using your class roster (e.g., probability of choosing a person who plays an instrument OR a sport).
4. Always write out the rule you are using before plugging in numbers.