Mutually Exclusive & "Or"
For events joined by "or", you add — but you must subtract any overlap so it is not counted twice. The general rule is P(A or B) = P(A) + P(B) − P(A and B). Events are mutually exclusive when they cannot both happen at once (rolling a 2 or a 5 on one die; drawing a single card that is a king or a queen), and then the overlap is zero, so it simplifies to P(A) + P(B). The trap is applying the simple version when the events can co-occur: for one card, P(king or heart) is 4/52 + 13/52 − 1/52 = 16/52, because the king of hearts sits in both sets and would otherwise be double-counted. Ask one question — "can both happen together?" If no, add straight; if yes, add and subtract the overlap. Contrast this with "and", where you multiply: "or" adds probabilities, "and" multiplies them.
✅ Solved examples
✏️ Practice — try these, take hints as needed
📝 Topic test — 8 questions
Auto-graded with full solutions; saved to your dashboard. Use the calculator and formula sheet (top-right) any time.
Formula Reference Sheet
Core probability
| Basic probability | P(E) = favourable outcomes / total equally-likely outcomes |
|---|---|
| Range of a probability | 0 ≤ P(E) ≤ 1 |
| Complement | P(not E) = 1 − P(E) |
| Independent "and" | P(A and B) = P(A) × P(B) |
Combining events
| General "or" | P(A or B) = P(A) + P(B) − P(A and B) |
|---|---|
| Mutually exclusive "or" | P(A or B) = P(A) + P(B) (no overlap) |
| Dependent "and" | P(A then B) = P(A) × P(B given A) |
| "At least one" | P(at least one) = 1 − P(none) |