A die is rolled. Let \(E\) be the event “die shows 4” and \(F\) be the event “die shows even number”. Are \(E\) and \(F\) mutually exclusive?
Theory
Two events are said to be mutually exclusive if they cannot occur simultaneously. Mathematically,
\[ E \cap F = \varnothing \]
This means there is no common outcome between the events. If even a single outcome is common, the events are not mutually exclusive.
Solution Roadmap
- Step 1: Write the sample space of experiment
- Step 2: Define both events explicitly
- Step 3: Find intersection \(E \cap F\)
- Step 4: Check if intersection is empty or not
- Step 5: Conclude using definition
Visual Insight
Common element (4) lies in both events
Solution
The sample space for a single throw of a fair die is:
\[ S = \{1,2,3,4,5,6\} \]
Event \(E\): Die shows 4
\[ E = \{4\} \]
Event \(F\): Die shows an even number
\[ F = \{2,4,6\} \]
Now, we find the intersection of events \(E\) and \(F\).
\[ E \cap F = \{4\} \cap \{2,4,6\} \]
The common element in both sets is:
\[ E \cap F = \{4\} \]
Since the intersection contains an element, i.e., it is not empty, we conclude:
\[ E \cap F \neq \varnothing \]
Therefore, events \(E\) and \(F\) are not mutually exclusive.
Also, if event \(E\) occurs (i.e., outcome is 4), then event \(F\) automatically occurs, because 4 is an even number.
Exam Significance
- This concept is directly used in probability addition rule: \[ P(E \cup F) = P(E) + P(F) - P(E \cap F) \]
- In Board exams, 1–2 mark conceptual questions often test mutual exclusivity
- In JEE Main, this idea appears in event classification and conditional probability
- In advanced problems, confusion between independent and mutually exclusive events is common