Independent vs Dependent Events: Conditional Probability and the Multiplication Rule
Learn how independent and dependent events change the multiplication rule in probability, with clear formulas, solved examples, and exam-friendly checks.
- 12th
- Study Advice
Probability becomes much easier when you stop treating the multiplication rule as a button and start treating it as a question.
The question is:
After the first event has happened, what is the probability of the second event now?
That one word, “now”, is the heart of independent and dependent events.
If the first event does not change the second event’s probability, the events are independent.
If the first event changes the second event’s probability, the events are dependent.
And if the second probability has to be calculated after the first event, you are using conditional probability.
Once this becomes clear, questions on cards, dice, coins, bags, students, committees, and repeated selections become much calmer. You stop guessing which formula to use and start reading the story of the question.
The Core Difference in One Table
Here is the cleanest way to separate independent and dependent events.
| Type of events | Meaning | What happens to the second probability? | Multiplication rule |
|---|---|---|---|
| Independent events | The first event does not affect the second event | It stays the same | P(A and B) = P(A) x P(B) |
| Dependent events | The first event affects the second event | It must be updated | P(A and B) = P(A) x P(B given A) |
The difference is not whether you multiply.
In both cases, you multiply.
The difference is what you multiply by.
For independent events, you multiply by the original probability of the second event.
For dependent events, you multiply by the conditional probability of the second event after the first event has happened.
What Conditional Probability Really Means
Conditional probability means probability after some information has already been given.
If A and B are two events, then:
P(B | A)
is read as:
Probability of B given A
It means:
Assume A has already happened. Under that condition, what is the probability of B?
The vertical line does not mean division. It means “given that”.
So:
P(B | A)
does not ask for the ordinary probability of B.
It asks for the probability of B inside the smaller world where A has already happened.
This is why conditional probability feels different at first. The question has not merely asked, “What is the chance of B?” It has asked, “What is the chance of B after A is already known?”
The General Multiplication Rule
The safest multiplication rule is the general one:
P(A and B) = P(A) x P(B | A)
Read it like this:
Probability that A happens and then B happens
= probability that A happens
x probability that B happens after A
This rule works whether the events are independent or dependent.
That is why it is the best starting point.
If the events are independent, then A does not change B.
So:
P(B | A) = P(B)
Then the general rule becomes:
P(A and B) = P(A) x P(B)
This is the shortcut students usually remember.
But the shortcut works only when independence is true.
Independent Events: The Second Chance Is Unchanged
Two events are independent when knowing that one event happened does not change the probability of the other.
Example: Tossing a Coin and Rolling a Die
Suppose a fair coin is tossed and a fair die is rolled.
Let:
A = getting heads on the coin
B = getting 4 on the die
The coin does not control the die.
If the coin shows heads, the die still has six equally likely faces.
So:
P(A) = 1/2
P(B) = 1/6
P(B | A) = 1/6
Since:
P(B | A) = P(B)
the events are independent.
Now:
P(heads and 4)
= P(heads) x P(4)
= 1/2 x 1/6
= 1/12
The first event did not change the second event’s probability.
That is independence.
Dependent Events: The Second Chance Must Be Updated
Two events are dependent when the first event changes the probability of the second event.
This often happens when items are selected without putting them back.
Example: Drawing Two Red Balls Without Replacement
Suppose a bag contains:
4 red balls
3 blue balls
2 green balls
Total = 9 balls
Two balls are drawn one after another without replacement.
Find the probability that both balls are red.
Let:
A = first ball is red
B = second ball is red
First draw:
P(A) = 4/9
Now assume A has happened.
That means one red ball has already been removed. The bag now contains:
3 red balls
3 blue balls
2 green balls
Total = 8 balls
So:
P(B | A) = 3/8
Now use the general multiplication rule:
P(A and B)
= P(A) x P(B | A)
= 4/9 x 3/8
= 12/72
= 1/6
The second probability is not 4/9.
It is 3/8 because the first red ball has already left the bag.
The Shortcut Test for Independence
There are three common ways to test whether two events are independent.
Test 1: Compare Conditional and Original Probability
If:
P(B | A) = P(B)
then A and B are independent.
If:
P(B | A) != P(B)
then A and B are dependent.
In simple words:
If knowing A changes the chance of B, they are dependent.
If knowing A does not change the chance of B, they are independent.
Test 2: Compare the Product With the Joint Probability
If:
P(A and B) = P(A) x P(B)
then A and B are independent.
If:
P(A and B) != P(A) x P(B)
then they are dependent.
This test is useful when the question gives probabilities directly instead of a story.
Test 3: Read the Situation
Ask:
Does the first result change what remains, what is allowed, or what is known?
If yes, the events are dependent.
If no, they may be independent.
With Replacement and Without Replacement
Replacement questions are a common way to test independent and dependent events.
| Wording | Meaning | Usual event type |
|---|---|---|
| With replacement | The selected item is put back before the next draw | Independent |
| Without replacement | The selected item is not put back | Dependent |
| Drawn together | Items are selected at the same time | Treat like without replacement |
With Replacement
Suppose a bag has 4 red and 5 blue balls.
A ball is drawn, replaced, and then another ball is drawn.
If the first ball is red, the bag is restored before the second draw.
So the second draw still happens from:
4 red balls
5 blue balls
Total = 9 balls
That means:
P(second red | first red) = 4/9
P(second red) = 4/9
The probability did not change.
So the events are independent.
Without Replacement
Now suppose the first ball is not replaced.
If the first ball is red, the second draw happens from:
3 red balls
5 blue balls
Total = 8 balls
So:
P(second red | first red) = 3/8
The original probability of red was:
P(red) = 4/9
Since:
3/8 != 4/9
the events are dependent.
The Word “Given” Is a Signal
In many questions, conditional probability is hidden inside normal wording.
Watch these phrases carefully:
given that
after
if
provided that
known that
among those
from the remaining
without replacement
Each phrase tells you that the probability may need to be updated.
For example:
Find the probability that a student studies Accountancy, given that the student studies Economics.
This does not ask:
Out of all students, how many study Accountancy?
It asks:
Out of students who study Economics, how many also study Accountancy?
The condition “studies Economics” has reduced the group.
Example: Conditional Probability From a Class Table
Suppose a class has 30 students.
18 students study Economics
12 students study Accountancy
8 students study both Economics and Accountancy
Find the probability that a student studies Accountancy given that the student studies Economics.
Let:
A = student studies Accountancy
E = student studies Economics
We need:
P(A | E)
The condition is Economics.
So we look only at the 18 students who study Economics.
Out of those 18, 8 also study Accountancy.
Therefore:
P(A | E) = 8/18 = 4/9
Do not use 12/30 here.
That is the probability that a randomly selected student studies Accountancy from the whole class.
The question has already moved us inside the Economics group.
Using Conditional Probability in the Multiplication Rule
Now use the same class data to understand the multiplication rule.
What is the probability that a randomly selected student studies both Economics and Accountancy?
The direct answer is:
8/30 = 4/15
Now use the multiplication rule:
P(E and A) = P(E) x P(A | E)
We already know:
P(E) = 18/30
P(A | E) = 8/18
So:
P(E and A)
= 18/30 x 8/18
= 8/30
= 4/15
Notice what happened.
The 18 cancels because it appears as:
18/30 x 8/18
This is the logic behind the multiplication rule.
First, enter the Economics group.
Then, inside that group, select those who also study Accountancy.
The final result is the group that satisfies both conditions.
Why “And” Usually Means Multiply
When a question asks for A and B, it usually means both events must happen.
For a fixed path, multiply the probabilities along that path.
For example:
First ball red and second ball blue
is one fixed path:
Red, then blue
So you multiply:
P(red first) x P(blue second | red first)
But if the question says:
One red and one blue
then there are two possible paths:
Red, then blue
Blue, then red
You multiply along each path, then add the separate paths.
This rule saves many answers.
Students often multiply everything in sight, but probability has a sequence:
1. Build each valid path.
2. Multiply within a path.
3. Add separate paths.
Solved Example: One Red and One Blue Without Replacement
A bag contains:
4 red balls
3 blue balls
2 green balls
Total = 9 balls
Two balls are drawn without replacement.
Find the probability of getting one red and one blue.
This can happen in two ways:
Path 1: red, then blue
Path 2: blue, then red
Path 1: Red, Then Blue
First red:
P(red first) = 4/9
After one red is removed, the bag has:
3 red
3 blue
2 green
Total = 8
Second blue:
P(blue second | red first) = 3/8
So:
P(red, then blue)
= 4/9 x 3/8
= 12/72
= 1/6
Path 2: Blue, Then Red
First blue:
P(blue first) = 3/9
After one blue is removed, the bag has:
4 red
2 blue
2 green
Total = 8
Second red:
P(red second | blue first) = 4/8
So:
P(blue, then red)
= 3/9 x 4/8
= 12/72
= 1/6
Now add the two paths:
P(one red and one blue)
= 1/6 + 1/6
= 2/6
= 1/3
This is a complete probability answer because both valid orders have been counted.
Solved Example: Cards Without Replacement
A card is drawn from a well shuffled deck of 52 cards. It is not replaced. A second card is drawn.
Find the probability that both cards are aces.
Let:
A = first card is an ace
B = second card is an ace
There are 4 aces in 52 cards.
First draw:
P(A) = 4/52
If the first card is an ace and it is not replaced, only 3 aces remain in 51 cards.
So:
P(B | A) = 3/51
Now:
P(A and B)
= P(A) x P(B | A)
= 4/52 x 3/51
= 12/2652
= 1/221
The important part is not the final fraction.
The important part is the second probability:
3/51
It changed because the first card was not replaced.
Solved Example: Direct Probabilities
Sometimes there is no bag, deck, or dice.
The question may simply give probabilities.
Suppose:
P(A) = 0.6
P(B) = 0.4
P(B | A) = 0.5
Find:
P(A and B)
Use:
P(A and B) = P(A) x P(B | A)
So:
P(A and B)
= 0.6 x 0.5
= 0.3
Are A and B independent?
For independence:
P(B | A) must equal P(B)
But:
P(B | A) = 0.5
P(B) = 0.4
Since:
0.5 != 0.4
A and B are dependent.
Solved Example: Proving Independence
Suppose:
P(A) = 1/3
P(B) = 1/2
P(A and B) = 1/6
Are A and B independent?
Check:
P(A) x P(B)
= 1/3 x 1/2
= 1/6
This equals:
P(A and B)
So A and B are independent.
You can also check using conditional probability:
P(B | A) = P(A and B) / P(A)
= (1/6) / (1/3)
= 1/2
Since:
P(B | A) = P(B)
the events are independent.
Independent Does Not Mean Mutually Exclusive
This is one of the biggest confusions in probability.
Independent means:
The first event does not change the probability of the second event.
Mutually exclusive means:
The two events cannot happen together.
They are very different.
For example, on one roll of a die:
A = getting an even number = {2, 4, 6}
B = getting a number greater than 4 = {5, 6}
A and B can happen together because 6 is both even and greater than 4.
So they are not mutually exclusive.
Now check independence.
P(A) = 3/6 = 1/2
P(B) = 2/6 = 1/3
P(A and B) = P({6}) = 1/6
And:
P(A) x P(B)
= 1/2 x 1/3
= 1/6
Since:
P(A and B) = P(A) x P(B)
the events are independent.
So two events can overlap and still be independent.
That feels surprising at first, but it is correct.
A Simple Decision Method
Use this method before every multiplication-rule question.
Step 1: Name the Events
Do not begin with numbers.
Write:
A = first event
B = second event
This keeps the condition clear.
Step 2: Write the General Rule
Use:
P(A and B) = P(A) x P(B | A)
Even if the events are independent, this rule is still correct.
Step 3: Ask Whether A Changes B
Ask:
After A happens, is the probability of B still the same?
If yes:
P(B | A) = P(B)
Use the independent-event shortcut.
If no:
P(B | A) must be recalculated
Use the dependent-event version.
Step 4: Check Whether There Are Multiple Paths
If the order is fixed, multiply one path.
If the order is not fixed, list all valid paths.
For example:
Red then blue
Blue then red
Multiply each path separately, then add.
Step 5: Read the Answer in Words
Before finalizing, read the answer back:
This is the probability that A happens and B happens under the condition created by A.
If that sentence matches the question, your setup is probably right.
Common Mistakes to Avoid
Mistake 1: Multiplying P(A) and P(B) Without Checking Independence
This is the most common error.
Students see “and” and quickly write:
P(A and B) = P(A) x P(B)
But this is only safe when the events are independent.
The safer version is:
P(A and B) = P(A) x P(B | A)
Mistake 2: Forgetting That the Numerator Can Change
In without-replacement questions, the denominator often changes.
But the numerator may change too.
If a red ball is removed and you need red again, the number of red balls decreases.
If a red ball is removed and you need blue next, the number of blue balls may stay the same.
Always ask:
How many favourable items are left?
How many total items are left?
Mistake 3: Reversing the Condition
These are not always the same:
P(A | B)
P(B | A)
For example:
P(Accountancy | Economics)
means:
Among Economics students, how many study Accountancy?
But:
P(Economics | Accountancy)
means:
Among Accountancy students, how many study Economics?
The condition is the part after the vertical line.
Mistake 4: Treating “Not Mutually Exclusive” as “Independent”
If two events can happen together, they are not mutually exclusive.
That does not automatically mean they are independent.
You still have to check:
P(A and B) = P(A) x P(B)
or:
P(B | A) = P(B)
Mistake 5: Ignoring the Order in the Question
“Red then blue” is not the same as “one red and one blue”.
“Red then blue” has one path.
“One red and one blue” may have two paths.
Read the wording before deciding whether to add another path.
A Quick Practice Set
Try these before reading the answers.
Question 1
A fair coin is tossed twice.
Find the probability of getting heads on both tosses.
Since the first toss does not change the second toss:
P(H and H)
= 1/2 x 1/2
= 1/4
The events are independent.
Question 2
A bag has 6 red balls and 4 blue balls. Two balls are drawn without replacement.
Find the probability that both are blue.
First blue:
P(first blue) = 4/10
After one blue is removed:
P(second blue | first blue) = 3/9
So:
P(both blue)
= 4/10 x 3/9
= 12/90
= 2/15
The events are dependent.
Question 3
Suppose:
P(A) = 0.7
P(B) = 0.2
P(B | A) = 0.2
Are A and B independent?
Yes.
Since:
P(B | A) = P(B)
A does not change B.
Question 4
Suppose:
P(A) = 0.5
P(B) = 0.4
P(A and B) = 0.3
Are A and B independent?
Check:
P(A) x P(B)
= 0.5 x 0.4
= 0.2
But:
P(A and B) = 0.3
Since:
0.3 != 0.2
the events are dependent.
Question 5
A card is drawn from a deck and replaced. A second card is drawn.
Find the probability that both cards are kings.
Since the first card is replaced, the deck is restored.
So:
P(first king) = 4/52
P(second king) = 4/52
Therefore:
P(both kings)
= 4/52 x 4/52
= 1/13 x 1/13
= 1/169
The events are independent.
The Final Rule to Remember
Whenever you see A and B, begin with:
P(A and B) = P(A) x P(B | A)
Then ask:
Does A change B?
If no:
P(B | A) = P(B)
Use:
P(A and B) = P(A) x P(B)
If yes:
P(B | A) must be updated
Use:
P(A and B) = P(A) x P(B | A)
That is the whole story.
Independent events keep the second gate unchanged.
Dependent events change the second gate.
Conditional probability tells you exactly what the second gate looks like after the first one has opened.
Frequently Asked Questions
1. What is the difference between independent and dependent events?
Independent events do not affect each other. If A happens, the probability of B remains the same. Dependent events do affect each other. If A happens, the probability of B changes.
2. What is the multiplication rule for independent events?
For independent events:
P(A and B) = P(A) x P(B)
This works because:
P(B | A) = P(B)
3. What is the multiplication rule for dependent events?
For dependent events:
P(A and B) = P(A) x P(B | A)
The second probability must be calculated after the first event has happened.
4. What does P(B | A) mean?
P(B | A) means the probability of B given A. It asks for the probability of B under the condition that A has already happened.
5. How do I know whether two events are independent?
Check whether the first event changes the second event’s probability. If P(B | A) equals P(B), the events are independent. If P(B | A) is different from P(B), the events are dependent.
6. Are events with replacement always independent?
In usual school-level selection questions, with replacement usually makes events independent because the item is put back and the original situation is restored before the next selection.
7. Are events without replacement always dependent?
In usual selection questions, yes. Without replacement usually makes events dependent because the first selection changes what remains for the second selection.
8. Does “and” always mean multiply?
For one fixed path, “and” usually means multiply. If there are several possible paths, multiply along each path and then add the separate paths.
9. Are independent events and mutually exclusive events the same?
No. Mutually exclusive events cannot happen together. Independent events can happen together, but one event does not change the probability of the other.
10. What is the best way to avoid mistakes in these questions?
Before writing the second fraction, ask: “What is the situation now?” If the first event changed the situation, use conditional probability. If it did not, use the independent-event shortcut.
Looking for commerce tuitions?
Prachi is a gold-medalist commerce teacher with experience at Deloitte and KPMG. She focuses on fundamentals to build a strong foundation.