Blog

Mutually Exclusive, Exhaustive, and Complementary Events: Addition Theorem Guide

Learn how mutually exclusive, exhaustive, and complementary events affect the addition theorem in probability, with clear rules and solved examples.

  • 11th
  • Study Advice
A brass balance scale and glass probability maps showing separate, complete, and complementary event regions

Probability becomes far easier when you stop asking, “Which formula should I use?” and start asking, “What kind of events am I dealing with?”

That is the whole secret behind mutually exclusive events, exhaustive events, complementary events, and the addition theorem.

The addition theorem is used when a question says “A or B”. But the word “or” is not enough. You must first check whether A and B can happen together. If they can, there is an overlap. If they cannot, there is no overlap. That one decision changes the formula.

Once this becomes clear, probability questions on dice, cards, coins, bags, and random selections feel much more logical.

First, Know What an Event Means

In probability, an experiment is any action with possible outcomes.

Rolling a die is an experiment. Drawing a card is an experiment. Tossing a coin is an experiment.

The sample space is the list of all possible outcomes.

For one fair die:

S = {1, 2, 3, 4, 5, 6}

An event is a selected part of the sample space.

For example:

A = getting an even number = {2, 4, 6}
B = getting a number greater than 3 = {4, 5, 6}

Here, A and B both contain 4 and 6. That means they overlap.

This overlap matters because if you simply add the probability of A and the probability of B, the common outcomes 4 and 6 get counted twice.

What the Addition Theorem Says

The addition theorem is used to find the probability of A or B.

The general rule is:

P(A or B) = P(A) + P(B) - P(A and B)

Read it slowly:

Probability of A or B
= probability of A
+ probability of B
- probability of the overlap

Why subtract the overlap?

Because the overlapping outcomes were counted once in A and once again in B. Subtracting them once fixes the double counting.

Mutually Exclusive Events: No Overlap

Two events are mutually exclusive if they cannot happen together in the same trial.

For one roll of a die:

A = getting 1 = {1}
B = getting 6 = {6}

You cannot get 1 and 6 on the same roll. So A and B are mutually exclusive.

That means:

P(A and B) = 0

So the addition theorem becomes:

P(A or B) = P(A) + P(B)

For the die example:

P(1 or 6) = P(1) + P(6)
= 1/6 + 1/6
= 2/6
= 1/3

This is the most common shortcut, but it is also the most commonly misused shortcut.

Mutually Exclusive Does Not Mean Exhaustive

Students often mix these two words because both sound complete and formal. They are not the same.

Mutually exclusive means:

No overlap

Exhaustive means:

All outcomes are covered

For one roll of a die:

A = getting 1 = {1}
B = getting 6 = {6}

A and B are mutually exclusive because they do not overlap.

But they are not exhaustive because they cover only 1 and 6. The outcomes 2, 3, 4, and 5 are still left out.

So:

A or B = {1, 6}

This is not the whole sample space.

Exhaustive Events: Nothing Is Left Outside

Events are exhaustive when their combined outcomes cover the entire sample space.

For one roll of a die:

A = getting an odd number = {1, 3, 5}
B = getting an even number = {2, 4, 6}

Together, A and B cover:

{1, 2, 3, 4, 5, 6}

That is the entire sample space.

So A and B are exhaustive.

Also, they do not overlap, so they are mutually exclusive too.

Therefore:

P(A or B) = 1

Since one roll of a die must be either odd or even, nothing is left outside these two events.

Exhaustive Events Can Still Overlap

This is an important point.

Events can cover the whole sample space and still overlap.

For one roll of a die:

A = getting a number less than 5 = {1, 2, 3, 4}
B = getting a number greater than 2 = {3, 4, 5, 6}

Together, A and B cover every outcome:

A or B = {1, 2, 3, 4, 5, 6}

So they are exhaustive.

But they overlap at 3 and 4:

A and B = {3, 4}

So they are not mutually exclusive.

Now use the general addition theorem:

P(A or B) = P(A) + P(B) - P(A and B)

Here:

P(A) = 4/6
P(B) = 4/6
P(A and B) = 2/6

So:

P(A or B) = 4/6 + 4/6 - 2/6
= 6/6
= 1

The answer is 1 because A and B are exhaustive. But you reached it correctly only because you subtracted the overlap.

Complementary Events: Exactly “A” and “Not A”

Complementary events are the neatest pair in probability.

The complement of an event A means “not A”.

For one roll of a die:

A = getting an even number = {2, 4, 6}
Not A = not getting an even number = {1, 3, 5}

These two events have two special features:

They do not overlap.
Together, they cover the whole sample space.

So complementary events are always mutually exclusive and exhaustive.

That is why:

P(A) + P(not A) = 1

And:

P(not A) = 1 - P(A)

The Three Ideas Side by Side

Use this table when a question asks you to identify the relationship between events.

IdeaQuestion to askWhat it meansEffect on probability
Mutually exclusiveCan both happen together?No overlapDirect addition is allowed
ExhaustiveIs every outcome covered?Nothing is left outsideThe combined probability is 1
ComplementaryIs one event exactly “not” the other?No overlap and complete coverageUse 1 - P(A)

The words are connected, but they do different jobs.

Mutually exclusive checks overlap.

Exhaustive checks coverage.

Complementary checks both at once for one event and its exact opposite.

When the Addition Theorem Needs the Full Formula

Use the full formula whenever the events can happen together.

Example:

A = getting an even number on a die = {2, 4, 6}
B = getting a number greater than 3 = {4, 5, 6}

The overlap is:

A and B = {4, 6}

So:

P(A or B) = P(A) + P(B) - P(A and B)
= 3/6 + 3/6 - 2/6
= 4/6
= 2/3

If you had written:

3/6 + 3/6 = 6/6

the answer would be wrong because 4 and 6 would have been counted twice.

When the Shortcut Is Allowed

Use direct addition only when the events are mutually exclusive.

Example:

A = getting a number less than 3 = {1, 2}
B = getting a number greater than 4 = {5, 6}

These events do not overlap.

So:

P(A or B) = P(A) + P(B)
= 2/6 + 2/6
= 4/6
= 2/3

No subtraction is needed because there is no common part.

A Card Example: Why Overlap Is Easy to Miss

In card questions, overlap is often hidden inside familiar words.

Suppose one card is drawn from a standard pack of 52 cards.

Find the probability of drawing a king or a heart.

Let:

A = drawing a king
B = drawing a heart

There are 4 kings and 13 hearts.

But one card is both a king and a heart: the king of hearts.

So the overlap is 1 card.

Use the full theorem:

P(king or heart)
= P(king) + P(heart) - P(king and heart)
= 4/52 + 13/52 - 1/52
= 16/52
= 4/13

If you forget the overlap, you get 17/52, which counts the king of hearts twice.

A Quick Decision Method

When you see an addition theorem question, use this order.

Step 1: Write the Events Clearly

Do not begin with the formula.

First write:

A = ...
B = ...

This removes half the confusion.

Step 2: List or Imagine the Outcomes

For small sample spaces, actually list the outcomes.

For a die, write the sets.

For cards, count the categories and their common cards.

For bags, count the objects that satisfy both conditions.

Step 3: Ask About Overlap

Ask:

Can the same outcome belong to both events?

If yes, use:

P(A or B) = P(A) + P(B) - P(A and B)

If no, use:

P(A or B) = P(A) + P(B)

Step 4: Ask About Coverage

Ask:

Do the events together cover the entire sample space?

If yes:

P(A or B) = 1

But still check overlap if you are proving it through addition.

Step 5: Check for Complements

If the question says “not A”, “at least one”, “none”, “fails to happen”, or “does not occur”, think about using the complement.

For example:

P(at least one head) = 1 - P(no head)

This is often shorter than listing every favourable case.

Common Mistakes to Avoid

Mistake 1: Treating “Or” as Direct Addition Every Time

“A or B” means union. It does not automatically mean direct addition.

Direct addition works only when A and B are mutually exclusive.

Mistake 2: Thinking Exhaustive Means No Overlap

Exhaustive means complete coverage. It says nothing by itself about overlap.

Events can be exhaustive and still overlap.

Mistake 3: Thinking Mutually Exclusive Means Complementary

Complementary events are mutually exclusive, but mutually exclusive events are not always complementary.

For a die:

Getting 1 and getting 6

These are mutually exclusive.

But they are not complementary because outcomes 2, 3, 4, and 5 are not covered.

Mistake 4: Ignoring the Word “Not”

“Not A” is not a separate random event. It means everything in the sample space except A.

So if:

P(A) = 5/8

then:

P(not A) = 1 - 5/8 = 3/8

Practice Set With Answers

Try these quickly before reading the answers.

Question 1

A die is rolled once.

A = getting an odd number
B = getting an even number

Are A and B mutually exclusive, exhaustive, complementary, or more than one of these?

Answer:

They are mutually exclusive because they do not overlap.

They are exhaustive because every die outcome is odd or even.

They are complementary because each is exactly “not” the other.

Question 2

A die is rolled once.

A = getting 1
B = getting 2

Are A and B exhaustive?

Answer:

No. They are mutually exclusive, but not exhaustive. Outcomes 3, 4, 5, and 6 are left outside.

Question 3

A die is rolled once.

A = getting a number less than 5
B = getting a number greater than 2

Should you add directly?

Answer:

No. These events overlap at 3 and 4. Use the full addition theorem.

Question 4

One card is drawn from a standard pack. What is the probability of getting an ace or a club?

Answer:

There are 4 aces and 13 clubs. One card is both an ace and a club.

P(ace or club)
= 4/52 + 13/52 - 1/52
= 16/52
= 4/13

Question 5

If the probability that a student completes an assignment is 0.9, what is the probability that the student does not complete it?

Answer:

Completing and not completing are complementary events.

P(not completing)
= 1 - 0.9
= 0.1

Final Way to Remember It

Think of the sample space as a table.

Mutually exclusive events sit in separate places on the table.

Exhaustive events cover the whole table.

Complementary events split the table into exactly two parts: A and not A.

The addition theorem simply tells you how to count the covered area without counting any part twice.

Frequently Asked Questions

What is the difference between mutually exclusive and exhaustive events?

Mutually exclusive events do not overlap. Exhaustive events cover the whole sample space. One idea checks whether events can happen together. The other checks whether all possible outcomes are included.

Are complementary events always mutually exclusive?

Yes. An event and its complement cannot happen together. If A happens, not A cannot happen in the same trial.

Are complementary events always exhaustive?

Yes. A and not A together cover the entire sample space. Every outcome either belongs to A or does not belong to A.

Can two events be mutually exclusive but not complementary?

Yes. On a die, getting 1 and getting 6 are mutually exclusive, but they are not complementary because outcomes 2, 3, 4, and 5 are not covered.

When should I use the full addition theorem?

Use the full addition theorem when two events can overlap. The formula subtracts the common part so that the same outcome is not counted twice.

When can I use P(A or B) = P(A) + P(B)?

Use it only when A and B are mutually exclusive. That means there is no common outcome between them, so the overlap is zero.

What is the fastest way to spot complementary events?

Look for exact opposite wording: A and not A, success and failure, occurring and not occurring. If the two events cover every possible outcome and cannot happen together, they are complementary.

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.

Start classes