Understanding the Addition Rule in Probability
In probability, the addition rule helps us find the probability of the union of two events, A and B. The formula is:
P(A ∪ B) = P(A) + P(B) – P(A ∩ B)
Where:
- P(A ∪ B) is the probability that either event A or event B occurs.
- P(A) is the probability of event A occurring.
- P(B) is the probability of event B occurring.
- P(A ∩ B) is the probability that both events A and B occur simultaneously.
For mutually exclusive events, where A and B cannot happen at the same time (P(A ∩ B) = 0), the formula simplifies to:
P(A ∪ B) = P(A) + P(B)
This means we simply add the probabilities of the two events.
Example: If P(A) = 0.3 and P(B) = 0.4, and A and B are mutually exclusive:
- P(A ∪ B) = P(A) + P(B) = 0.3 + 0.4 = 0.7
If A and B are not mutually exclusive and P(A ∩ B) = 0.1:
- P(A ∪ B) = P(A) + P(B) – P(A ∩ B) = 0.3 + 0.4 – 0.1 = 0.6
Key points to remember
- P(A ∪ B) calculates the probability of A or B occurring.
- Use P(A ∪ B) = P(A) + P(B) – P(A ∩ B) for overlapping events.
- For mutually exclusive events, P(A ∩ B) = 0 simplifies the formula.
- Always identify if events are mutually exclusive before applying the rule.
Worked example
If P(A) = 0.5, P(B) = 0.3, and P(A ∩ B) = 0.2, find P(A ∪ B).
- P(A ∪ B) = P(A) + P(B) – P(A ∩ B) = 0.5 + 0.3 – 0.2 = 0.6.