Counting Outcomes That Belong to Either Event
Suppose we ask everyone in a class how they traveled to school. We then choose one student at random and ask for the probability that the student came by bicycle OR motorcycle.
The word "OR" joins the two events. The addition rule calculates the probability that event occurs, event occurs, or both occur when an overlap is possible.
Two cases determine which formula to use:
- The events cannot happen in the same trial. These are mutually exclusive events.
- The events can happen in the same trial. These events are not mutually exclusive.
The difference is whether the two events have an overlap.
Mutually Exclusive Events
Mutually exclusive events, also called disjoint events, cannot occur together in a single trial.
If event occurs, event does not occur, and vice versa.
Examples:
- One coin toss produces either "Heads" or "Tails," never both at once.
- Zain traveled to school by motorcycle OR by bicycle, assuming each student used one mode of transport.
- Rolling two dice: The event "the sum is " OR the event "getting doubles (same number on both dice)".
- Sum is : , , , , ,
Formula for Mutually Exclusive Events
If events and are mutually exclusive, their intersection is empty. The probability of "A OR B" is therefore the sum of their individual probabilities.
Worked example:
For the two-dice experiment above:
- Probability of sum being (): there are pairs out of total, so the probability is
The probability of obtaining a sum of OR doubles is:
Not Mutually Exclusive Events
Events that are not mutually exclusive can occur together in one trial, so their outcome sets overlap.
Examples:
- Draw one card from a standard deck. The events "drawing an Ace" and "drawing a Heart ()" overlap at the Ace of Hearts ().
- Rolling two dice: The event "the sum is " OR the event "getting doubles".
- Sum is : , , , ,
Why simple addition is not enough
Adding would count the intersection twice: once as part of and once as part of .
For the "sum is OR doubles" example:
- : there are pairs, so the probability is
- is pairs, namely
Direct addition gives , but the pair appears in both groups. Subtracting its probability once removes the duplicate count.
Formula for Not Mutually Exclusive Events
For events and that are not mutually exclusive, the way to calculate the probability of "A OR B" is:
The term is the probability of the intersection, where and occur together. Subtracting it once corrects the double count.
Worked example:
Continue with the "sum is OR doubles" example:
- The probability of the event "sum is AND doubles" () is just one outcome: the pair . So its probability is .
The probability of getting a sum of OR doubles is:
How mathematics uses "OR"
In mathematics, " or " includes three possibilities: only , only , or both when an overlap exists. This is an inclusive use of "or," unlike everyday expressions that may require choosing exactly one alternative.
When to Use Which Formula
- Check the overlap: Can events and occur in the same trial?
- If they cannot occur together: Use .
Exercise
In a class of students, belong to the mathematics club, belong to the science club, and belong to both clubs. One student is selected at random.
- What is the probability that the selected student belongs to the mathematics club or the science club?
- What is the probability that the student belongs to neither club?
Worked Solution
Let be the event “belongs to the mathematics club” and the event “belongs to the science club.” The students in both clubs are included in both counts, so adding would count them twice. The general addition rule removes that duplicate count:
There are students outside both clubs. Therefore,
The two probabilities add to , which checks that the class has been divided into two complementary groups: students in at least one club and students in neither club.
The overlap must be subtracted exactly once because it was already included in both original counts. This complement check is a quick way to catch an omitted or duplicated group before accepting the result.