Compound Events in Probability- Definition, Examples, and Calculation Methods
What Are Compound Events in Probability?
A compound event is what happens when you combine two or more simple events and want to find the probability of either one occurring, both occurring, or one occurring given another.
Think of it this way: flipping a single coin is a simple event. Flipping two coins and asking "what's the probability both are heads?" is a compound event. You're dealing with multiple events together, and how they interact changes everything about how you calculate the odds.
Most people struggle here because they apply the wrong rule to the wrong situation. You need to know whether your events are independent, dependent, mutually exclusive, or not. Pick wrong, and your answer is garbage.
The Four Types of Compound Events
Not all compound events work the same way. Here's what you're actually dealing with:
1. Independent Events
Two events are independent when the outcome of one doesn't affect the outcome of the other. The classic examples:
- Flipping a coin and rolling a die
- Drawing a card, replacing it, then drawing again
- Two separate coin flips
The result of your first flip tells you nothing about the second. They're disconnected.
2. Dependent Events
When the outcome of one event changes the probability of the next, you have dependent events. This happens when you're sampling without replacement.
Draw an Ace from a deck, don't put it back. Now your deck has 51 cards, not 52. The probabilities shifted. That's dependent.
3. Mutually Exclusive Events
Mutually exclusive means the events cannot happen at the same time. Pulling a King AND pulling a Queen from the same single draw? Impossible. These events don't overlap.
4. Non-Mutually Exclusive Events
Sometimes events can happen together. Drawing a King AND drawing a Heart? The King of Hearts satisfies both. These events overlap, and you need to account for that overlap in your calculations.
The Addition Rule: When You Want "Or"
When you want P(A or B) — either one happening — you use the addition rule.
For mutually exclusive events:
P(A or B) = P(A) + P(B)
Simple. Just add them. Can't both happen anyway, so no overlap to worry about.
For non-mutually exclusive events:
P(A or B) = P(A) + P(B) - P(A and B)
Here's where people mess up. If the events overlap, you're double-counting the overlap. You subtract it out. That's the whole trick.
The Multiplication Rule: When You Want "And"
When you want P(A and B) — both happening together — you use the multiplication rule.
For independent events:
P(A and B) = P(A) × P(B)
Just multiply the probabilities. Flip a coin (1/2) and roll a die getting a 6 (1/6): 1/2 × 1/6 = 1/12.
For dependent events:
P(A and B) = P(A) × P(B|A)
The notation P(B|A) means "probability of B given that A happened." You need to recalculate the probability of the second event after the first one occurred.
Quick Reference: Which Rule Do I Use?
| Situation | Rule | Formula |
|---|---|---|
| Independent events, "and" | Multiplication | P(A) × P(B) |
| Dependent events, "and" | Conditional Multiplication | P(A) × P(B|A) |
| Mutually exclusive, "or" | Addition | P(A) + P(B) |
| Non-mutually exclusive, "or" | General Addition | P(A) + P(B) - P(A∩B) |
How to Calculate Compound Probabilities: Step by Step
Here's the process. Follow it every time and you won't fail.
Step 1: Identify your events
What are A and B? Write them down clearly.
Step 2: Check for independence
Does A affect B? If sampling without replacement or one event influences the other, they're dependent. Otherwise, treat them as independent.
Step 3: Decide "and" or "or"
Do you want both events (use multiplication) or either event (use addition)?
Step 4: Check for overlap
If "or" and the events can both happen, subtract the overlap. If they're mutually exclusive, just add.
Step 5: Calculate
Plug in your numbers and solve.
Examples That Actually Make Sense
Example 1: Two Dice
You roll two dice. What's the probability both are 4?
Independent events — the first die doesn't care about the second.
P(both 4) = P(first is 4) × P(second is 4) = 1/6 × 1/6 = 1/36
Example 2: Drawing Cards Without Replacement
You draw two cards from a deck. What's the probability both are Aces?
Dependent events — the first draw changes the second.
P(first Ace) = 4/52 = 1/13
P(second Ace | first was Ace) = 3/51 = 1/17
P(both Aces) = 1/13 × 1/17 = 4/663
Example 3: Overlapping Events
From a standard deck, what's P(King or Heart)?
King or Heart — these can overlap (King of Hearts). Non-mutually exclusive.
P(King) = 4/52
P(Heart) = 13/52
P(King and Heart) = 1/52
P(King or Heart) = 4/52 + 13/52 - 1/52 = 16/52 = 4/13
Example 4: Mutually Exclusive
What's P(King or Queen) from a deck?
Can't be both at once. Mutually exclusive.
P(King or Queen) = 4/52 + 4/52 = 8/52 = 2/13
No overlap to subtract because there's no King of Queen.
Common Mistakes That Kill Your Answers
- Using addition instead of multiplication when you need both events. "Or" and "and" are different words with different meanings.
- Forgetting to subtract overlap for non-mutually exclusive events. This is the most common error.
- Treating dependent events as independent when drawing without replacement. If you don't replace, probabilities change.
- Not adjusting for conditional probability in dependent situations. You can't just multiply the original probabilities.
When to Use Venn Diagrams
Venn diagrams make the overlap problem obvious. Draw two circles that intersect. The intersection is where both events happen. The addition rule becomes visual:
Total = (only A) + (only B) + (both A and B)
Or: P(A) + P(B) - P(both) = P(A or B)
If you're confused about whether events overlap, sketch it. The picture tells you immediately if you need to subtract.
The Bottom Line
Compound events come down to two questions: and or or, and independent or dependent. Answer those two questions correctly, and you pick the right formula every time.
Addition for "or," multiplication for "and." Subtract overlap for non-mutually exclusive events. Recalculate probabilities for dependent events. That's it.
Nothing complicated here. Just don't mix up your rules.