Introduction
In probability theory, understanding the relationship between events is fundamental to calculating likelihoods correctly. Two common types of relationships are mutually exclusive events and dependent events.
Mutually Exclusive Events
Mutually exclusive events, also known as disjoint events, are two events that cannot happen at the same time.
Definition
If event A and event B are mutually exclusive, then the probability of both occurring is zero: $P(A \cap B) = 0$.
Example: Rolling a Die
Suppose you roll a standard six-sided die:
- Event A: Rolling a 2.
- Event B: Rolling a 5. It is impossible to roll a 2 and a 5 simultaneously on a single die. Therefore, these events are mutually exclusive.
Dependent Events
Dependent events are events where the outcome of one event affects the probability of the outcome of the other event.
Definition
If event A and event B are dependent, the occurrence of A changes the probability of B occurring: $P(B | A) \neq P(B)$.
Example: Drawing Cards
Suppose you have a deck of 52 cards and you draw two cards without replacement:
- Event A: The first card drawn is an Ace.
- Event B: The second card drawn is an Ace. After drawing the first Ace, there are only 51 cards remaining in the deck, and only 3 of them are Aces. The probability of the second event is directly influenced by the outcome of the first. Thus, they are dependent.
Summary Comparison
| Feature | Mutually Exclusive | Dependent |
|---|---|---|
| **Relationship** | Cannot occur simultaneously | One affects the other |
| **Mathematical Notation** | $P(A \cap B) = 0$ | $P(A \cap B) = P(A) \cdot P(B|A)$ |