40% off

Early-bird ends 15 Aug, 9am

Lock in £90

Exhaustive and Mutually Exclusive Events in Probability

Updated August 2025

This lesson explains the fundamental principle that the sum of probabilities for a set of exhaustive, mutually exclusive events is exactly one. For the TMUA, understanding this property is essential for finding unknown probabilities in discrete distributions and ensuring that probability models are mathematically consistent and complete.

Core concept

A set of events is exhaustive if it covers all possible outcomes of an experiment. If these events are also mutually exclusive, meaning no two can occur at the same time, the sum of their individual probabilities must equal 11.

Exhaustive Sets of Outcomes

In probability theory, an exhaustive set of outcomes refers to a collection of all possible results of an experiment. Because these outcomes represent every possibility, it is certain that exactly one of them will occur in any given trial.

For any experiment, the total probability of all possible outcomes must be 11. This is the mathematical representation of certainty. If we have a set of nn distinct outcomes O1,O2,,OnO_1, O_2, \dots, O_n, the property states that:

P(O1)+P(O2)++P(On)=1P(O_1) + P(O_2) + \dots + P(O_n) = 1

Mutually Exclusive Events

Two events are mutually exclusive if they cannot happen at the same time. For example, when rolling a single die, the event 'rolling a 2' and the event 'rolling a 5' are mutually exclusive because a single die cannot show both numbers simultaneously. Mathematically, for mutually exclusive events AA and BB, the probability of both occurring is P(AB)=0P(A \cap B) = 0.

When a set of events is both mutually exclusive and exhaustive, they partition the entire sample space into non-overlapping sections that account for every possibility.

The Sum to One Property

If we are given a complete list of all mutually exclusive events for an experiment, we can use the property that their probabilities sum to one to solve for unknown variables. This is a common technique in TMUA questions involving biased coins, spinners, or selection from bags.

Worked Example: Finding an Unknown Probability

A biased four sided spinner is marked with the numbers 1, 2, 3, and 4. The probabilities of the spinner landing on 1, 2, and 3 are given as P(1)=0.15P(1) = 0.15, P(2)=0.25P(2) = 0.25, and P(3)=0.4P(3) = 0.4. Find the probability that the spinner lands on 4.

Solution:

  1. Identify that the outcomes {1, 2, 3, 4} are exhaustive (they are the only outcomes mentioned) and mutually exclusive (the spinner only lands on one number).
  2. Set up the equation: P(1)+P(2)+P(3)+P(4)=1P(1) + P(2) + P(3) + P(4) = 1.
  3. Substitute the known values: 0.15+0.25+0.4+P(4)=10.15 + 0.25 + 0.4 + P(4) = 1.
  4. Simplify: 0.8+P(4)=10.8 + P(4) = 1.
  5. Solve for P(4)P(4): P(4)=10.8=0.2P(4) = 1 - 0.8 = 0.2.

Algebraic Applications

TMUA questions often involve algebra to test the depth of your understanding of this property. You may be required to solve for a constant kk that defines a probability distribution.

Worked Example: Solving for a Constant

A bag contains red, blue, and yellow balls. The probability of picking a red ball is 2k2k, the probability of picking a blue ball is kk, and the probability of picking a yellow ball is k2k^2. Given these are the only colours in the bag, find the possible values of kk.

Solution:

  1. Since these are the only colours, the events are exhaustive. They are also mutually exclusive as only one ball is picked.
  2. Sum the probabilities to one: k2+2k+k=1k^2 + 2k + k = 1.
  3. Form a quadratic equation: k2+3k1=0k^2 + 3k - 1 = 0.
  4. Use the quadratic formula to solve for kk: k=3±324(1)(1)2(1)=3±132k = \frac{-3 \pm \sqrt{3^2 - 4(1)(-1)}}{2(1)} = \frac{-3 \pm \sqrt{13}}{2}.
  5. Since probability must be non-negative, kk cannot be 3132\frac{-3 - \sqrt{13}}{2} (which is negative). Therefore, the only valid solution is k=3+132k = \frac{-3 + \sqrt{13}}{2}.

The Complement Rule

A direct consequence of the exhaustive property is the Complement Rule. For any event AA, the events AA and 'not AA' (denoted AA') are mutually exclusive and exhaustive. Therefore:

P(A)+P(A)=1    P(A)=1P(A)P(A) + P(A') = 1 \implies P(A') = 1 - P(A)

This is often the most efficient way to solve problems asking for the probability of 'at least one' outcome, by subtracting the probability of 'none' from 1.

Key takeaways

  • Exhaustive events cover 100 percent of all possible outcomes in an experiment.
  • Mutually exclusive events cannot occur at the same time, so their probabilities can be added directly.
  • If a set of events is both exhaustive and mutually exclusive, the sum of their probabilities is always exactly 1.
  • The complement rule P(A)=1P(A)P(A') = 1 - P(A) is a specific application of the exhaustive property for two outcomes.
Tips

When faced with a TMUA question involving unknown probabilities, always start by checking if you have been given an exhaustive set. If you have, immediately write down an equation where the sum equals 1. This is usually the first step to finding a missing variable.

Cautions

Do not assume a set is exhaustive unless the question states those are the only possible outcomes. If there is a possibility of 'other' outcomes, the sum of the known probabilities will be less than 1.

Insight

This property is the foundation of the Axioms of Probability defined by Kolmogorov. It essentially states that the probability of the sample space SS is P(S)=1P(S) = 1. In set theory terms, the events form a partition of the universal set.

Worked Examples

Example 1
Charlie has a bowl containing red sweets and green sweets only. The sweets are identical in all respects except colour.

There are nine sweets in total in the bowl.

Charlie eats two sweets from the bowl at random.

The probability of Charlie not eating any green sweets is
512\frac{5}{12}.

What is the probability that Charlie eats two green sweets?
A:227\frac{2}{27}
B:112\frac{1}{12}
C:19\frac{1}{9}
D:427\frac{4}{27}
E:16\frac{1}{6}
F:14\frac{1}{4}
G:712\frac{7}{12}

Frequently asked questions

Can the sum of probabilities ever be greater than 1?

No. If you find a sum greater than 1, the events are likely not mutually exclusive, meaning there is an overlap being counted twice. The total probability of the sample space is always capped at 1.

What happens if the set of events is mutually exclusive but not exhaustive?

If the events are not exhaustive, their probabilities will sum to a value less than 1. The remaining probability represents the other outcomes not included in your set.

Are 'outcomes' and 'events' the same thing?

Technically, an outcome is a single result (like rolling a 3), while an event is a collection of outcomes (like rolling an odd number). The property applies to both as long as the set categorises every outcome without overlap.

Does this property apply to continuous variables?

While the principle is similar, for continuous variables we use the integral of a probability density function over the entire range, which must equal 1. For TMUA M7.4, the focus is primarily on discrete sets.

Ready to test your knowledge?

You've reached the end of this section. Start a practice session to solidify your understanding and master this topic.