Statistics General Multiplication Rule- Probability Guide
What Is the General Multiplication Rule?
The General Multiplication Rule tells you how to find the probability that two events happen together. That's it. It's P(A and B).
Most people learned the special multiplication rule first — the one where you just multiply probabilities because the events don't affect each other. That only works for independent events.
The general rule works for everything. Independent events, dependent events, doesn't matter. You just need to know the right numbers to plug in.
The Formula
For any two events A and B:
P(A and B) = P(A) × P(B|A)
Read that as: "The probability of A and B equals the probability of A times the probability of B given that A happened."
The tricky part is P(B|A) — that's called "probability of B given A." It's just the probability of B if you already know A occurred.
Breaking Down the Pieces
- P(A) — probability of the first event happening
- P(B|A) — probability of the second event given the first one happened
You can also flip the formula around:
P(A and B) = P(B) × P(A|B)
Both versions give the same answer. Pick whichever makes your numbers easier to find.
Independent vs. Dependent Events
This is where people get confused, so pay attention.
Independent Events
Two events are independent if knowing one happened doesn't change the probability of the other.
Example: You flip a coin and roll a die. Getting heads doesn't change what you'll roll on the die. They're independent.
For independent events, P(B|A) = P(B). The "given" doesn't change anything.
So the general rule simplifies to:
P(A and B) = P(A) × P(B)
This is the special rule everyone learns first.
Dependent Events
Two events are dependent if knowing one happened changes the probability of the other.
Example: Drawing cards from a deck without replacement. If you draw an Ace first, there are fewer Aces left, so your probability of drawing another Ace changes.
For dependent events, you must use the general rule with conditional probability.
Comparison Table
| Type | Formula | When to Use |
|---|---|---|
| Independent Events | P(A and B) = P(A) × P(B) | Events don't affect each other |
| Dependent Events | P(A and B) = P(A) × P(B|A) | First event changes the second's probability |
How to Apply It: Step by Step
Here's how to work through any multiplication rule problem:
Step 1: Identify Your Events
Figure out what A and B are in your problem. Write them down clearly.
Step 2: Check for Independence
Ask yourself: "Does knowing A happened change the probability of B?"
- If no → use P(A) × P(B)
- If yes → use P(A) × P(B|A)
Step 3: Find Your Probabilities
Look for the numbers in the problem. Sometimes P(B|A) is given directly. Sometimes you have to calculate it from the scenario.
Step 4: Multiply
Just do the math. Make sure you're using decimals or fractions — not percentages — unless the problem specifically asks otherwise.
Examples
Example 1: Independent Events
You flip a coin twice. What's the probability of getting heads both times?
Flips are independent. P(H) = 0.5 for each flip.
P(H and H) = 0.5 × 0.5 = 0.25
25% chance of two heads in a row.
Example 2: Dependent Events
A bag has 5 red marbles and 3 blue marbles. You draw two marbles without replacement. What's the probability both are red?
First draw: P(red) = 5/8
After drawing a red marble, you have 4 red left out of 7 total.
P(red and red) = (5/8) × (4/7) = 20/56 = 5/14 ≈ 0.357
About 35.7% chance both are red.
Example 3: Using the Flipped Formula
Same bag. What's the probability of drawing red then blue?
You could do P(red) × P(blue|red). Or flip it.
P(red then blue) = (5/8) × (3/7) = 15/56 ≈ 0.268
26.8% chance.
If the problem asked for blue then red, you'd compute P(blue) × P(red|blue) instead. Same answer either way.
Common Mistakes
- Using the simple rule for dependent events. This is the biggest error. If drawing without replacement, you must adjust the second probability.
- Forgetting to reduce fractions when calculating conditional probabilities. Always check if your sample space changed.
- Confusing "and" with "or." Multiplication is for "and." Addition is for "or." Don't mix them up.
- Not checking if events are independent before applying the simple rule.
When to Use the General Rule
Use it when:
- You're finding P(A and B)
- Events are dependent (sample space changes)
- You're given conditional probabilities directly
- You want to be safe and accurate — it works for independent events too
The general rule is always correct. The simple rule P(A) × P(B) is just a shortcut that only works when independence exists.
Quick Reference
- P(A and B) = P(A) × P(B|A) — the main formula
- P(B|A) means "probability of B given that A happened"
- If independent: P(B|A) = P(B)
- If dependent: recalculate P(B) based on what A did to the sample space
That's the whole rule. Memorize the formula, check for independence, plug in numbers, multiply. Done.