Mutually Exclusive Events

When two events cannot happen at the same time, use this formula to find the probability that at least one of them occurs.

P(AB)=0    P(AB)=P(A)+P(B)P(A \cap B) = 0 \implies P(A \cup B) = P(A) + P(B)

Solve a problem with Mutually Exclusive Events

Type the problem. The solver will use Mutually Exclusive Events where Mutually Exclusive Events is the right tool, and tell you when it is not.

Drag one in or paste from the clipboard. JPEG, PNG or WebP. You get the transcription to check before anything is solved.

How to get a better answer
  • Paste the whole problem, including the instruction word — "simplify", "solve for x" and "factor" lead to three different answers.
  • Say what you have already tried. "I got x = 4 and the book says 2" turns a solution into a diagnosis.
  • Set the level in the settings button. A calculus shortcut is not a better answer if you have not met derivatives yet.
  • For a photo, get the whole problem in frame and hold the page flat — you get the transcription to fix before anything is solved.

What each symbol means

What Mutually Exclusive Events takes
AA
BB
Mutually Exclusive Events
SymbolMeaning
AAThe first event: a specific outcome or collection of outcomes in a probability experiment, with probability P(A)P(A) between 0 and 1; if read as a number rather than an event, the formula cannot be applied.
BBThe second event: another outcome or collection of outcomes in the same experiment with probability P(B)P(B) between 0 and 1; if confused with a probability itself, you may fail to check if it is mutually exclusive with AA.

When to use it

Use this when you need the probability of at least one outcome occurring among two events that cannot happen together.

Level

Usually taught in: Algebra II

Worked examples

1. Rolling a die for specific numbers

Problem

Roll a fair six-sided die. What is the probability of rolling a 3 or a 5?
  1. P(rolling a 3)=16P(\text{rolling a 3}) = \frac{1}{6}

    There is one favorable outcome (rolling a 3) among six equally likely outcomes on the die.

  2. P(rolling a 5)=16P(\text{rolling a 5}) = \frac{1}{6}

    Similarly, rolling a 5 is one outcome among six equally likely possibilities.

  3. P(rolling a 3 or 5)=16+16P(\text{rolling a 3 or 5}) = \frac{1}{6} + \frac{1}{6}

    Since the events are mutually exclusive—a single roll cannot be both 3 and 5 simultaneously—we add the probabilities using P(AB)=P(A)+P(B)P(A \cup B) = P(A) + P(B).

  4. 16+16=26=13\frac{1}{6} + \frac{1}{6} = \frac{2}{6} = \frac{1}{3}

    Combine the numerators and simplify the fraction by dividing both numerator and denominator by 2.

Answer: 13\frac{1}{3}

Mutually exclusive events cannot occur at the same time, so there is no overlap to worry about. We simply add their probabilities because each outcome belongs to exactly one event.

2. Drawing from a standard deck

Problem

Draw one card from a standard 52-card deck. What is the probability of drawing either a queen or an ace?
  1. P(queen)=452P(\text{queen}) = \frac{4}{52}

    There are 4 queens in a standard deck of 52 cards, so the probability is the ratio of favorable to total outcomes.

  2. P(ace)=452P(\text{ace}) = \frac{4}{52}

    Similarly, there are exactly 4 aces in the deck, giving the same probability.

  3. P(queen or ace)=452+452P(\text{queen or ace}) = \frac{4}{52} + \frac{4}{52}

    A single drawn card cannot be both a queen and an ace, so these events are mutually exclusive, allowing us to add their probabilities directly.

  4. 452+452=852=213\frac{4}{52} + \frac{4}{52} = \frac{8}{52} = \frac{2}{13}

    Combine the fractions by adding numerators, then reduce by dividing both numerator and denominator by 4.

Answer: 213\frac{2}{13}

Mutually exclusive events share no outcomes, so adding their probabilities avoids any double-counting. Each of the 8 favorable cards belongs to exactly one rank.

3. Road trip hazard probability during the first leg

Problem

A traveler is driving through a mountain pass on the first leg of a road trip. The weather service reports that the probability of encountering a fallen tree blocking the road is 0.08, and the probability of a rockslide is 0.12. In this canyon, these hazards cannot occur at the same location. What is the probability of encountering either a fallen tree or a rockslide?
  1. P(fallen tree)=0.08P(\text{fallen tree}) = 0.08

    The forecast estimates an 8% chance of a tree blocking the road on this section of the mountain pass.

  2. P(rockslide)=0.12P(\text{rockslide}) = 0.12

    The forecast estimates a 12% chance of a rockslide in the canyon on this leg of the trip.

  3. P(fallen tree or rockslide)=0.08+0.12P(\text{fallen tree or rockslide}) = 0.08 + 0.12

    Because the hazards occur at different locations in the pass and cannot both block the road at once, they are mutually exclusive, so we add the probabilities.

  4. 0.08+0.12=0.200.08 + 0.12 = 0.20

    Perform the addition to find the probability of encountering at least one hazard during this leg of the journey.

Answer: 0.20 or 20%0.20 \text{ or } 20\%

On this leg of the road trip, two hazards cannot happen at the same place, making them mutually exclusive. We can directly add their probabilities to find the overall chance of facing at least one obstacle without worrying about scenarios counted twice.

Common mistakes

Where Mutually Exclusive Events usually goes wrong
Answer came out wrong
Applying the formula to events that overlap: if AA = rolling at most a 4 and BB = rolling at least a 3, writing P(AB)=P(A)+P(B)P(A \cup B) = P(A) + P(B) without checking.
Always verify that P(AB)=0P(A \cap B) = 0 first. If events overlap, use the general Addition Rule: P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B) to subtract the overlap.
Confusing mutually exclusive with independent: saying that rolling a 3 on the first die and rolling a 3 on the second die are mutually exclusive, then adding their probabilities.
Mutually exclusive means P(AB)=0P(A \cap B) = 0, so the events cannot both happen. Independent means one event's outcome does not affect the other's probability. Confirm mutual exclusivity before using this formula.
Using the formula to find P(AB)P(A \cap B) when events are mutually exclusive: if P(A)=0.3P(A) = 0.3 and P(B)=0.4P(B) = 0.4 are mutually exclusive, writing P(AB)=0.3+0.4=0.7P(A \cap B) = 0.3 + 0.4 = 0.7.
Read carefully: if the question asks for the intersection (AND), the answer is always 0 for mutually exclusive events. If it asks for the union (OR), then use P(AB)=P(A)+P(B)P(A \cup B) = P(A) + P(B).
The mistakeWhy it is wrongThe fix
Applying the formula to events that overlap: if AA = rolling at most a 4 and BB = rolling at least a 3, writing P(AB)=P(A)+P(B)P(A \cup B) = P(A) + P(B) without checking.These events are not mutually exclusive because rolling a 3 or 4 satisfies both conditions; the outcomes overlap.Always verify that P(AB)=0P(A \cap B) = 0 first. If events overlap, use the general Addition Rule: P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B) to subtract the overlap.
Confusing mutually exclusive with independent: saying that rolling a 3 on the first die and rolling a 3 on the second die are mutually exclusive, then adding their probabilities.Independent events can both occur (one on each die); mutually exclusive means they cannot occur together at all. These are not mutually exclusive.Mutually exclusive means P(AB)=0P(A \cap B) = 0, so the events cannot both happen. Independent means one event's outcome does not affect the other's probability. Confirm mutual exclusivity before using this formula.
Using the formula to find P(AB)P(A \cap B) when events are mutually exclusive: if P(A)=0.3P(A) = 0.3 and P(B)=0.4P(B) = 0.4 are mutually exclusive, writing P(AB)=0.3+0.4=0.7P(A \cap B) = 0.3 + 0.4 = 0.7.The formula gives P(AB)P(A \cup B), not P(AB)P(A \cap B). For mutually exclusive events, P(AB)=0P(A \cap B) = 0 by definition, not the sum.Read carefully: if the question asks for the intersection (AND), the answer is always 0 for mutually exclusive events. If it asks for the union (OR), then use P(AB)=P(A)+P(B)P(A \cup B) = P(A) + P(B).

Tips and when to use something else

  • Always verify that P(AB)=0P(A \cap B) = 0 before applying this formula—this confirms the events truly are mutually exclusive.
  • If events can occur together, use the general Addition Rule instead: P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B), which subtracts the overlap to avoid double-counting.
  • This formula only works for finding the union (OR); for the intersection (AND) of mutually exclusive events, P(AB)=0P(A \cap B) = 0 always.
  • Mutually exclusive is not the same as independent; independent events often can occur together, so use the Multiplication Rule P(AB)=P(A)P(B)P(A \cap B) = P(A) \cdot P(B) for those instead.

Frequently asked questions

What's the difference between mutually exclusive and independent events?
Mutually exclusive means two events cannot occur at the same time, so if one happens, the other definitely does not (P(AB)=0P(A \cap B) = 0). Independent means the occurrence of one event does not change the probability of the other. Events can be independent but not mutually exclusive (like rolling two separate dice), or mutually exclusive but dependent (like drawing two cards without replacement from the same deck).
Can I use this formula if I have more than two events?
Yes. For three mutually exclusive events AA, BB, and CC, use P(ABC)=P(A)+P(B)+P(C)P(A \cup B \cup C) = P(A) + P(B) + P(C). You can extend this to any number of mutually exclusive events—just keep adding their individual probabilities as long as no two events can occur at the same time.
Why do I need to subtract overlap in the general Addition Rule but not here?
When events can overlap, some outcomes might satisfy both AA and BB, and the formula P(A)+P(B)P(AB)P(A) + P(B) - P(A \cap B) subtracts that overlap to avoid counting those outcomes twice. With mutually exclusive events, there is no overlap because P(AB)=0P(A \cap B) = 0 by definition, so you subtract nothing and just add directly.
How do I know if two events are mutually exclusive?
Two events are mutually exclusive if they cannot possibly occur together. For instance, drawing a heart and drawing a spade on a single card draw are mutually exclusive (a card cannot be both). Rolling a 4 and rolling an odd number on one die are mutually exclusive (4 is even). If there is any scenario where both could happen together, they are not mutually exclusive.

Need a different method?

The full solver is not scoped to one formula — type any problem and it will pick the method.

Open the math solver

Reviewed 2026-09-18