Probability · Basic probability
1 / 16
Sample space & systematic listing
How to list every outcome once and only once — systematic listing, two-way sample-space diagrams, the product rule for counting, and why swapping two things over sometimes makes a new outcome and sometimes doesn't.
Probability · Basic probability
Sample space & systematic listing
How to list every outcome once and only once — systematic listing, two-way sample-space diagrams, the product rule for counting, and why swapping two things over sometimes makes a new outcome and sometimes doesn't.
Why it works
When every outcome of an experiment is equally likely,Both numbers in that fraction are counts. So this whole topic is really one skill: counting the outcomes without missing any and without counting any twice. The complete list of everything that could happen is the sample space.
Why "systematic" is the whole game. Ask someone to list the outcomes of flipping three coins and they will usually write HHH, HHT, THH, TTT, and then stare at the page wondering what's left. Scribbling down outcomes as they occur to you is exactly how you lose marks — you have no way of knowing when you've finished. Instead, fix one thing and run through all the others, then change the fixed thing:
Eight outcomes, in a pattern you can see is complete: within each half the last two coins run HH, HT, TH, TT — an order that never wavers. A list built this way can't skip an outcome (the pattern would have a hole in it) and can't repeat one (every entry differs from the one before it in a controlled way).
Two events at once: the sample-space diagram. When there are exactly two stages, a table is better than a list. Put one event down the side and the other across the top; every cell is one outcome. For two fair dice, put the total in each cell:
| 1 | 2 | 3 | 4 | 5 | 6 | |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 3 | 4 | 5 | 6 | 7 | 8 | 9 |
| 4 | 5 | 6 | 7 | 8 | 9 | 10 |
| 5 | 6 | 7 | 8 | 9 | 10 | 11 |
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
The trap, made concrete. Look at that table and a tempting shortcut appears: "the total can be anything from to , that's possible outcomes, so ." It is wrong, and it's worth being precise about why. The formula at the top only applies to outcomes that are equally likely, and the eleven totals are not: a total of occupies one cell, a total of occupies six. Counting totals silently glues six equally likely cells together and calls the result one outcome. The cells are the honest sample space; the totals are a summary of it.
The same trap wearing different clothes: list the two-dice outcomes as unordered sets — — and you get of them. But happens two ways (red 1 blue 2, or red 2 blue 1) while happens only one way, so those are not equally likely either, and . Merging outcomes that aren't identical, or splitting one outcome into two, both break the fraction.
The product rule for counting. You don't always need to see the whole list — often you only need its size. If stage 1 can happen in ways and stage 2 in ways, then the two stages together can happen in
Why multiply? Because the sample-space table has rows and columns, and every cell is a different outcome: each of the first-stage outcomes pairs up with every one of the second-stage outcomes. Adding would be counting the stages as alternatives ("either a die roll or a coin flip") rather than as things that both happen.
It keeps going for more stages. A menu with starters, mains and desserts gives meals: each of the starter-and-main pairs branches into meals. A four-digit PIN using digits – with repeats allowed gives . If a restriction applies to one stage, apply it to that stage's count and leave the others alone: a PIN that must start with an odd digit has possibilities.
Ordered or unordered — the question to ask. Two dice, one red and one blue, are distinguishable: red 2 with blue 5 is a different cell from red 5 with blue 2, and both belong in the sample space. But choosing two people from a group of six to attend a conference is not like that: picking Ana then Ben gives the same pair as picking Ben then Ana. Here counts every pair exactly twice, so the number of pairs is
The test is one sentence: swap the two things over — is the result genuinely different? For a chairperson and a secretary chosen from the six, swapping gives a different arrangement, so it stays . For two delegates with the same job, swapping changes nothing, so you halve it. Getting this backwards is the single most common way a correct method produces a wrong number — always exactly a factor of out for pairs.