Definition
Disjoint Events, also known as Mutually Exclusive Events, are pairs of events in a probability space that cannot occur simultaneously. In formal terms, two events \(A\) and \(B\) are disjoint if their intersection is empty, that is, \(A \cap B = \emptyset\). This denotes that if event \(A\) occurs, event \(B\) cannot occur, and vice versa.
Examples
Tossing a Coin: Consider the events of getting a head (H) or a tail (T) in a single coin toss. The events are disjoint because you cannot get both a head and a tail in one toss.
- Event A (Head): {H}
- Event B (Tail): {T}
- \(A \cap B = \emptyset\)
Rolling a Die: When rolling a six-sided die, the events of getting an even number (2, 4, 6) and an odd number (1, 3, 5) are disjoint because you cannot roll an even and odd number simultaneously.
- Event A (Even): {2, 4, 6}
- Event B (Odd): {1, 3, 5}
- \(A \cap B = \emptyset\)
Drawing a Card: Choosing a card from a standard deck of 52 cards, the events “drawing a Spade” and “drawing a Heart” are disjoint because a card cannot be both a Spade and a Heart.
- Event A (Spade): {all Spades}
- Event B (Heart): {all Hearts}
- \(A \cap B = \emptyset\)
Frequently Asked Questions
Q1. Can two events be independent and disjoint at the same time? No, two events cannot be independent and disjoint at the same time, except if one of them has a probability of zero. For disjoint events, the occurrence of one event excludes the occurrence of the other, making them dependent by definition.
Q2. How do you calculate the probability of either of two disjoint events occurring? For two disjoint events \(A\) and \(B\), the probability of either occurring is the sum of their individual probabilities: \[ P(A \cup B) = P(A) + P(B) \]
Q3. Are complementary events always disjoint? Yes, complementary events are always disjoint. The occurrence of an event and its complement are mutually exclusive, as the complement represents all outcomes not included in the event.
Related Terms
- Probability Space: A mathematical construct that provides a formal model for random phenomena. It consists of a sample space, a set of events, and a probability measure.
- Intersection (\(\cap\)): The set of outcomes that are common to two or more events.
- Union (\(\cup\)): The set of all outcomes that are in at least one of the events.
- Complement: For an event \(A\), the complement (\(A^c\)) consists of all outcomes in the sample space that are not in \(A\).
Online References
- Investopedia on Mutually Exclusive Events
- Wikipedia on Mutual Exclusivity
- Khan Academy - Probability: Mutually exclusive events
Suggested Books for Further Studies
- “Introduction to Probability” by Dimitri P. Bertsekas and John N. Tsitsiklis
- “A First Course in Probability” by Sheldon Ross
- “Probability and Statistics for Engineers and Scientists” by Ronald E. Walpole, Raymond H. Myers, and Sharon L. Myers
- “An Introduction to Probability Theory and Its Applications” by William Feller
Fundamentals of Disjoint Events: Statistics Basics Quiz
Thank you for exploring the concept of disjoint events with us. Happy studying!