Probability Rules
What You’ll Learn
Section titled “What You’ll Learn”In this lesson you’ll learn the addition rule for “or” questions, the multiplication rule for “and” questions, how mutually exclusive differs from independent, and how to tell which rule a problem needs.
The Concept
Section titled “The Concept”The two questions
Section titled “The two questions”Almost every probability problem is one of these:
- “Or” questions combine events. Use the addition rule.
- “And” questions require events together. Use the multiplication rule.
Getting this right is mostly a matter of reading carefully, and the same or/and distinction you met in the counting principles applies here.
Mutually exclusive events
Section titled “Mutually exclusive events”Two events are mutually exclusive (or disjoint) if they cannot both happen.
Drawing a card that’s both a heart and a spade is impossible, so those events are mutually exclusive. Rolling both a 3 and a 5 on a single die is impossible.
For mutually exclusive events:
The addition rule
Section titled “The addition rule”The general rule for “or”:
The subtraction is there because outcomes in both events get counted twice when you add. This is the inclusion-exclusion principle from set theory, in probability clothing.
When the events are mutually exclusive, the overlap is zero and it simplifies:
The classic error is using the simple version when the events actually overlap. Drawing “a king or a heart” is not , because the king of hearts is in both groups.
Independence
Section titled “Independence”Two events are independent if one occurring doesn’t change the probability of the other.
Coin flips are independent. Drawing cards with replacement is independent; drawing without replacement is not, because removing a card changes what’s left.
The multiplication rule
Section titled “The multiplication rule”The general rule for “and”:
where is the probability of given that happened. That’s conditional probability, and it gets its own lesson next.
When the events are independent, knowing tells you nothing, so and it simplifies:
Extending to more events, independence lets you just keep multiplying:
Mutually exclusive versus independent
Section titled “Mutually exclusive versus independent”These two terms get confused constantly, and they are nearly opposites.
| Mutually exclusive | Independent | |
|---|---|---|
| Meaning | cannot both happen | one doesn’t affect the other |
| Relates to | the addition rule | the multiplication rule |
| Example | drawing a heart or a spade | flipping heads then rolling a 6 |
Here’s the sharp point: mutually exclusive events are strongly dependent. If you know a card is a heart, you know for certain it isn’t a spade. That’s the maximum possible influence one event can have on another.
So (except in trivial cases where one has probability zero) two events cannot be both mutually exclusive and independent. They’re describing opposite situations.
With and without replacement
Section titled “With and without replacement”This distinction decides whether you get independence.
With replacement - the item goes back, so the pool is unchanged and draws are independent.
Without replacement - the pool shrinks and changes composition, so draws are dependent and you need the conditional form.
From a deck, two hearts in a row:
The second is smaller, because removing a heart makes the next heart slightly less likely.
Worked Examples
Section titled “Worked Examples”Example 1: Addition rule with overlap.
Draw one card from a standard 52-card deck. Find .
Solution.
The overlap is the king of hearts, exactly one card.
Verify by counting: 13 hearts plus 3 non-heart kings = 16 cards. ✓
Example 2: Mutually exclusive addition.
Roll one die. Find .
Solution. A single die can’t show both, so these are mutually exclusive and the overlap is 0.
Example 3: Independent multiplication.
Flip a coin and roll a die. Find .
Solution. The coin and die don’t influence each other, so they’re independent.
Check against the sample space: 12 equally likely combinations, exactly one of which is (H, 6). ✓
Example 4: Dependent multiplication.
A bag has 4 red and 6 blue marbles. Two are drawn without replacement. Find .
Solution. First draw:
Now 9 marbles remain, 3 of them red:
Using would incorrectly assume replacement.
Example 5: Combining both rules.
A system has two independent backup drives, each with a 3% chance of failing in a year. Find the probability that at least one fails.
Solution. Complement plus multiplication.
Note it’s not . Close, but the addition rule would double-count the case where both fail.
Example 6: Why the independence assumption matters.
In the example above, suppose both drives sit in the same server and share a power supply. Is the answer still 5.9%?
Solution. No, and this is the practically important case. If a power surge or overheating can take out both drives, the failures are not independent, and
Real redundancy calculations fail this way often: engineers multiply small probabilities, get a reassuringly tiny number, and overlook the common cause that makes the events dependent. Genuine redundancy requires separating the shared risk, which is why critical systems put backups in different buildings on different power grids.
Real-World Applications
Section titled “Real-World Applications”Reliability engineering is built on these rules. Systems in series all need to work, so their reliabilities multiply, and adding components makes things worse. Systems in parallel need only one to work, so you compute the complement of everything failing, and adding components makes things better. Aircraft, spacecraft, and data centers are designed around this arithmetic, with the common-cause caveat from Example 6 taken very seriously.
Insurance pools depend on claims being roughly independent. That assumption holds fine for car accidents scattered across a country and breaks badly for hurricane damage, where one event triggers thousands of correlated claims at once. Insurers manage this by geographic diversification and reinsurance.
The 2008 financial crisis is a large-scale case of the same error. Mortgage-backed securities were priced assuming defaults were largely independent. When the housing market fell nationally, defaults became highly correlated, and models built on independence understated the risk enormously.
Password and cryptographic security multiplies independent choices, which is why length beats complexity: each additional character multiplies the search space.
In medical testing, combining two independent tests reduces false positives multiplicatively, which is why a screening test is often confirmed by a different kind of test rather than a repeat of the same one, since repeating the same test doesn’t give you independence.
Retrying will remove your ✅ checkmark until you pass again.