Sample Spaces
Try it yourself. Below is a board of pebbles. Each pebble represents a possible outcome. Tap some to select them. Change weights with +/- buttons.
Play with it for a minute. Try making one outcome heavier than the others. Select different combinations.
What you just discovered
You've been calculating probability without any formulas. The probability of your selection is just:
That's it. Every probability calculation follows this pattern. You pick the outcomes you care about, add up their weights, and divide by the total.
A sample space is the set of all possible outcomes of a random experiment. Each outcome is a sample point.
The pebble board is a sample space. Each cell is one outcome. When all pebbles have equal weight, probability reduces to counting: favorable outcomes divided by total outcomes.
Back to the dice
This explains the Galileo paradox. With two dice, you're not choosing from 11 possible sums (2 through 12). You're choosing from 36 ordered pairs:
Each pair has weight .
Don't merge outcomes that look similar. (3,6) and (6,3) are different outcomes, even though both sum to 9. Collapsing them breaks the math.
Events
An event is any subset of the sample space. You name what you care about, and it becomes an event.
| Event description | The outcomes |
|---|---|
| Rolling an even number (one die) | {2, 4, 6} |
| Rolling a total of 7 (two dice) | {(1,6), (2,5), (3,4), (4,3), (5,2), (6,1)} |
| Rolling doubles | {(1,1), (2,2), (3,3), (4,4), (5,5), (6,6)} |
The probability of an event is the sum of weights of outcomes in that event, divided by the total weight. When outcomes have equal weight, it's just counting.
Choosing the right sample space
Much of probability comes down to picking a good sample space. A poor choice makes calculations painful. A good choice makes them obvious.
Choose a sample space where outcomes have equal probability whenever possible. Then probability reduces to simple counting.
Test your understanding
What's next
Next, we'll look at when the simple "favorable over total" formula works, and when it doesn't.