Formal Probability Rules
Formal probability rules provide systematic methods for calculating the likelihood of combined events. The complement rule states that P(not A) = 1 - P(A), while the addition rule handles "or" scenarios and the multiplication rule manages "and" situations. These rules form the mathematical foundation for analyzing compound probability situations in statistics and data science.
Why it matters
Formal probability rules appear throughout real-world decision making and risk assessment. Insurance companies use these rules to calculate premiums — for example, determining that if the probability of a car accident is 0.05 and theft is 0.03, the probability of either occurring (assuming mutual exclusivity) is 0.08. Medical researchers apply these principles when analyzing drug effectiveness, combining multiple test results to determine overall treatment success rates. Weather forecasters use multiplication rules for independent events, calculating that if each day has a 0.3 probability of rain, the chance of rain on both Saturday and Sunday is 0.09. These concepts advance to conditional probability in advanced statistics courses and appear in standardized tests including the SAT and AP Statistics exam.
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.1. Find P(not A).
Answer: 0.9
- Apply complement rule → P(not A) = 1 - P(A) = 1 - 0.1 = 0.9 — The complement rule: P(not A) = 1 - P(A).
P(A) = 13, P(B) = 14, A and B are mutually exclusive. P(A or B)?
Answer: 712
- Apply addition rule for mutually exclusive events → P(A or B) = P(A) + P(B) = 13 + 14 — When events cannot happen together, add their probabilities.
- Calculate → 13 + 14 = 712 — 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
- Adding probabilities for overlapping events without subtracting the intersection, such as calculating P(A or B) = 0.4 + 0.5 = 0.9 when P(A and B) = 0.2, giving the incorrect result instead of 0.7.
- Multiplying dependent events as if they were independent, like calculating P(drawing 2 aces without replacement) = (4/52) × (4/52) = 16/2704 instead of the correct (4/52) × (3/51) = 12/2652.
- Confusing "and" with "or" operations, such as finding P(rolling 4 and 6) = 1/6 + 1/6 = 1/3 instead of using multiplication to get 0 for a single die roll.