Sample space and events
Every probability problem starts with an experiment , a process that produces an outcome that cannot be predicted with certainty. Tossing a coin, rolling a die, drawing a card, drawing a ball from a bag , these are all probability experiments. To compute probabilities, we begin by listing all the possible outcomes.
Sample space
The sample space of an experiment is the set of all possible outcomes. It is denoted .
Examples:
- Tossing one coin: . Size .
- Tossing two coins: . Size .
- Rolling one die: . Size .
- Rolling two dice: . Size .
- Drawing one card from a deck: all cards. Size .
- Drawing one ball from a bag with red and blue balls: each of the balls (we treat each ball as distinct even if they look alike). Size .
Equally likely outcomes
Two outcomes are equally likely if there is no reason to expect one more than the other. For a fair coin, and are equally likely. For a fair die, each of is equally likely.
When the outcomes are equally likely, the probability of any single outcome is .
For experiments with non-equally-likely outcomes, the formula gets more nuanced (covered in higher classes). For Class X, almost every problem assumes equally likely outcomes.
Events
An event is any subset of the sample space , i.e., any collection of outcomes. We typically describe an event in words ("getting an even number") and then translate to an explicit list.
For "rolling a die, getting an even number": event . Size .
For "rolling two dice, getting a sum of ": event . Size .
Probability of an event
When all outcomes are equally likely,
For "rolling a die, getting an even number": .
For "rolling two dice, sum ": .
For "drawing a king from a deck": there are kings out of cards. .
Sure and impossible events
- A sure event is one that always happens. . E.g., "drawing any card from a deck".
- An impossible event is one that never happens. . E.g., "drawing a king of red apples from a deck".
For any event , . Probabilities outside this range are nonsensical.
Worked examples
Example 1. A die is rolled. Find the probability of getting (a) an even number, (b) a multiple of , (c) a prime number.
(a) Favourable: . .
(b) Favourable: . .
(c) Primes are . .
Example 2. Two coins are tossed simultaneously. Find the probability of getting (a) two heads, (b) at least one head, (c) no head.
Sample space: .
(a) .
(b) ().
(c) ().
Example 3. A bag contains red, green, and blue balls. One ball is drawn. Find the probability of getting (a) red, (b) green, (c) not blue.
Total: balls.
(a) .
(b) .
(c) .
Example 4. A card is drawn from a well-shuffled deck of . Find the probability that it is (a) a heart, (b) a king, (c) the king of hearts, (d) a red card.
(a) Hearts: . .
(b) Kings: . .
(c) King of hearts: . .
(d) Red cards: (hearts + diamonds). .
Example 5. Two dice are rolled. Find the probability that the sum is (a) , (b) at most , (c) a multiple of .
Sample space size: .
(a) Sum : . .
(b) Sum : . .
(c) Multiples of (i.e., or ): for , . For , . Total . .
Try it yourself
- A die is rolled. Find the probability of getting (a) a , (b) a number greater than , (c) an odd prime.
- Two coins are tossed. Find exactly one head.
- Three coins are tossed. Sample space has size . Find two heads.
- A bag has white and black balls. white
- A card is drawn. Find ace, spade, face card.
- Two dice. Find sum is or 12$$).
- Two dice. Find doubles, i.e., both dice show the same number.
- A box has cards numbered to . One is drawn. prime number
- A bag has tickets numbered to . multiple of 7$$) = ?
- A two-digit number is randomly chosen from . number divisible by 5$$) = ?
- A letter is chosen from "MATHEMATICS". vowel
- A die is rolled. not 6$$) = ?
Pitfalls / Insight
(1) "Two coins are tossed simultaneously" produces outcomes (), not . The order matters when listing the sample space, even if the two coins look identical.
(2) For two dice, similarly, and are different outcomes. Sample space has ordered pairs.
(3) For "at least one X" probability, it is often easier to compute no X and subtract from .
(4) Probability is a ratio, not a count. Express your answer as a fraction in lowest terms (e.g., , not ).