Summarize this article:
1342 LearnersLast updated on December 1, 2025

Exhaustive events are specific events within a sample space such that at least one of them is certain to occur. In other words, in a sample space, there are some sets of events where only one set of the event can occur out of all.
In probability theory, Exhaustive Events (formally known as Collectively Exhaustive Events) refer to a set of events that, when combined, cover every single possible outcome of a random experiment. In simple terms, when you perform the experiment, at least one of these events is certain to happen.
If you list all exhaustive events for an experiment, you have effectively listed the entire sample space (S).
Example of Exhaustive Event: Rolling a Standard Die
Let's look at a sample space S for rolling a six-sided die:
\(S = \{1, 2, 3, 4, 5, 6\}\)
We can define two specific events:
Why are these Collectively Exhaustive?
When we combine these two sets (find the Union), we see that they account for every possible outcome:
\(E_1 \cup E_2 = \{1, 2, 3, 4, 5, 6\} = S\)
Because the union of Event A and Event B equals the sample space, A and B are Collectively Exhaustive Events.
Statisticians generally classify exhaustive events in two ways: by their Interaction (do they overlap?) and by their Composition (are they single outcomes or groups?).
Based on Interaction (Overlap vs. Separation)
This classification looks at whether the events stay distinct or cross over each other.
1. Mutually Exclusive & Collectively Exhaustive (MECE)
This is the "Ideal Partition." The events cover the entire sample space, but they are completely separate. No outcome can belong to two events at once.
2. Non-Mutually Exclusive & Exhaustive
This is the "Overlapping Cover." The events cover the entire sample space, but they share some outcomes.
Based on Composition (Granularity)
This classification looks at the complexity of the events themselves.
1. Elementary (Simple) Exhaustive Events
This is a list of every single specific outcome in its raw form.
2. Compound Exhaustive Events
This list groups outcomes into broader categories or descriptions.
Definition: At least one event contains more than one outcome.
Mutually exhaustive events or mutually exclusive collectively exhaustive events are exhaustive events that are mutually exclusive. Mutually exclusive here means, events that cannot happen at the same time. Let’s understand them in detail using a table.
| Feature | Mutually Exclusive Events | Exhaustive Events |
| Definition | Events that cannot happen at the same time. |
It is a set of events that together cover all possible outcomes.
|
| Mathematical Condition | A ∩ B = ∅ (No common outcomes). | A ∪ B ∪ C = S(Covers the sample space). |
| Overlap |
No overlap (if one happens, the other cannot). |
May or may not overlap. |
| Example (Coin Flip) |
"Getting Heads" and "Getting Tails" are mutually exclusive because both cannot occur together.
|
"Getting Heads" and "Getting Tails" are also exhaustive because they cover all possible results. |
| Example (Dice Roll) | "Getting an even number" ({2,4,6}) and "Getting an odd number" ({1,3,5}) are mutually exclusive. |
"Getting a number ≤ 3" ({1,2,3}) and "Getting an even number" ({2,4,6}) are exhaustive because their union covers {1,2,3,4,5,6}.
|
| Example (Cards) | "Drawing a heart" and "Drawing a spade" are mutually exclusive. |
"Drawing a face card" and "Drawing a number card" are exhaustive because they cover all cards in the deck.
|


Calculating the probability of exhaustive events revolves around a single, fundamental rule: The Sum of One.
Since exhaustive events cover every possible outcome, the probability that at least one of them occurs is 100%, or 1. However, the calculation method changes slightly depending on whether the events overlap.
The Fundamental Rule
If a set of events \(E_1, E_2, ..., E_n\) is collectively exhaustive, the probability of their Union is 1.
\(P(E_1 \cup E_2 \cup ... \cup E_n) = 1\)
Case A: Mutually Exclusive (MECE)
This is the simplest scenario. Since the events do not overlap, you can simply sum their individual probabilities.
Formula:
P(A) + P(B) + P(C) = 1
Example:
A student takes a test. The results can only be Pass, Fail, or Retake.
Case B: Not Mutually Exclusive (Overlapping)
If the events overlap, you cannot simply add the probabilities, because the sum will exceed 1 (you would be double-counting the overlap). You must use the General Addition Rule (Inclusion-Exclusion Principle).
Formula (for 2 events):
\(P(A \cup B) = P(A) + P(B) - P(A \cap B) = 1\)
Example:
In a group of tourists, every person speaks either English or Spanish (Exhaustive).
In order to represent the exhaustive events more clearly, graphical representation using Venn diagrams can be of a great help to the students learning about probability, events, its types etc. Here is the Venn representation of the exhaustive events.
Let’s take an example, in a sample space of rolling a die S = {1, 2, 3, 4, 5, 6}. Event A of getting an even number on the die EA = {2, 4, 6}. Event B of getting an odd number on the die EB = {1, 3, 5}. Event C of getting a prime number on the die EC = {2, 3, 5}.
Here, some numbers of the dice exist in both the events. So this event can be termed as an exhaustive event, but not mutually exclusive. Because mutual exclusive events should not overlap the numbers with other events of the same set.
1. First, find all the possible outcomes of a given event.
2. Find the outcomes which overlap with other events (if possible, otherwise it will be a mutually exclusive event).
3. Draw circles with the event that includes both outcomes of the other events placed at the center. Since Event C has both the outcomes of Event A and Event B, Event C will overlap both the other events and represent in the center.
4. Event C = {2, 3, 5}; numbers 2 is in Event A, and 3, 5 overlap with Event B. Now write those outcomes in the overlapping part of the two circles.
5. Repeat the process for all the events.
Exhaustive events can be a difficult topic to comprehend, therefore some tips and tricks are mentioned below that can be very helpful.
Making mistakes are common in exhaustive events, especially when learners are new to this topic. Here are some of a few common mistakes that students might make and how to avoid them.
Exhaustive events can be found in real life situations. Let’s analyze some of the real-life applications of exhaustive events.
A bag contains red, blue, and green balls. If an event is defined as picking a red ball and another event as picking a blue or green ball, are these events exhaustive?
Yes, because together they cover all possible outcomes.
The sample space includes (Red, Blue, Green).
The events are Event A: Picking a red ball = Red
Picking a blue or green ball = Blue, green
Since A โ B = Red, Blue, Green = Sample Space, these are exhaustive events.
When flipping a coin, are the events โgetting headsโ and โgetting tailsโ exhaustive?
Yes, because they include all possible outcomes of the coin flip.
The sample space is (Heads, Tails). The two events are:
Event A: Getting heads = {H}
Event B: Getting tails = {T}
Since A โ B = {HT}, they cover all possibilities, making them exhaustive events.
When rolling a six-sided die, are the events โgetting an even numberโ and โgetting an odd numberโ mutually exclusive?
Yes, because no number can be both even and odd at the same time.
Event A: Getting an even number = {2, 4, 6}
Event B: Getting an odd number = {1, 3, 5}
Since A โ B = Ø (no common outcomes), these events are mutually exclusive.
A die is rolled. Are the events โgetting a prime numberโ and โgetting an odd numberโ mutually exclusive?
No, because some numbers are both prime and odd.
Event A (Prime numbers): {2, 3, 5}
Event B (Odd numbers): {1, 3, 5}
The common numbers are {3, 5}, so A ∩ B
Jaipreet Kour Wazir is a data wizard with over 5 years of expertise in simplifying complex data concepts. From crunching numbers to crafting insightful visualizations, she turns raw data into compelling stories. Her journey from analytics to education ref
: She compares datasets to puzzle gamesโthe more you play with them, the clearer the picture becomes!





