Most probability problems in an intro course come down to choosing between a small handful of rules, and the choice is driven by one question: are you asking whether two things both happen, or whether at least one of them happens?“Both” sends you to the multiplication rule. “At least one” sends you to the addition rule. Add in conditional probability — the “given that” situations — and you’ve got nearly everything a first course throws at you.
The rules themselves are short. What students actually struggle with is reading a word problem and knowing which one it’s asking for — so let’s build that, rule by rule, with the intuition attached to each.
The basics, quickly
A probability is a number between 0 and 1 describing how likely something is — 0 means it can’t happen, 1 means it’s certain, and over many repetitions it settles toward the long-run fraction of times the event occurs. Everything else is built on top of that.
Worth knowing: the whole subject was dreamed up by an Italian mathematician named Gerolamo Cardano, who invented it to help himself make a living gambling. I mention it because it puts a human face on what can feel like a wall of rules — these were real people trying to settle real bets.
The addition rule — “or” / “at least one”
Use it when you want the probability that one event happens, or the other, or both:
P(A or B) = P(A) + P(B) − P(A and B)
That last term is the one people forget, and it’s there to fix a real problem: if you just add the two probabilities, you double-count the cases where both happen. Subtracting the overlap fixes the double count.
When the two events can’t happen at the same time (called mutually exclusive), there’s no overlap to subtract — P(A and B) is zero — and the rule simplifies to just P(A) + P(B).
The multiplication rule — “and”
Use it when you want the probability that two events both happen:
P(A and B) = P(A) × P(B given A)
The “given A” part accounts for whether the first event changes the odds of the second. If the two events are independent— one has no effect on the other — then P(B given A) is just P(B), and the rule simplifies to P(A) × P(B).
Conditional probability — “given that”
Conditional probability is the odds of one thing once you already knowanother has happened, written P(A given B). The moment a problem says “given that,” “if we know,” or “among the ones that...,” it’s narrowing the world down to a smaller group and asking the question inside it. That’s the signal to use:
P(A given B) = P(A and B) ÷ P(B)
The complement — the shortcut worth knowing
Sometimes the direct path is ugly and the back door is easy. The complement rule says P(not A) = 1 − P(A). It’s a lifesaver on “at least one” problems: instead of adding up every way at least one thing can happen, find the probability that none of them happen and subtract from 1. Far less work, same answer.
The mistake I see most often
The big one is confusing mutually exclusive with independent — they sound similar and they are not the same thing. Mutually exclusive means two events can’t both happen (rolling a 2 and a 5 on a single die). Independent means one doesn’t affect the other’s odds(two separate coin flips). In fact, if two events are mutually exclusive, they’re never independent — if one happens the other can’t, which is about as extreme a form of influence as one event can have on another. Mixing these up is the single most common probability error I see, and it leads students to multiply when they should add, or treat related events as if they were independent.
Let me show you one
What’s the probability of drawing a king ora heart from a standard deck? “Or” means the addition rule. There are 4 kings and 13 hearts — but the king of hearts is in both groups, so it gets counted twice if I’m not careful. P(king) + P(heart) − P(king of hearts) = 4/52 + 13/52 − 1/52 = 16/52. The subtracted overlap is the whole point; forget it and you’d say 17/52, counting that one card twice.
Stuck on which rule fits?
That hesitation — staring at a problem unsure whether it’s an “and” or an “or” — is the exact spot most people get stuck, and it clears up fast once you’ve practiced naming it out loud a few times with someone.