Math Lab
Home/Class XI/Ch 14/Events: types and operations

Events: types and operations

An event is any subset of the sample space SS. We can combine events using set operations to form new events. Because events are sets, all the algebra of sets carries over.

Types of events

  • Sure event (or certain event): the whole sample space SS. It always occurs.
  • Impossible event: the empty set \varnothing. It never occurs.
  • Simple (or elementary) event: a singleton , a set containing exactly one outcome.
  • Compound event: an event with more than one outcome.

Examples on rolling a die (S={1,2,3,4,5,6}S = \{1, 2, 3, 4, 5, 6\}):

  • Sure event: {1,2,3,4,5,6}\{1, 2, 3, 4, 5, 6\}.
  • Impossible: {xS:x>6}=\{x \in S : x > 6\} = \varnothing.
  • Simple: {4}\{4\} (the die shows 44).
  • Compound: {2,4,6}\{2, 4, 6\} (an even number).

Operations on events

If A,BA, B are events:

  • Union ABA \cup B: outcomes in AA or BB (or both). "Either happens."
  • Intersection ABA \cap B: outcomes in both AA and BB. "Both happen."
  • Complement AA' (or AcA^c): outcomes not in AA. "AA does not happen."
  • Difference AB=ABA - B = A \cap B': outcomes in AA but not in BB.

These have the usual properties (commutative, associative, distributive, De Morgan) you learned in Chapter 1 on sets.

Special relationships

  • Mutually exclusive (disjoint): AB=A \cap B = \varnothing , can't both happen.
  • Exhaustive: A1A2An=SA_1 \cup A_2 \cup \dots \cup A_n = S , at least one must happen.
  • Mutually exclusive and exhaustive: a partition of SS.

For instance, the events "even" and "odd" on a die are mutually exclusive and exhaustive.

Worked examples

Example 1. Roll a die. Let A=A = "even", B=B = "less than 44". Find AB,AB,A,BAA \cup B, A \cap B, A', B - A.

A={2,4,6}A = \{2, 4, 6\}, B={1,2,3}B = \{1, 2, 3\}.

AB={1,2,3,4,6}A \cup B = \{1, 2, 3, 4, 6\}. AB={2}A \cap B = \{2\}. A={1,3,5}A' = \{1, 3, 5\}. BA={1,3}B - A = \{1, 3\}.

Example 2. Toss three coins. Let A=A = "at least two heads", B=B = "first coin is heads". List A,B,ABA, B, A \cap B.

A={HHH,HHT,HTH,THH}A = \{HHH, HHT, HTH, THH\}. B={HHH,HHT,HTH,HTT}B = \{HHH, HHT, HTH, HTT\}.

AB={HHH,HHT,HTH}A \cap B = \{HHH, HHT, HTH\}.

Example 3. Are A={1,2}A = \{1, 2\} and B={3,4}B = \{3, 4\} on a die mutually exclusive? Exhaustive?

AB=A \cap B = \varnothing , yes, mutually exclusive. AB={1,2,3,4}SA \cup B = \{1, 2, 3, 4\} \ne S , not exhaustive.

Example 4. Two dice rolled. Event "doubles" and event "sum > 1010". List each, find their intersection.

"Doubles" ={(1,1),(2,2),(3,3),(4,4),(5,5),(6,6)}= \{(1,1), (2,2), (3,3), (4,4), (5,5), (6,6)\}. "Sum > 10" ={(5,6),(6,5),(6,6)}= \{(5,6), (6,5), (6,6)\}. Intersection ={(6,6)}= \{(6,6)\}.

Example 5. Three coins. A=A = "exactly one head", B=B = "at most one head". Relate AA and BB.

A={HTT,THT,TTH}A = \{HTT, THT, TTH\}. B={TTT,HTT,THT,TTH}B = \{TTT, HTT, THT, TTH\}. So ABA \subset B.

Try it yourself

  1. Roll a die. A=A = "multiple of 33", B=B = "less than 55". List A,B,AB,ABA, B, A \cap B, A \cup B.
  2. Two coins tossed. A=A = "at least one head". AA'?
  3. Roll two dice. List the event "sum is 99".
  4. Are "head on first toss" and "head on second toss" mutually exclusive in two coin tosses?
  5. Three coin tosses. Events: "exactly 11 head", "exactly 22 heads", "exactly 33 heads", "no head". Are they mutually exclusive? Exhaustive?
  6. Draw a card. A=A = "diamond", B=B = "face card". ABA \cap B?
  7. Two dice. "At least one shows 66". List or count.
  8. A coin tossed 44 times. Event "all same". List.
  9. Roll a die. "Number is prime". List.
  10. From {1,2,,10}\{1, 2, \dots, 10\} a number is chosen. "Multiple of 22" and "multiple of 33". Find intersection and union.
  11. Two dice rolled. Event "sum is even". E|E|?
  12. Three coins tossed. List the event "more heads than tails".

Pitfalls / Tricks

  • Always list events explicitly when the sample space is small , avoids mistakes.
  • "At least one" is the complement of "none".
  • Mutually exclusive: =\cap = \varnothing. Exhaustive: =S\cup = S.
  • Insight. Events are sets. Every identity from set theory translates directly into a probability identity (after applying PP).

Practice quiz

Quick check on this topic.

Quiz
Quick check : Events and operations
6 questions · pick the best answer
Q1

Q2

Q3

Q4

Q5

Q6