Mutually Exclusive vs. Independent Events
Mutually exclusive events cannot occur together, so their intersection has probability zero.
More key points
- Independent events do not change one another’s probabilities, so P(A and B) = P(A)P(B).
- For events with positive probability, mutually exclusive events are not independent: learning that one occurred makes the other impossible.
On this page7 sections
The words sound as if they describe similar ideas, but they answer different questions. Mutually exclusive asks whether two events can happen on the same trial. Independent asks whether knowing the outcome of one event changes the probability of the other. A pair of events can be neither, and it is possible for them to be both only in the special case where one event has probability zero. Keeping the questions separate prevents a common probability error.
What mutually exclusive means
Events A and B are mutually exclusive (also called disjoint) when they have no outcomes in common. Their intersection is empty, written A ∩ B = ∅, and therefore P(A and B) = 0. If one event occurs, the other cannot occur on that same trial. For one roll of a standard six-sided die, A = “roll a 2” and B = “roll a 5” are mutually exclusive. The die cannot show both values at once.
For mutually exclusive events, the addition rule simplifies: P(A or B) = P(A) + P(B). The general addition rule is P(A or B) = P(A) + P(B) − P(A and B). Subtract the intersection because outcomes in both groups would otherwise be counted twice. When the events are disjoint, the overlap is zero, so nothing needs to be subtracted. The word “or” in probability usually includes either event or both; for disjoint events, “both” is impossible anyway.
What independent means
Events A and B are independent when the occurrence of one gives no information that changes the probability of the other. A useful test is P(B given A) = P(B), provided P(A) is not zero. An equivalent multiplication rule is P(A and B) = P(A) × P(B). These formulas express the same idea: the chance of both occurring is the product of their separate chances when one does not affect the other.
Suppose a fair coin is flipped twice. Let A be “the first flip is heads” and B be “the second flip is heads.” Each event has probability 1/2, and the result of the first flip does not change the second flip. Thus P(A and B) = (1/2)(1/2) = 1/4. This is a model of independent events. By contrast, drawing two cards without replacement usually creates dependence: after a card is removed, the composition of the deck changes.
Why disjoint events with positive chances are dependent
Return to the die events A = “roll a 2” and B = “roll a 5.” They are mutually exclusive, so P(A and B) = 0. If they were independent, the multiplication rule would give P(A and B) = (1/6)(1/6) = 1/36. Since zero is not 1/36, they are not independent. The conditional-probability check reaches the same conclusion: before the roll, P(B) = 1/6; once A has occurred, P(B given A) = 0.
This is the key distinction: disjointness makes one event rule out the other; independence means one event leaves the other’s chances alone. If both events have positive probability, ruling one out changes the other’s conditional probability to zero, so they cannot be independent. In set terms, the intersection is empty; in probability terms, the multiplication test fails. On an exam, do not select “independent” merely because two events are described separately or seem unrelated in ordinary conversation.
A quick method for classifying a pair
- Write down the trial and define each event precisely. The same labels can overlap in one setting and be disjoint in another.
- Ask whether a single outcome can satisfy both events. If not, they are mutually exclusive and P(A and B) = 0.
- Check whether learning that A occurred changes the probability of B. If P(B given A) equals P(B), the events are independent.
- When numerical probabilities are available, compare P(A and B) with P(A)P(B). Equality means independence.
- For a zero-probability event, conditional probability may be undefined. Use the multiplication definition carefully: an impossible event is independent of every event under the standard probability definition, a boundary case rarely intended by ordinary word problems.
Worked examples
Example 1: one card drawn
Draw one card from a standard 52-card deck. Let A be “the card is a king” and B be “the card is a heart.” These events are not mutually exclusive because the king of hearts satisfies both. Their intersection has one card, so P(A and B) = 1/52. If A and B were independent, the product would be (4/52)(13/52) = 1/52. The equality confirms independence: knowing the card is a king leaves a 1-in-4 chance it is a heart, the same as the overall heart probability. This example shows that events can overlap and still be independent.
Example 2: two cards without replacement
Draw two cards without replacement. Let A mean the first card is an ace and B mean the second card is an ace. The events are not mutually exclusive: two aces can be drawn. But they are dependent. After an ace appears first, only three aces remain among 51 cards, so P(B given A) = 3/51, which is less than the original P(B) = 4/52. The first result changed the second probability. Multiplying the conditional probabilities gives P(A and B) = (4/52)(3/51).
Example 3: selecting a number
Choose one integer at random from 1 through 10. Let A be “the number is even” and B be “the number is greater than 7.” The overlap is {8, 10}; therefore the events are not mutually exclusive. P(A) = 5/10, P(B) = 3/10, and P(A and B) = 2/10. The product P(A)P(B) is 15/100, while the actual intersection probability is 20/100. They are not independent. Here the overlap is larger than independence would predict.
Common mistakes
- Treating ‘mutually exclusive’ and ‘independent’ as synonyms. One describes overlap; the other describes conditional probability.
- Adding probabilities for events that overlap without subtracting P(A and B). Use the general addition rule unless disjointness is established.
- Multiplying P(A)P(B) without checking independence. For dependent events, use P(A and B) = P(A)P(B given A).
- Assuming events in separate sentences are independent. The sample space and mechanism determine dependence, not the way a question is worded.
- Confusing ‘or’ with ‘and.’ Addition rules address A or B; multiplication rules address A and B.
Exam takeaway
Translate the relationship into a test before calculating. “Cannot both happen” means mutually exclusive. “One outcome does not change the chance of the other” means independent. For two positive-probability mutually exclusive events, the answer to the independence question is no. When you need the probability of either event, use the addition rule; when you need both, use the multiplication rule and verify whether a conditional probability is required.
Common questions
Can events be mutually exclusive and independent at the same time?
If both have positive probability, no. Mutual exclusivity makes the conditional probability of one event zero after the other occurs. Under the formal definition, an impossible event is a boundary exception because its probability is zero.
Can independent events happen at the same time?
Yes. Independent means one event does not change the probability of the other; it does not mean they cannot overlap. A king and a heart on one card draw are independent and can both occur with the king of hearts.
Which formula should I use for ‘A or B’?
Use P(A or B) = P(A) + P(B) − P(A and B). If A and B are mutually exclusive, the intersection is zero and the formula reduces to addition.