Sample Spaces, Outcomes, and Events
Sample Spaces, Outcomes, and Events are the foundation of probability. Before we can calculate how likely something is, we must first describe all possible results of a random experiment. Once we know the full set of possible outcomes, we can identify the outcomes we care about and calculate probabilities correctly.
In this lesson, you will learn how to:
- identify random experiments,
- list the sample space,
- describe individual outcomes,
- define events as sets of outcomes,
- use tree diagrams, tables, and set notation to organize outcomes.
This idea is important because many probability mistakes happen when students leave out outcomes, count outcomes twice, or describe events too vaguely.
1. Random experiments
A random experiment is a process with a result that cannot be predicted with certainty ahead of time, even if all possible results are known.
Examples of random experiments include:
- flipping a coin,
- rolling a die,
- drawing a card from a deck,
- choosing a student at random from a class.
Even though the exact result is unknown before the experiment happens, the set of possible results can still be described.
2. Outcomes
An outcome is a single possible result of a random experiment.
For example:
- When a coin is flipped once, possible outcomes are H or T.
- When a die is rolled once, possible outcomes are 1, 2, 3, 4, 5, 6.
- When two coins are flipped, outcomes are HH, HT, TH, TT.
Each of these individual results is one outcome.
3. Sample space
The sample space is the set of all possible outcomes of a random experiment. It is usually written using the symbol \(S\) or sometimes \(\Omega\).
Examples:
- One coin flip: \(S = \{H, T\}\)
- One die roll: \(S = \{1,2,3,4,5,6\}\)
- Two coin flips: \(S = \{HH, HT, TH, TT\}\)
A correct sample space must include every possible outcome exactly once.
4. Events
An event is a set of one or more outcomes from the sample space. In other words, an event is a collection of outcomes that match a condition.
For example, if a die is rolled and
\(S = \{1,2,3,4,5,6\}\),
then:
- the event “roll an even number” is \(E = \{2,4,6\}\),
- the event “roll a number greater than 4” is \(F = \{5,6\}\),
- the event “roll a 3” is \(G = \{3\}\).
An event can contain:
- one outcome — called a simple event,
- several outcomes — called a compound event.
5. Set notation for sample spaces and events
Because sample spaces and events are sets, set notation is very useful.
- Curly brackets show a set: \(\{\}\)
- If \(A\) is an event, then \(A \subseteq S\), meaning every outcome in \(A\) is in the sample space.
- The empty set \(\varnothing\) represents an impossible event.
- The whole sample space \(S\) represents a certain event.
Example with one die roll:
\(S = \{1,2,3,4,5,6\}\)
Let:
- \(A = \{2,4,6\}\) be the event “even”
- \(B = \{4,5,6\}\) be the event “greater than 3”
Then:
- \(A \cap B = \{4,6\}\) means outcomes in both events
- \(A \cup B = \{2,4,5,6\}\) means outcomes in at least one of the events
These ideas are important later when working with probability rules.
6. Ways to represent a sample space
There are several common ways to organize outcomes clearly.
a) Listing outcomes
This works well when the number of outcomes is small.
Example: rolling one die
\(S = \{1,2,3,4,5,6\}\)
b) Tree diagrams
A tree diagram is helpful when an experiment happens in stages, such as flipping two coins or choosing items one after another.
Each branch represents a possible result at each stage. By following the branches from start to finish, we can list all final outcomes.
c) Tables or charts
Tables are useful when two experiments happen together, such as rolling two dice. One die can label the rows and the other die can label the columns.
This helps make sure no outcomes are missed.
7. Worked Example 1: One die roll
Experiment: Roll a fair six-sided die once.
Step 1: Write the sample space.
$$S = \{1,2,3,4,5,6\}$$
Step 2: Identify outcomes.
Each number is one outcome.
Step 3: Define events.
- Event \(A\): roll an odd number
- Event \(B\): roll a number less than 4
So:
$$A = \{1,3,5\}$$
$$B = \{1,2,3\}$$
Step 4: Find outcomes in both events.
$$A \cap B = \{1,3\}$$
This means the outcomes that are both odd and less than 4 are 1 and 3.
8. Worked Example 2: Two coin flips using a tree idea
Experiment: Flip a coin twice.
For the first flip, the possibilities are \(H\) or \(T\). For each of those, the second flip can also be \(H\) or \(T\).
The sample space is:
$$S = \{HH, HT, TH, TT\}$$
Now define some events:
- Event \(A\): exactly one head
- Event \(B\): at least one tail
Then:
$$A = \{HT, TH\}$$
$$B = \{HT, TH, TT\}$$
Notice that \(HH\) is not in event \(B\) because it has no tails.
If we want the outcomes that are in both events, we find:
$$A \cap B = \{HT, TH\}$$
That makes sense because outcomes with exactly one head automatically have at least one tail.
9. Worked Example 3: Rolling two dice with an ordered sample space
Experiment: Roll two six-sided dice.
Now each outcome must show the result of the first die and the second die. So outcomes are ordered pairs.
Examples of outcomes include:
- \((1,1)\)
- \((2,5)\)
- \((6,3)\)
The full sample space is:
$$S = \{(1,1),(1,2),(1,3),(1,4),(1,5),(1,6),\ldots,(6,6)\}$$
There are:
$$6 \times 6 = 36$$
possible outcomes.
Let event \(A\) be “the sum is 7.” Then:
$$A = \{(1,6),(2,5),(3,4),(4,3),(5,2),(6,1)\}$$
Let event \(B\) be “both dice show the same number.” Then:
$$B = \{(1,1),(2,2),(3,3),(4,4),(5,5),(6,6)\}$$
Notice that order matters in the sample space. For example, \((2,5)\) and \((5,2)\) are different outcomes.
This is a very common place where students make mistakes.
10. Worked Example 4: Selecting from a set and writing events clearly
Experiment: A card is chosen at random from the set \(\{1,2,3,4,5,6,7,8,9,10\}\).
The sample space is:
$$S = \{1,2,3,4,5,6,7,8,9,10\}$$
Define these events:
- \(A\): selecting a prime number
- \(B\): selecting an even number
The prime numbers in the sample space are:
$$A = \{2,3,5,7\}$$
The even numbers are:
$$B = \{2,4,6,8,10\}$$
The event “prime and even” is:
$$A \cap B = \{2\}$$
The event “prime or even” is:
$$A \cup B = \{2,3,4,5,6,7,8,10\}$$
This example shows that events can overlap. An outcome can belong to more than one event.
11. Important ideas to remember
- A sample space contains every possible outcome.
- An outcome is one single result.
- An event is a set of outcomes.
- Events must come from the sample space, so every event is a subset of \(S\).
- For multi-step experiments, use a tree diagram or table to avoid missing outcomes.
- When order matters, write outcomes carefully, such as \((2,5)\) versus \((5,2)\).
12. Common mistakes
- Leaving out outcomes: For two coin flips, writing only \(\{HH, HT, TT\}\) is incorrect because \(TH\) is missing.
- Combining different outcomes: For two dice, \((2,5)\) and \((5,2)\) are different unless the question specifically says order does not matter.
- Describing events too loosely: Instead of saying “high number,” define the event clearly, such as \(\{4,5,6\}\).
- Confusing an outcome with an event: A single outcome like \(3\) can be an event, but an event can also include several outcomes.
13. Quick check questions
- If a coin is flipped once, what is the sample space?
- If a die is rolled once, what event represents getting a number greater than 2?
- When two coins are flipped, why are \(HT\) and \(TH\) different outcomes?
- When rolling two dice, how many outcomes are in the sample space?
Answers:
- \(\{H,T\}\)
- \(\{3,4,5,6\}\)
- Because the order of the flips matters: first flip then second flip.
- \(36\)
Summary
To solve probability problems well, start by identifying the sample space. The sample space is the full set of possible outcomes. An outcome is one result, and an event is a group of outcomes that meet a condition.
Tree diagrams, tables, and set notation help organize outcomes clearly. If your sample space is complete and accurate, then finding probabilities becomes much easier and more reliable.
Put what you read to the test
You've worked through Sample Spaces, Outcomes, and Events. Try answering a few questions to see what stuck — and what might deserve a quick reread before you move on.