Mutually exclusive union
If we know that event A and event B are mutually exclusive, the probability of either A or B happening is the sum of their probabilities:
P(A \cup B) = P(A) + P(B) \quad \text{if A and B are mutually exclusive}
this is because the probability of both A and B happening at the same time is zero, so we don’t need to subtract it from the sum of their probabilities like we
Example: rolling a die
If we roll a die, the probability of rolling a 1 is
Example: drawing a card
If we draw a card from a standard deck of 52 playing cards, the probability of
drawing a heart is
flashcards
| Question | Answer |
|---|---|
| What is the general formula for the probability of A or B when A and B are mutually exclusive? | |
| Why does the union rule for mutually exclusive events not include a subtraction term? | Because the probability of both events happening at the same time is zero, so we don’t need to subtract the intersection. |
| In the die roll example, what is the probability of rolling a 1 or a 2? | |
| In a standard deck of 52 cards, what is the probability of drawing a heart or a black card? | |
| Why are “drawing a heart” and “drawing a black card” mutually exclusive? | Because it is impossible to pick a black card and a heart, as hearts are red. |