# Nakafa Framework: LLM
URL: https://nakafa.com/en/subject/high-school/10/mathematics/probability/two-events-not-mutually-exclusive
Source: https://raw.githubusercontent.com/nakafaai/nakafa.com/refs/heads/main/packages/contents/subject/high-school/10/mathematics/probability/two-events-not-mutually-exclusive/en.mdx
Output docs content for large language models.
---
export const metadata = {
  title: "Non-Mutually Exclusive Events A and B",
  description: "Calculate overlapping events using P(A or B) = P(A) + P(B) - P(A and B). Avoid double counting with intersection examples and step-by-step solutions.",
  authors: [{ name: "Nabil Akbarazzima Fatih" }],
  date: "04/21/2025",
  subject: "Probability",
};
## What Does Non-Mutually Exclusive Mean?
We learned about [mutually exclusive events](/subject/high-school/10/mathematics/probability/two-events-mutually-exclusive) that can't happen together (like turning left and right at the same time). Now, let's talk about **Non-Mutually Exclusive Events**. These are two (or more) events that **CAN happen at the same time** in a single experiment.
This means it's possible to get an outcome that belongs to event A and also belongs to event B.
**Simple Examples:**
1.  **Drawing a Card:** You draw one card from a standard deck.
    - Event A: Getting a **Heart** ().
    - Event B: Getting a **King**.
      Can events A and B happen together? Absolutely! There's a card that is both a Heart and a King: the **King of Hearts** (). Since they can happen together, events A and B are **non-mutually exclusive**.
2.  **Rolling a Die (once):**
    - Event A: Getting an **even** number ().
    - Event B: Getting a number **greater than 3** ().
      Can these happen together? Yes! The numbers  and  are both even and greater than 3. So, events A and B are **non-mutually exclusive**.
## The Intersection is Important!
In non-mutually exclusive events, there's a part that belongs to both events simultaneously. This part is called the **intersection**.
Because there is an intersection, the probability of event A **AND** B happening together is **greater than zero**.
Or using the intersection symbol:
This is very different from mutually exclusive events, where .
## Calculating P(A OR B) for Non-Mutually Exclusive Events
Since there's a chance that events A and B can happen together, we can't just add  to find .
Why not? Because if we simply add them, the intersection part () gets **counted twice**, once in  and again in .
To get the correct calculation, we must **subtract** the probability of the intersection that was double-counted. This gives us the **General Addition Rule** for probability:
Or using the union and intersection symbols:
This formula works generally, for both mutually exclusive and non-mutually exclusive events. (If they are mutually exclusive,  is zero, so the formula simplifies back to ).
## Calculation Example
Let's use the card example:
- Event A: Getting a Heart (). There are 13 Hearts in 52 cards. .
- Event B: Getting a King. There are 4 Kings in 52 cards. .
- Event A **and** B: Getting the King of Hearts (). There is only 1 King of Hearts. .
So, the probability of getting a Heart OR a King is:
  
  
  
See? We subtract  so the King of Hearts isn't counted twice.