Formal Probability Rules
Formal probability rules transform random guessing into systematic problem-solving for middle and high school students. These fundamental addition and multiplication rules appear in 47% of standardized test probability questions, making them essential for CCSS 7.SP mastery.
Why it matters
Formal probability rules apply directly to real-world decision-making and statistical analysis. Medical researchers use these rules to calculate drug effectiveness rates, where P(cure) = 0.7 and P(no side effects) = 0.8 might combine to find P(cure and no side effects) = 0.56 for independent events. Sports analysts apply addition rules to calculate P(team wins by 7+ points or overtime) scenarios. Insurance companies rely on complement rules daily—if P(accident) = 0.02, then P(no accident) = 0.98 determines premium calculations. Students encounter these concepts in AP Statistics, where understanding when to add versus multiply probabilities becomes crucial for data interpretation and hypothesis testing.
How to solve formal probability rules
Probability — Addition & Multiplication Rules
- Addition rule (OR): P(A or B) = P(A) + P(B) − P(A and B).
- If mutually exclusive: P(A or B) = P(A) + P(B).
- Multiplication rule (AND, independent): P(A and B) = P(A) × P(B).
- Use tree diagrams to organise compound events.
Example: Two coins: P(HH) = 12 × 12 = 14.
Worked examples
P(A) = 0.4. Find P(not A).
Answer: 0.6
- Apply complement rule → P(not A) = 1 - P(A) = 1 - 0.4 = 0.6 — The complement rule: P(not A) = 1 - P(A).
P(A) = 14, P(B) = 18, A and B are mutually exclusive. P(A or B)?
Answer: 38
- Apply addition rule for mutually exclusive events → P(A or B) = P(A) + P(B) = 1/4 + 1/8 — When events cannot happen together, add their probabilities.
- Calculate → 1/4 + 1/8 = 3/8 — Find a common denominator and add.
P(rain) = 0.6 each day. P(no rain both days) if independent?
Answer: 0.16
- Find P(no rain) for one day → P(no rain) = 1 - 0.6 = 0.4 — Use the complement rule.
- Multiply for independent events → P(no rain both) = 0.4 x 0.4 = 0.16 — For independent events, multiply the individual probabilities.
Common mistakes
- Students confuse addition and multiplication rules, calculating P(A and B) = P(A) + P(B) instead of P(A) × P(B) for independent events. For example, with P(heads) = 0.5 twice, they write 0.5 + 0.5 = 1.0 instead of 0.5 × 0.5 = 0.25.
- When applying the general addition rule, students forget to subtract the intersection, writing P(A or B) = P(A) + P(B) = 0.4 + 0.3 = 0.7 instead of P(A or B) = 0.4 + 0.3 - 0.1 = 0.6 when P(A and B) = 0.1.
- Students incorrectly apply mutually exclusive addition to overlapping events, calculating P(sophomore or honor student) = 0.25 + 0.15 = 0.40 instead of using the general addition rule when these groups can overlap.