Quant GT
Browse all lessons
Section 1 · Lesson 1.4

Sample Space and Events

All possible outcomes, and the subsets we actually care about.

Before we can compute any probability, we need to be precise about what we're modeling. The sample space, written Ω\Omega, is the set of all possible outcomes of an experiment. An event is a subset of Ω\Omega — the specific outcomes we care about.

For a single die roll, the sample space is

Ω={1,2,3,4,5,6}\Omega = \{1, 2, 3, 4, 5, 6\}

The event "rolled an even number" is the subset E={2,4,6}E = \{2, 4, 6\}. When all outcomes are equally likely, the probability of an event is just the size of the event divided by the size of the sample space:

P(E)=EΩ=36=12P(E) = \frac{|E|}{|\Omega|} = \frac{3}{6} = \frac{1}{2}

Events combine using set operations. The union ABA \cup B means "AA or BB or both." The intersection ABA \cap B means "both AA and BB." The complement AcA^c means "not AA." These set operations translate directly into probability rules — for instance, P(Ac)=1P(A)P(A^c) = 1 - P(A) — which is why precise sample-space thinking pays off on hard problems.