⊞ Sample Space Diagrams

GCSE Maths · Probability (P7)

Ages 15–16 · Foundation & Higher

← Back to topic overview
1 What Is a Sample Space?
A sample space is the complete list of every possible outcome of an experiment. A sample space diagram is a grid that lays out all the outcomes when two things happen together.
Why it works
Every cell of the grid is one outcome, and all cells are equally likely
so $P(\text{event}) = \dfrac{\text{number of cells that work}}{\text{total number of cells}}$
Worked Example 1 — Two coins

Two fair coins are tossed. Draw a sample space diagram and find $P(\text{one head and one tail})$.

HT
HHHHT
TTHTT
There are $2 \times 2 = 4$ equally likely outcomes.
Two of them have one head and one tail: HT and TH.
$P = \dfrac{2}{4} = \dfrac{1}{2}$
HT and TH are different outcomes. A common error is to say there are only three outcomes (two heads, two tails, one of each) and give $P = \tfrac{1}{3}$. The grid shows why that is wrong.
2 The Two-Dice Grid

The most important sample space at GCSE is the grid of totals when two dice are rolled. It is worth being able to reproduce it quickly.

+123456
1234567
2345678
3456789
45678910
567891011
6789101112
There are $6 \times 6 = 36$ equally likely outcomes. The highlighted diagonal shows the six ways of making $7$ — the most likely total.
Total$2$$3$$4$$5$$6$$7$$8$$9$$10$$11$$12$
Ways$1$$2$$3$$4$$5$$6$$5$$4$$3$$2$$1$
The ways add to $36$ ($1+2+3+4+5+6+5+4+3+2+1 = 36$), which is a quick way to check you have not miscounted.
Worked Example 2 — Reading the grid

Two fair dice are rolled and the scores added. Find (a) $P(\text{total} = 9)$, (b) $P(\text{total} \geq 10)$, (c) $P(\text{total is even})$.

(a) Four ways: $(3,6), (4,5), (5,4), (6,3)$. $P = \dfrac{4}{36} = \dfrac{1}{9}$
(b) Totals $10$, $11$, $12$ give $3 + 2 + 1 = 6$ ways. $P = \dfrac{6}{36} = \dfrac{1}{6}$
(c) Even totals are $2,4,6,8,10,12$: $1+3+5+5+3+1 = 18$ ways.
$P = \dfrac{18}{36} = \dfrac{1}{2}$
Worked Example 3 — A different rule on the grid

Two dice are rolled. Find $P(\text{the two scores are the same})$ and $P(\text{the difference is } 1)$.

Same score: $(1,1), (2,2), (3,3), (4,4), (5,5), (6,6)$ — the main diagonal, $6$ cells.
$P = \dfrac{6}{36} = \dfrac{1}{6}$
Difference of $1$: $(1,2),(2,1),(2,3),(3,2),(3,4),(4,3),(4,5),(5,4),(5,6),(6,5)$ — $10$ cells.
$P = \dfrac{10}{36} = \dfrac{5}{18}$
3 Grids for Other Experiments
Worked Example 4 — A spinner and a die

A three-sided spinner numbered $1$, $2$, $3$ is spun and a fair four-sided die numbered $1$–$4$ is rolled. The two numbers are multiplied. Find $P(\text{product} \gt 6)$.

×1234
11234
22468
336912
Total outcomes $= 3 \times 4 = 12$.
Products greater than $6$: $8$, $9$ and $12$ — three cells.
$P = \dfrac{3}{12} = \dfrac{1}{4}$
"Greater than $6$" does not include $6$. If the question said "$6$ or more", the answer would be $\tfrac{5}{12}$.
Worked Example 5 — Two unequal spinners

Spinner A has sections R, B, G. Spinner B has sections $1$, $2$. Both are spun. List the sample space and find $P(\text{a red with an even number})$.

Outcomes: R1, R2, B1, B2, G1, G2 — six in total.
Red with an even number: just R2.
$P = \dfrac{1}{6}$
Worked Example 6 — Using the grid twice

Two dice are rolled. Find $P(\text{the total is a prime number})$.

Possible totals run from $2$ to $12$. The primes are $2, 3, 5, 7, 11$.
Ways: $2 \to 1$, $3 \to 2$, $5 \to 4$, $7 \to 6$, $11 \to 2$.
Total ways $= 1 + 2 + 4 + 6 + 2 = 15$.
$P = \dfrac{15}{36} = \dfrac{5}{12}$
Remember $9$ is not prime ($9 = 3 \times 3$), and neither is $1$. Listing the primes first prevents slips.
4 When the Outcomes Are Not Equally Likely
The counting method only works if every cell is equally likely. If a spinner is biased, you cannot simply count cells — you must multiply the individual probabilities instead.
Worked Example 7 — A biased spinner

A biased spinner has $P(\text{red}) = 0.6$ and $P(\text{blue}) = 0.4$. It is spun twice. Find $P(\text{two reds})$ and $P(\text{one of each})$.

The four outcomes are RR, RB, BR, BB — but they are not equally likely.
$P(\text{RR}) = 0.6 \times 0.6 = 0.36$
$P(\text{RB}) = 0.6 \times 0.4 = 0.24$ and $P(\text{BR}) = 0.4 \times 0.6 = 0.24$
$P(\text{one of each}) = 0.24 + 0.24 = 0.48$

Check: $P(\text{BB}) = 0.16$, and $0.36 + 0.24 + 0.24 + 0.16 = 1$ ✓

5 Quick Reference

Sample space

The complete list of possible outcomes.

Grid method

First experiment down the side, second along the top.

Two dice

$36$ outcomes; totals from $2$ to $12$.

Most likely total

$7$, with $6$ ways out of $36$.

Order matters

HT and TH are two different outcomes.

Counting

$P = \dfrac{\text{cells that work}}{\text{total cells}}$.

Check the total

Number of cells $=$ outcomes of first $\times$ outcomes of second.

Biased?

Do not count cells — multiply the individual probabilities.

Read carefully

"Greater than" excludes the number; "at least" includes it.

6 Practice Questions
Question 1

Two fair coins are tossed. Find (a) $P(\text{two tails})$, (b) $P(\text{at least one head})$.

▶ Show solution

Sample space: HH, HT, TH, TT — four outcomes.

(a) One outcome: $\dfrac{1}{4}$

(b) Three outcomes (HH, HT, TH): $\dfrac{3}{4}$

Question 2

Two fair dice are rolled and the scores added. Find (a) $P(\text{total} = 5)$, (b) $P(\text{total} = 12)$.

▶ Show solution

(a) $(1,4),(2,3),(3,2),(4,1)$ — four ways: $\dfrac{4}{36} = \dfrac{1}{9}$

(b) Only $(6,6)$: $\dfrac{1}{36}$

Question 3

Two fair dice are rolled. Find $P(\text{total is less than } 6)$.

▶ Show solution

Totals $2$, $3$, $4$, $5$ give $1 + 2 + 3 + 4 = 10$ ways.

$P = \dfrac{10}{36} = \dfrac{5}{18}$

Question 4

Two fair dice are rolled. Find $P(\text{both scores are even})$.

▶ Show solution

Each die has $3$ even faces, so the grid has $3 \times 3 = 9$ favourable cells.

$P = \dfrac{9}{36} = \dfrac{1}{4}$

Question 5

A four-sided spinner ($1$–$4$) and a coin are used together. Draw the sample space and find $P(\text{a head with an odd number})$.

▶ Show solution

Outcomes: H1, H2, H3, H4, T1, T2, T3, T4 — eight in total.

Head with odd number: H1, H3 — two outcomes.

$P = \dfrac{2}{8} = \dfrac{1}{4}$

Question 6

Two fair dice are rolled and the scores multiplied. Find $P(\text{product is } 12)$.

▶ Show solution

Pairs giving $12$: $(2,6), (3,4), (4,3), (6,2)$ — four ways.

$P = \dfrac{4}{36} = \dfrac{1}{9}$

Question 7

Two dice are rolled. Find $P(\text{the difference between the scores is } 3)$.

▶ Show solution

Pairs: $(1,4),(4,1),(2,5),(5,2),(3,6),(6,3)$ — six ways.

$P = \dfrac{6}{36} = \dfrac{1}{6}$

Question 8

A biased coin has $P(\text{heads}) = 0.7$. It is tossed twice. Find (a) $P(\text{two heads})$, (b) $P(\text{exactly one head})$.

▶ Show solution

The outcomes are not equally likely, so multiply.

(a) $0.7 \times 0.7 = 0.49$

(b) HT: $0.7 \times 0.3 = 0.21$; TH: $0.3 \times 0.7 = 0.21$

Total $= 0.42$

Question 9

A spinner numbered $1$, $2$, $3$ is spun twice and the two numbers are added.

(a) Draw the sample space of totals.   (b) Find $P(\text{total} = 4)$.   (c) Find $P(\text{total is odd})$.

▶ Show solution

(a) The grid of totals:

+123
1234
2345
3456

Nine outcomes in total.

(b) Total $4$ appears three times: $P = \dfrac{3}{9} = \dfrac{1}{3}$

(c) Odd totals are $3$ (twice) and $5$ (twice) — four cells.

$P = \dfrac{4}{9}$

Question 10

In a game, two fair dice are rolled. You win £$5$ if the total is $10$ or more, £$2$ if the total is exactly $7$, and nothing otherwise. It costs £$1$ to play.

(a) Find $P(\text{winning £5})$.   (b) Find $P(\text{winning nothing})$.   (c) Find the expected winnings per game.   (d) Is the game fair?

▶ Show solution

(a) Totals $10$, $11$, $12$: $3 + 2 + 1 = 6$ ways.

$P = \dfrac{6}{36} = \dfrac{1}{6}$

(b) Total $7$ has $6$ ways, so winning something covers $6 + 6 = 12$ cells.

$P(\text{nothing}) = \dfrac{36 - 12}{36} = \dfrac{24}{36} = \dfrac{2}{3}$

(c) Expected winnings $= \left(5 \times \dfrac{6}{36}\right) + \left(2 \times \dfrac{6}{36}\right) + \left(0 \times \dfrac{24}{36}\right)$

$= \dfrac{30}{36} + \dfrac{12}{36} = \dfrac{42}{36} = £1.17$ (to the nearest penny)

(d) The game costs £$1$ but returns about £$1.17$ on average, so it is not fair — it favours the player by about $17$p per game. The organiser would lose money in the long run.

Sample Space Diagrams (P7) · GCSE Maths Revision · Created with MathJax