4. Statistics and Probability

Independent And Mutually Exclusive Events

Independent and Mutually Exclusive Events

Welcome, students! 🎯 In this lesson, you will learn two important ideas in probability: independent events and mutually exclusive events. These ideas appear often in real life, from sports and games to weather and medical testing. They also connect directly to the IB Mathematics Analysis and Approaches SL topic of Statistics and Probability.

By the end of this lesson, you should be able to:

  • explain what independent and mutually exclusive events mean,
  • use correct probability notation and formulas,
  • recognize when events are independent, mutually exclusive, both, or neither,
  • solve exam-style probability questions using clear reasoning,
  • connect these ideas to conditional probability and other parts of statistics.

Think of probability as a way to measure how likely something is to happen. Some events affect each other, while others do not. Some events cannot happen at the same time, while others can. Understanding the difference helps you avoid common mistakes and gives you a strong foundation for later topics like conditional probability and probability distributions. 📊

Independent Events

Two events are independent when the outcome of one event does not change the probability of the other event. In other words, knowing that one event happened gives you no extra information about the other.

If $A$ and $B$ are independent, then

$$P(A \cap B)=P(A)P(B).$$

This formula is one of the most important in probability. It says that the probability of both events happening is found by multiplying their probabilities, but only when the events are independent.

You can also use conditional probability to test independence. If $A$ and $B$ are independent, then

$$P(A\mid B)=P(A)$$

and

$$P(B\mid A)=P(B).$$

This means the probability of $A$ does not change even after $B$ has happened.

Real-world example

Suppose a student flips a fair coin and rolls a fair six-sided die. Let $A$ be the event of getting heads, and let $B$ be the event of rolling a $4$.

Then

$$P(A)=\frac{1}{2}$$

and

$$P(B)=\frac{1}{6}.$$

Because the coin toss does not affect the die roll, the events are independent. So,

$$P(A \cap B)=\frac{1}{2}\cdot\frac{1}{6}=\frac{1}{12}.$$

This is a classic example of independence. The two experiments happen separately, so one result does not influence the other.

Independence in context

Independence is common when events come from separate processes. For example:

  • choosing a card from one deck and spinning a spinner,
  • flipping two different coins,
  • rolling a die and then tossing a coin.

However, independence is not guaranteed just because two events are different. You must check whether one event changes the probability of the other. That is why using $P(A\mid B)=P(A)$ or $P(A \cap B)=P(A)P(B)$ is so useful.

Mutually Exclusive Events

Two events are mutually exclusive if they cannot happen at the same time. If one event happens, the other cannot happen in that same trial.

If $A$ and $B$ are mutually exclusive, then

$$P(A \cap B)=0.$$

This means the intersection is impossible.

For mutually exclusive events, the probability that either event occurs is

$$P(A \cup B)=P(A)+P(B).$$

This is called the addition rule for mutually exclusive events.

Real-world example

Imagine rolling a single fair die. Let $A$ be the event of rolling an even number, and let $B$ be the event of rolling a $3$.

These events are mutually exclusive because a single die roll cannot be both even and $3$ at the same time. So,

$$P(A \cap B)=0.$$

If

$$P(A)=\frac{3}{6}=\frac{1}{2}$$

and

$$P(B)=\frac{1}{6},$$

then

$$P(A \cup B)=\frac{1}{2}+\frac{1}{6}=\frac{2}{3}.$$

Important idea

Mutually exclusive events are about cannot happen together. Independent events are about one event not affecting another. These are very different ideas.

A common mistake is to think that mutually exclusive events are independent. Usually, they are not. In fact, if two events are mutually exclusive and both have non-zero probability, then they cannot be independent, because if $B$ happens, the probability of $A$ becomes $0$, not $P(A)$.

Independent vs Mutually Exclusive

It is very important to compare these two types of events carefully, students. 🔍

Independent events

  • one event does not change the probability of the other,
  • the events can happen together,
  • use $$P(A \cap B)=P(A)P(B).$$

Mutually exclusive events

  • the events cannot happen together,
  • the intersection is impossible,
  • use $P(A \cap B)=0$ and $$P(A \cup B)=P(A)+P(B).$$

Example showing the difference

Suppose a card is drawn from a standard deck.

Let $A$ be the event of drawing a heart.

Let $B$ be the event of drawing a king.

These events are not mutually exclusive, because the king of hearts exists. So they can happen together.

Are they independent? No.

Why not? Because if you know the card is a heart, then the probability it is a king changes. Without extra information,

$$P(B)=\frac{4}{52}=\frac{1}{13}.$$

But given that the card is a heart,

$$P(B\mid A)=\frac{1}{13}$$

only because there is one king among the 13 hearts. Here the conditional probability is not enough to show dependence directly without careful comparison in context, so we test with the multiplication rule:

$$P(A)=\frac{13}{52}=\frac{1}{4},$$

$$P(B)=\frac{1}{13},$$

and

$$P(A \cap B)=\frac{1}{52}.$$

Now check:

$$P(A)P(B)=\frac{1}{4}\cdot\frac{1}{13}=\frac{1}{52}.$$

So these two events are actually independent in this case. This is a great example of why you should calculate carefully rather than guess. The fact that events seem related in real life does not always mean they are dependent.

A pair of events that are mutually exclusive but not independent

Let $A$ be the event of rolling a $2$ on a die and $B$ be the event of rolling a $5$.

These are mutually exclusive because one roll cannot be both numbers. So

$$P(A \cap B)=0.$$

But

$$P(A)=\frac{1}{6}$$

and

$$P(B)=\frac{1}{6},$$

so

$$P(A)P(B)=\frac{1}{36} \neq 0.$$

Therefore, they are not independent.

Using the Rules in IB-Style Questions

IB questions often ask you to identify the type of events, calculate probabilities, or justify your answer with a statement and a formula. Clear working is important.

Example 1: Independent events

A machine produces a faulty item with probability $0.08$. Another machine produces a faulty item with probability $0.05$. Assume the processes are independent.

Find the probability that both items are faulty.

Since the events are independent,

$$P(A \cap B)=P(A)P(B)=0.08 \times 0.05=0.004.$$

So the probability is $0.004$.

Example 2: Mutually exclusive events

A single card is drawn from a deck. Find the probability that the card is a queen or a spade.

Let $Q$ be the event of drawing a queen and $S$ the event of drawing a spade.

These events are not mutually exclusive because the queen of spades exists. So use the general addition rule:

$$P(Q \cup S)=P(Q)+P(S)-P(Q \cap S).$$

Now,

$$P(Q)=\frac{4}{52}, \quad P(S)=\frac{13}{52}, \quad P(Q \cap S)=\frac{1}{52}.$$

Therefore,

$$P(Q \cup S)=\frac{4}{52}+\frac{13}{52}-\frac{1}{52}=\frac{16}{52}=\frac{4}{13}.$$

This shows how important it is to know whether events overlap. If they are mutually exclusive, the intersection term is $0$.

Example 3: Testing independence

A survey finds that $P(A)=0.40$, $P(B)=0.50$, and $P(A \cap B)=0.20$.

To test independence, compare $P(A \cap B)$ with $P(A)P(B)$:

$$P(A)P(B)=0.40 \times 0.50=0.20.$$

Since

$$P(A \cap B)=P(A)P(B),$$

the events are independent.

This type of question is common in IB because it checks both understanding and calculation.

Connection to Conditional Probability

Independent events and mutually exclusive events are closely connected to conditional probability.

Conditional probability is written as

$$P(A\mid B)=\frac{P(A \cap B)}{P(B)}$$

when $P(B)>0$.

If events are independent, then knowing $B$ does not affect the probability of $A$, so

$$P(A\mid B)=P(A).$$

If events are mutually exclusive and $P(B)>0$, then

$$P(A\mid B)=\frac{P(A \cap B)}{P(B)}=\frac{0}{P(B)}=0.$$

This shows that if $B$ happens, $A$ becomes impossible.

So conditional probability gives a powerful way to understand both ideas:

  • independence means “no change,”
  • mutual exclusivity means “impossible together.”

Conclusion

Independent and mutually exclusive events are two core ideas in probability, but they mean very different things. Independent events do not affect each other’s probabilities, so we use $P(A \cap B)=P(A)P(B).$ Mutually exclusive events cannot happen at the same time, so we use $P(A \cap B)=0$ and often $$P(A \cup B)=P(A)+P(B).$$

In IB Mathematics Analysis and Approaches SL, these ideas help you solve problems involving cards, dice, surveys, machines, and many real-world situations. They also support later work in conditional probability and probability distributions. students, when you face a probability question, always ask: Do the events affect each other? Can they happen together? The answers will guide your method. ✅

Study Notes

  • Independent events do not influence each other.
  • For independent events, $$P(A \cap B)=P(A)P(B).$$
  • For independent events, $P(A\mid B)=P(A)$ and $P(B\mid A)=P(B)$ when the conditional probabilities are defined.
  • Mutually exclusive events cannot happen at the same time.
  • For mutually exclusive events, $$P(A \cap B)=0.$$
  • For mutually exclusive events, $$P(A \cup B)=P(A)+P(B).$$
  • Mutually exclusive events with non-zero probabilities are not independent.
  • To test independence, compare $P(A \cap B)$ with $$P(A)P(B).$$
  • To test mutual exclusivity, check whether the intersection is impossible.
  • Do not assume events are independent just because they seem unrelated.
  • Do not assume events are mutually exclusive just because they are different.
  • Conditional probability helps explain both ideas clearly.
  • In IB questions, always show formulas and reasoning clearly.

Practice Quiz

5 questions to test your understanding