An Event Is a Subset

You already know random experiments and sample spaces. This chapter adds the last layer: events, and a set of axioms that turn 'chance' into computable mathematics.

Toss a coin twice: S={HH,HT,TH,TT}S = \{HH, HT, TH, TT\}. Interested in 'exactly one head'? The outcomes that deliver it are HTHT and THTH, so the happening is captured by the set E={HT,TH}E = \{HT, TH\} — a subset of SS.

Definition. Any subset EE of a sample space SS is called an event.

Two-coin sample space with events written as subsets

Every description of a happening corresponds to a subset, and every subset describes an event:

Description Subset of SS
number of tails is exactly 2 {TT}\{TT\}
number of tails is atleast one {HT,TH,TT}\{HT, TH, TT\}
number of heads is atmost one {HT,TH,TT}\{HT, TH, TT\}
second toss is not head {HT,TT}\{HT, TT\}
number of tails is atmost two SS itself
number of tails is more than two ϕ\phi

Occurrence. The event EE occurs on a run of the experiment if the outcome ω\omega satisfies ωE\omega \in E; if ωE\omega \notin E, the event has not occurred. Roll a die and let EE = 'a number less than 4 appears': outcomes 1, 2 or 3 make EE occur; outcomes 4, 5, 6 do not.

Types of Events

Impossible sure simple and compound events on a die roll

Impossible and sure events. For a die roll, S={1,2,3,4,5,6}S = \{1, 2, 3, 4, 5, 6\}. The event 'a multiple of 7 appears' contains no outcome at all: it is the empty set ϕ\phi, the impossible event. The event 'the number is odd or even' is all of SS: the sure event.

Simple (elementary) event. An event with exactly one sample point, like E1={HH}E_1 = \{HH\} in the two-coin toss. A sample space with nn distinct elements has exactly nn simple events.

Compound event. An event with more than one sample point. Tossing a coin thrice, 'exactly one head' ={HTT,THT,TTH}= \{HTT, THT, TTH\} is compound; so are 'atleast one head' (7 points) and 'atmost one head' ={TTT,THT,HTT,TTH}= \{TTT, THT, HTT, TTH\} (4 points).

The Algebra of Events

Since events are sets, Chapter 1's operations combine them. Let AA, BB be events of a sample space SS.

Venn diagrams for complement union intersection and difference of events

Complementary event ('not AA'). A={ω:ωS and ωA}=SAA' = \{\omega : \omega \in S \text{ and } \omega \notin A\} = S - A. Tossing three coins with A={HTH,HHT,THH}A = \{HTH, HHT, THH\} ('exactly one tail'), the complement is A={HHH,HTT,THT,TTH,TTT}A' = \{HHH, HTT, THT, TTH, TTT\} — every outcome on which AA fails.

The event 'AA or BB' is the union AB={ω:ωA or ωB}A \cup B = \{\omega : \omega \in A \text{ or } \omega \in B\} — either happens, possibly both.

The event 'AA and BB' is the intersection AB={ω:ωA and ωB}A \cap B = \{\omega : \omega \in A \text{ and } \omega \in B\}. Throwing a die twice with AA = 'first throw shows six' and BB = 'sum is atleast 11': AB={(6,5),(6,6)}A \cap B = \{(6,5), (6,6)\}.

The event 'AA but not BB' is the difference AB=ABA - B = A \cap B'AA happens while BB does not.

A worked specimen (die roll): AA = prime ={2,3,5}= \{2, 3, 5\}, BB = odd ={1,3,5}= \{1, 3, 5\}. Then AB={1,2,3,5}A \cup B = \{1, 2, 3, 5\}, AB={3,5}A \cap B = \{3, 5\}, AB={2}A - B = \{2\}, A={1,4,6}A' = \{1, 4, 6\}.

Mutually Exclusive and Exhaustive Events

Disjoint Venn circles versus overlapping circles and exhaustive cover

Mutually exclusive. Events AA and BB are mutually exclusive if the occurrence of one rules out the other — they cannot happen together — i.e. AB=ϕA \cap B = \phi. Die roll: 'odd' ={1,3,5}= \{1, 3, 5\} and 'even' ={2,4,6}= \{2, 4, 6\} are mutually exclusive. But 'odd' and 'less than 4' ={1,2,3}= \{1, 2, 3\} are not: they share 1 and 3.

Remark. Simple events of a sample space are always mutually exclusive — two distinct singletons never overlap.

Exhaustive. Events E1,E2,,EnE_1, E_2, \ldots, E_n are exhaustive if E1E2En=SE_1 \cup E_2 \cup \cdots \cup E_n = S: atleast one of them necessarily occurs on every run. Die roll: A={1,2,3}A = \{1, 2, 3\}, B={3,4}B = \{3, 4\}, C={5,6}C = \{5, 6\} are exhaustive (their union is SS) though AA and BB overlap.

Both at once. If the events are pairwise disjoint AND their union is SS, they are mutually exclusive and exhaustive — they chop SS into non-overlapping pieces that cover everything. The nn simple events always form such a family; so do {1,2,3},{4},{5,6}\{1, 2, 3\}, \{4\}, \{5, 6\}.

This vocabulary is the exact grammar of the axioms coming in the next section — Axiom 3 speaks only about mutually exclusive events.

Solved Examples

Grid of 36 ordered pairs for two dice with sum 9 and doublets highlighted

For any two-dice question, count cells on this 36-pair grid — each cell has probability 136\frac{1}{36}.

Example 1. A die is rolled. AA = 'getting a prime number', BB = 'getting an odd number'. Write the sets for (i) AA or BB (ii) AA and BB (iii) AA but not BB (iv) not AA.

Solution.

Step 1 — write the sample space and both events as sets. A die shows one of S={1,2,3,4,5,6}S = \{1, 2, 3, 4, 5, 6\}. The primes in this range are 2, 3, 5, so A={2,3,5}A = \{2, 3, 5\}. The odd numbers are B={1,3,5}B = \{1, 3, 5\}.

Step 2 — (i) 'AA or BB' is the union. Collect every element appearing in either set (write each once): AB={1,2,3,5}A \cup B = \{1, 2, 3, 5\}.

Step 3 — (ii) 'AA and BB' is the intersection. Keep only the common elements: 3 and 5 are in both, 2 is only in AA, 1 is only in BB. So AB={3,5}A \cap B = \{3, 5\} — the odd primes.

Step 4 — (iii) 'AA but not BB' is the difference. Remove from AA anything that lies in BB: drop 3 and 5, keep 2. So AB={2}A - B = \{2\} — sensible, since 2 is the only even prime.

Step 5 — (iv) 'not AA' is the complement. Take everything in SS outside AA: A={1,4,6}A' = \{1, 4, 6\}.


Example 2. Two dice are thrown and the sum is noted. AA: sum is even; BB: sum is a multiple of 3; CC: sum is less than 4; DD: sum is greater than 11. Which pairs are mutually exclusive?

Solution.

Step 1 — set up the sample space. The experiment records an ordered pair, so S={(x,y):x,y=1,,6}S = \{(x, y) : x, y = 1, \ldots, 6\} with n(S)=36n(S) = 36.

Step 2 — write the small events explicitly. Sums below 4 are 2 and 3: C={(1,1),(1,2),(2,1)}C = \{(1,1), (1,2), (2,1)\}. The only sum above 11 is 12: D={(6,6)}D = \{(6,6)\}.

Step 3 — test each pair by hunting for one common outcome. ABA \cap B: a sum that is even AND a multiple of 3 — sum 6 works, e.g. (3,3)(3,3), and sum 12 gives (6,6)(6,6); non-empty. ACA \cap C: (1,1)(1,1) has even sum 2 and is in CC; non-empty. ADA \cap D: (6,6)(6,6) has even sum 12; non-empty. BCB \cap C: (1,2)(1,2) has sum 3; non-empty. BDB \cap D: (6,6)(6,6) has sum 12, a multiple of 3; non-empty.

Step 4 — the remaining pair. CDC \cap D would need a sum that is simultaneously less than 4 and greater than 11 — impossible, so CD=ϕC \cap D = \phi.

Conclusion. Only CC and DD are mutually exclusive; every other pair shares atleast one outcome.


Example 3. A coin is tossed three times. AA: no head appears; BB: exactly one head; CC: atleast two heads. Do AA, BB, CC form a mutually exclusive and exhaustive set?

Solution.

Step 1 — list the events by head-count. SS has 23=82^3 = 8 outcomes. Zero heads: A={TTT}A = \{TTT\}. Exactly one head: B={HTT,THT,TTH}B = \{HTT, THT, TTH\}. Two or three heads: C={HHT,HTH,THH,HHH}C = \{HHT, HTH, THH, HHH\}.

Step 2 — check exhaustive (does the union cover SS?). The three sets contain 1+3+4=81 + 3 + 4 = 8 outcomes, which is every element of SS: ABC=SA \cup B \cup C = S. ✓

Step 3 — check mutually exclusive (pairwise disjoint?). Every outcome has one definite number of heads (0, 1, 2 or 3), so it can satisfy at most one of the three descriptions: AB=AC=BC=ϕA \cap B = A \cap C = B \cap C = \phi. ✓

Conclusion. Yes — counting heads chops SS into non-overlapping pieces that cover everything: a partition.


Example 4. A die is rolled. EE = 'die shows 4', FF = 'die shows an even number'. Are EE and FF mutually exclusive?

Solution.

Step 1 — write the events. E={4}E = \{4\} and F={2,4,6}F = \{2, 4, 6\}.

Step 2 — compute the intersection. The outcome 4 lies in both sets: EF={4}ϕE \cap F = \{4\} \neq \phi.

Step 3 — interpret. When the die shows 4, BOTH events occur on the same roll, so they are not mutually exclusive. In fact EFE \subset F: showing a 4 is one particular way of showing an even number.


Example 5. A die is thrown. Describe: A: a number less than 7; B: a number greater than 7; C: a multiple of 3; D: a number less than 4; E: an even number greater than 4; F: a number not less than 3. Also find ABA \cup B, ABA \cap B, BCB \cup C, EFE \cap F, DED \cap E, ACA - C, DED - E, EFE \cap F', FF'.

Solution.

Step 1 — translate each description into a subset of S={1,,6}S = \{1, \ldots, 6\}. Every face is less than 7, so A=SA = S (the sure event). No face exceeds 7, so B=ϕB = \phi (impossible). Multiples of 3: C={3,6}C = \{3, 6\}. Below 4: D={1,2,3}D = \{1, 2, 3\}. Even and above 4: only 6 qualifies, E={6}E = \{6\}. Not less than 3 means atleast 3: F={3,4,5,6}F = \{3, 4, 5, 6\}.

Step 2 — unions and intersections with the extremes. AB=Sϕ=SA \cup B = S \cup \phi = S; AB=ϕA \cap B = \phi (nothing is in the empty set); BC=ϕ{3,6}={3,6}B \cup C = \phi \cup \{3, 6\} = \{3, 6\}.

Step 3 — the mixed ones. EFE \cap F: 6 is in both → {6}\{6\}. DED \cap E: {1,2,3}\{1,2,3\} and {6}\{6\} share nothing → ϕ\phi. ACA - C: remove 3 and 6 from SS{1,2,4,5}\{1, 2, 4, 5\}. DED - E: remove 6 from DD — but 6D6 \notin D, so nothing changes → {1,2,3}\{1, 2, 3\}.

Step 4 — the complement pieces. F=SF={1,2}F' = S - F = \{1, 2\}. Then EF={6}{1,2}=ϕE \cap F' = \{6\} \cap \{1, 2\} = \phi.


Example 6. A pair of dice is rolled. A: the sum is greater than 8; B: 2 occurs on either die; C: the sum is atleast 7 and a multiple of 3. Which pairs are mutually exclusive?

Solution.

Step 1 — understand each event. AA collects sums 9, 10, 11, 12. BB collects every ordered pair containing a 2 (eleven pairs: (2,1),,(2,6),(1,2),(3,2),,(6,2)(2,1), \ldots, (2,6), (1,2), (3,2), \ldots, (6,2)). For CC, the sum must be 7\geq 7 AND divisible by 3 — that means sum 9 or 12: C={(3,6),(4,5),(5,4),(6,3),(6,6)}C = \{(3,6), (4,5), (5,4), (6,3), (6,6)\}.

Step 2 — test AA and BB. If a die shows 2, the biggest possible sum is 2+6=82 + 6 = 8, which is not greater than 8. So no outcome of BB reaches AA: AB=ϕA \cap B = \phi — mutually exclusive. ✓

Step 3 — test BB and CC. Every outcome of CC has sum 9 or 12, and by Step 2 a pair containing a 2 sums to atmost 8. So BC=ϕB \cap C = \phi — mutually exclusive. ✓

Step 4 — test AA and CC. Sums 9 and 12 are certainly greater than 8, so every outcome of CC already lies in AA: AC=CϕA \cap C = C \neq \phi — NOT mutually exclusive.

Conclusion. The mutually exclusive pairs are (A,B)(A, B) and (B,C)(B, C).


Example 7. Three coins are tossed once. A: three heads; B: two heads and one tail; C: three tails; D: a head on the first coin. Classify: (i) mutually exclusive pairs (ii) simple events (iii) compound events.

Solution.

Step 1 — write all four events. A={HHH}A = \{HHH\}, B={HHT,HTH,THH}B = \{HHT, HTH, THH\}, C={TTT}C = \{TTT\}, D={HHH,HHT,HTH,HTT}D = \{HHH, HHT, HTH, HTT\} (first letter H).

Step 2 — check all six pairs for overlap. ABA \cap B: 3 heads vs exactly 2 heads — ϕ\phi ✓. ACA \cap C: all heads vs all tails — ϕ\phi ✓. ADA \cap D: HHHHHH starts with H — {HHH}\{HHH\}, overlaps. BCB \cap C: 2 heads vs 0 heads — ϕ\phi ✓. BDB \cap D: HHTHHT and HTHHTH start with H — overlaps. CDC \cap D: TTTTTT starts with T — ϕ\phi ✓.

Step 3 — conclude (i). Mutually exclusive pairs: (A,B)(A, B), (A,C)(A, C), (B,C)(B, C), (C,D)(C, D).

Step 4 — (ii) and (iii) by counting sample points. AA and CC contain exactly one point each: simple. BB (3 points) and DD (4 points): compound.


Example 8. Three coins are tossed. Describe (i) two mutually exclusive events (ii) three mutually exclusive and exhaustive events (iii) two events that are not mutually exclusive (iv) two mutually exclusive but not exhaustive events (v) three mutually exclusive but not exhaustive events.

Solution. Many correct answers exist; here is one for each, with the check that makes it valid.

(i) 'Atleast two heads' ={HHH,HHT,HTH,THH}= \{HHH, HHT, HTH, THH\} and 'atleast two tails' ={TTT,TTH,THT,HTT}= \{TTT, TTH, THT, HTT\}: with only three coins you cannot have two of each, so the sets are disjoint. ✓

(ii) 'No head' {TTT}\{TTT\}, 'exactly one head' {HTT,THT,TTH}\{HTT, THT, TTH\}, 'atleast two heads' (4 outcomes): pairwise disjoint by head-count AND the union is all 8 outcomes — a partition of SS. ✓

(iii) 'Atleast one head' and 'atleast one tail': the outcome HHTHHT has both, so the two events overlap. ✓

(iv) {HHH}\{HHH\} and {TTT}\{TTT\}: disjoint, but their union has only 2 of the 8 outcomes — six outcomes (like HHTHHT) belong to neither, so not exhaustive. ✓

(v) {HHH}\{HHH\}, {HHT}\{HHT\}, {HTH}\{HTH\}: three singletons are automatically pairwise disjoint, and their union misses five outcomes — mutually exclusive but far from exhaustive. ✓


Example 9. Two dice are thrown. A: even number on the first die; B: odd number on the first die; C: sum atmost 5. Describe (i) AA' (ii) not BB (iii) AA or BB (iv) AA and BB (v) AA but not CC (vi) BB or CC (vii) BB and CC (viii) ABCA \cap B' \cap C'.

Solution.

Step 1 — see the complement relationship first. The first die is either even or odd, never both, so B=AB = A' and A=BA = B'. This single observation answers half the parts.

Step 2 — (i) to (iv). (i) AA' = 'first die odd' =B= B. (ii) not B=B=AB = B' = A. (iii) ABA \cup B: even-first together with odd-first is every outcome — SS. (iv) ABA \cap B: the first die cannot be even and odd at once — ϕ\phi.

Step 3 — (v) ACA - C. Keep even-first pairs whose sum EXCEEDS 5. From the even-first pairs remove the small-sum ones (2,1),(2,2),(2,3),(4,1)(2,1), (2,2), (2,3), (4,1): what remains is {(2,4),(2,5),(2,6),(4,2),(4,3),,(6,6)}\{(2,4), (2,5), (2,6), (4,2), (4,3), \ldots, (6,6)\}.

Step 4 — (vi) and (vii). BCB \cup C: all odd-first pairs, plus the even-first pairs with sum 5\leq 5, namely (2,1),(2,2),(2,3),(4,1)(2,1), (2,2), (2,3), (4,1). BCB \cap C: odd-first with sum atmost 5: {(1,1),(1,2),(1,3),(1,4),(3,1),(3,2)}\{(1,1), (1,2), (1,3), (1,4), (3,1), (3,2)\}.

Step 5 — (viii) simplify before listing. B=AB' = A, so ABC=AAC=AC=ACA \cap B' \cap C' = A \cap A \cap C' = A \cap C' = A - C — exactly the event of part (v). Recognising the complement saves re-counting.


Example 10. With the events of Example 9, state true or false: (i) AA and BB are mutually exclusive (ii) AA, BB are mutually exclusive and exhaustive (iii) A=BA = B' (iv) AA and CC are mutually exclusive (v) AA and BB' are mutually exclusive (vi) AA', BB', CC are mutually exclusive and exhaustive.

Solution.

(i) True. AB=ϕA \cap B = \phi from Example 9(iv): a first die cannot be both even and odd.

(ii) True. Beyond disjointness we also have AB=SA \cup B = S (Example 9(iii)), so the pair is exhaustive too.

(iii) True. 'Not odd' on a die is exactly 'even'.

(iv) False. One shared outcome kills mutual exclusivity: (2,1)(2, 1) has an even first die AND sum 353 \leq 5, so ACϕA \cap C \neq \phi.

(v) False. B=AB' = A, so AB=AA=AA \cap B' = A \cap A = A, which is certainly non-empty — an event can never be mutually exclusive with itself (unless it is ϕ\phi).

(vi) False. A=BA' = B and B=AB' = A are fine as a pair, but CC overlaps both: (1,1)AC(1,1) \in A' \cap C (odd first, small sum) and (2,1)BC(2,1) \in B' \cap C (even first, small sum). The three are not pairwise disjoint, so they cannot be 'mutually exclusive and exhaustive'.