# Nakafa Framework: LLM
URL: https://nakafa.com/en/subject/high-school/12/mathematics/combinatorics/probability-of-mutually-exclusive-events
Source: https://raw.githubusercontent.com/nakafaai/nakafa.com/refs/heads/main/packages/contents/subject/high-school/12/mathematics/combinatorics/probability-of-mutually-exclusive-events/en.mdx
Output docs content for large language models.
---
export const metadata = {
   title: "Probability of Mutually Exclusive Events",
   description: "Understand mutually exclusive events in probability with clear explanations and examples. Learn how to calculate their probabilities and apply concepts effectively.",
   authors: [{ name: "Nabil Akbarazzima Fatih" }],
   date: "05/26/2025",
   subject: "Combinatorics",
};
## Understanding Mutually Exclusive Events
In everyday life, we often face situations where **two events cannot occur simultaneously**. For example, when flipping a coin, we cannot get both heads and tails at the same time in a single flip. Events like these are called mutually exclusive events.
**Mutually exclusive events** are two or more events that cannot occur simultaneously in a single experiment. If one event occurs, then the other event will definitely not occur.
As a simple illustration, imagine you draw one card from a deck. The card you draw cannot be both red and black at the same time. These two events are mutually exclusive because there is no card that has both colors.
## Characteristics of Mutually Exclusive Events
### No Intersection
The main characteristic of mutually exclusive events is **having no intersection or common elements**. In mathematical notation, if A and B are mutually exclusive events, then:
The symbol  indicates an empty set, meaning there are no common elements between the two events.
### Examples in Real Life
Several examples of mutually exclusive events that are easy to understand:
- In dice rolling: getting an even number and getting an odd number
- In card drawing: drawing an Ace and drawing a King in a single draw
- In a race: placing first and placing second simultaneously
### Identifying Mutually Exclusive Events
To identify whether two events are mutually exclusive, ask yourself: "Can these two events occur simultaneously in one experiment?" If the answer is no, then the two events are mutually exclusive.
## Formula for Probability of Mutually Exclusive Events
Since mutually exclusive events have no intersection, calculating their probability becomes simpler. The **basic formula** for the probability of mutually exclusive events is:
This formula shows that the probability of event A or event B occurring equals the sum of the individual probabilities of each event.
### Why This Formula Works
Unlike events that are not mutually exclusive, in mutually exclusive events we don't need to subtract the intersection because . Therefore, the general formula:
Becomes:
## Application in Calculations
### Dice Rolling
A die is rolled once. Determine the probability of getting a prime number or a number greater than 4.
**Solution:**
Sample space: S = 
- Event A (prime number): A = 
- Event B (number > 4): B = 
Check intersection: 
Since there is an intersection (number 5), the two events are **not mutually exclusive**. Let's use an example that is truly mutually exclusive.
**Correct Example:**
- Event A (odd number): A = 
- Event C (even number): C = 
Check intersection: 
Since there is no intersection, the two events are **mutually exclusive**.
This result makes sense because in dice rolling, either an odd or even number will definitely appear (all possibilities are covered).
### Rolling Two Dice
Two dice are rolled simultaneously. Determine the probability of getting a sum of 5 or a sum of 7.
**Solution:**
To understand more clearly, let's look at all possible outcomes of rolling two dice in the following table:
| Die 1 \\ Die 2 | 1 | 2 | 3 | 4 | 5 | 6 |
|------------------|---|---|---|---|---|---|
| **1** |  |  |  |  |  |  |
| **2** |  |  |  |  |  |  |
| **3** |  |  |  |  |  |  |
| **4** |  |  |  |  |  |  |
| **5** |  |  |  |  |  |  |
| **6** |  |  |  |  |  |  |
Total possibilities = 
**Event identification:**
**Event A (sum = 5):**
From the table above, pairs that produce sum 5 are:
- 
- 
- 
- 
So there are **4 ways** to get sum 5.
**Event B (sum = 7):**
From the table above, pairs that produce sum 7 are:
- 
- 
- 
- 
- 
- 
So there are **6 ways** to get sum 7.
**Check intersection:** It's impossible for the sum to be both 5 and 7, so 
Both events are **mutually exclusive**.
**Solution for fraction addition:**
To add , we need to find the LCM of 9 and 6.
, so:
## Problem Solving Strategy
### Systematic Steps
To solve probability problems for mutually exclusive events, follow these steps:
1. **Identify the sample space** and determine the total possible outcomes
2. **Define the events** mentioned in the problem clearly
3. **Check intersection** between events to ensure they are mutually exclusive
4. **Calculate the probability of each** event separately
5. **Apply the formula** 
### Practical Tips
Several tips to facilitate understanding:
- **Visualize** events using diagrams or tables when possible
- **Double-check** whether the final result makes sense (probability must be between 0 and 1)
- **Ensure interpretation** of the word "or" in the problem corresponds to the union operation
### Beware of Events That Appear Mutually Exclusive
Many students incorrectly identify mutually exclusive events. Here are examples of events that **appear** mutually exclusive but **actually are not**:
**Example 1: Dice Rolling**
- Event A: Getting a prime number = 
- Event B: Getting an odd number = 
**Common mistake**: "Prime and odd are different, so they are mutually exclusive"
**Reality**:  ≠ ∅, so **not mutually exclusive**
**Example 2: Card Drawing**
- Event A: Drawing a red card
- Event B: Drawing an Ace
**Common mistake**: "Color and card type are different, so they are mutually exclusive"
**Reality**: There are red Aces (Ace of hearts and Ace of diamonds), so **not mutually exclusive**
**Example 3: Student Characteristics**
- Event A: Students who are tall (> 160 cm)
- Event B: Students who are smart (score > 80)
**Common mistake**: "Height and intelligence are unrelated"
**Reality**: There can be students who are both tall and smart, so **not mutually exclusive**
**Identification Strategy:**
1. **Ask**: "Can one element satisfy both criteria simultaneously?"
2. **Find intersection**: Identify elements that belong to both events
3. **If there is intersection**: Events are **not mutually exclusive**
4. **If there is no intersection**: Events are **mutually exclusive**
## Exercises
1. A die is rolled once. Determine the probability of getting a number less than 3 or a number greater than 5.
2. From a standard deck of bridge cards, one card is drawn randomly. Calculate the probability of drawing an Ace or a King.
3. Two coins are flipped simultaneously. Determine the probability of getting exactly one tail or exactly two heads.
4. In a box there are 10 balls numbered 1 to 10. A ball is drawn randomly. Calculate the probability of drawing an even-numbered ball or an odd prime-numbered ball.
### Answer Key
1. **Solution:**
   
   Sample space: S = , so 
   
   - Event A (number < 3): A = , so 
   - Event B (number > 5): B = , so 
   
   Check intersection:  (no number is simultaneously < 3 and > 5)
   
   Since they are mutually exclusive, use the formula:
   
   
   
   
   
   
   
   
2. **Solution:**
   
   Total cards = 
   
   - Event A (Ace card):  Ace cards
   - Event B (King card):  King cards
   
   Check intersection: No card is simultaneously an Ace and a King, so 
   
   Both events are mutually exclusive.
   
   
   
   
   
   
   
   
3. **Solution:**
   
   Sample space for flipping two coins: , total = 
   
   - Event A (exactly one tail): , so 
   - Event B (exactly two heads): , so 
   
   Check intersection:  (impossible to have exactly one tail and exactly two heads simultaneously)
   
   
   
   
   
   
   
   
4. **Solution:**
   Odd prime is a prime number that is also odd. Prime numbers from 1-10 are , so odd primes are .
   
   Sample space: S = , so 
   
   - Event A (even number): A = , so 
   - Event B (odd prime number): B = , so 
   
   Check intersection:  (no number is simultaneously even and odd prime)
   
   
   
   
   
   
   
   
   **Solution for fraction addition:**
   To add , we need to equalize the denominators.
   , so: