Classical Definition of Probability and Sample Spaces
Classical Definition of Probability and Sample Spaces
Probability is a way of measuring how likely something is to happen. In everyday life, we use probability when we talk about the chance of rain, winning a game, or drawing a certain card from a deck.
In this lesson, you will learn how to use the classical definition of probability. This method works when all outcomes are equally likely. You will also learn how to describe all possible outcomes using a sample space.
These ideas are important because they help us answer questions like:
- What is the probability of rolling an even number on a die?
- What is the probability of drawing a red card from a deck?
- What is the probability of getting two heads when flipping two coins?
1. What is a sample space?
A sample space is the set of all possible outcomes of an experiment.
An experiment in probability is any action with a result that can be observed, such as tossing a coin, rolling a die, or choosing a card.
We often use the letter \(S\) to represent the sample space.
Here are some simple sample spaces:
- For flipping one coin: \(S = \{H, T\}\)
- For rolling one die: \(S = \{1,2,3,4,5,6\}\)
- For choosing a day of the weekend: \(S = \{\text{Saturday}, \text{Sunday}\}\)
To solve probability questions correctly, you must list the sample space carefully and make sure no possible outcome is missing.
2. Equally likely outcomes
The classical definition of probability only works when each outcome in the sample space is equally likely.
For example:
- In a fair coin toss, heads and tails are equally likely.
- In a fair die roll, each number from 1 to 6 is equally likely.
- In a well-shuffled deck of cards, each card is equally likely to be chosen.
If outcomes are not equally likely, then we cannot use the classical definition directly.
3. Classical definition of probability
When all outcomes are equally likely, the probability of an event is:
$$P(\text{event}) = \frac{\text{number of favorable outcomes}}{\text{total number of possible outcomes}}$$This can also be written as:
$$P(E) = \frac{n(E)}{n(S)}$$Here:
- \(E\) means the event
- \(n(E)\) is the number of favorable outcomes
- \(n(S)\) is the total number of outcomes in the sample space
A probability is always between 0 and 1:
- \(0\) means the event is impossible
- \(1\) means the event is certain
- A value between 0 and 1 shows how likely the event is
Probabilities can also be written as fractions, decimals, or percentages.
For example:
- \(\frac{1}{2} = 0.5 = 50\%\)
- \(\frac{1}{6} \approx 0.167 = 16.7\%\)
4. How to find probability step by step
- Identify the experiment.
- List the sample space \(S\).
- Identify the event \(E\).
- Count the favorable outcomes.
- Count the total outcomes.
- Use the formula \(P(E) = \frac{n(E)}{n(S)}\).
- Simplify the fraction if possible.
Worked Example 1: Rolling one die
Question: What is the probability of rolling a number greater than 4 on a fair six-sided die?
Step 1: Write the sample space.
\(S = \{1,2,3,4,5,6\}\)
Step 2: Find the favorable outcomes.
Numbers greater than 4 are \(5\) and \(6\).
So the event is \(E = \{5,6\}\).
Step 3: Count outcomes.
- Number of favorable outcomes: \(n(E) = 2\)
- Total number of outcomes: \(n(S) = 6\)
Step 4: Apply the formula.
$$P(E) = \frac{2}{6} = \frac{1}{3}$$Answer: The probability is \(\frac{1}{3}\).
Worked Example 2: Choosing a card
Question: A card is chosen from a standard deck of 52 cards. What is the probability of drawing a heart?
Step 1: Understand the sample space.
A standard deck has 52 cards in total.
Step 2: Count favorable outcomes.
There are 13 hearts in the deck.
Step 3: Use the formula.
$$P(\text{heart}) = \frac{13}{52} = \frac{1}{4}$$Answer: The probability of drawing a heart is \(\frac{1}{4}\).
5. Listing sample spaces for more than one action
Sometimes an experiment has more than one step, such as flipping two coins or rolling two dice. In these cases, the sample space must include every possible combination.
Two coin tosses
If you toss two coins, the sample space is:
$$S = \{HH, HT, TH, TT\}$$Notice that \(HT\) and \(TH\) are different outcomes because the order matters. The first letter shows the first coin, and the second letter shows the second coin.
Two dice rolls
If two dice are rolled, each outcome is written as an ordered pair:
$$ (1,1), (1,2), (1,3), \dots, (6,6) $$There are:
$$6 \times 6 = 36$$possible outcomes in the sample space.
Worked Example 3: Flipping two coins
Question: What is the probability of getting exactly one head when two fair coins are tossed?
Step 1: List the sample space.
$$S = \{HH, HT, TH, TT\}$$Step 2: Identify the favorable outcomes.
Exactly one head happens in:
$$E = \{HT, TH\}$$Step 3: Count outcomes.
- \(n(E) = 2\)
- \(n(S) = 4\)
Step 4: Apply the formula.
$$P(E) = \frac{2}{4} = \frac{1}{2}$$Answer: The probability of getting exactly one head is \(\frac{1}{2}\).
6. Events and favorable outcomes
An event is a set of outcomes from the sample space.
For example, when rolling one die:
- The event “roll an even number” is \(\{2,4,6\}\)
- The event “roll a number less than 3” is \(\{1,2\}\)
- The event “roll a 7” is \(\{\}\), which is impossible
The favorable outcomes are simply the outcomes in the event you want.
7. Probability of compound events using the sample space
A compound event involves more than one action or more than one condition.
Examples:
- Rolling two dice and finding the sum
- Flipping two coins and checking how many heads appear
- Choosing a card and asking whether it is red and a face card
When solving these, the safest method is to list the sample space carefully, then count the favorable outcomes.
Worked Example 4: Rolling two dice
Question: Two fair dice are rolled. What is the probability that the sum is 8?
Step 1: Total outcomes.
Each die has 6 possible outcomes, so the sample space has:
$$6 \times 6 = 36$$total outcomes.
Step 2: Find the favorable outcomes.
The pairs that give a sum of 8 are:
$$ (2,6), (3,5), (4,4), (5,3), (6,2) $$There are 5 favorable outcomes.
Step 3: Apply the formula.
$$P(\text{sum of }8) = \frac{5}{36}$$Answer: The probability is \(\frac{5}{36}\).
8. Important ideas to remember
- The classical definition of probability only works when outcomes are equally likely.
- A sample space must include all possible outcomes.
- Favorable outcomes are the outcomes that match the event.
- Use:
Make sure you count carefully. Many mistakes happen because students forget outcomes or count them incorrectly.
9. Common mistakes
- Forgetting outcomes: For two coin tosses, writing only \(\{HH, HT, TT\}\) and forgetting \(TH\).
- Not treating order correctly: In two dice rolls, \((2,5)\) and \((5,2)\) are different outcomes.
- Using the formula when outcomes are not equally likely: The classical rule needs fairness or equal chance.
- Counting favorable outcomes incorrectly: Read the event carefully before counting.
10. Quick check
Try these on your own:
- What is the probability of drawing a black card from a standard deck?
- What is the probability of getting tails when flipping one fair coin?
- Two coins are tossed. What is the probability of getting at least one head?
Answers:
- Black cards: \(\frac{26}{52} = \frac{1}{2}\)
- Tails: \(\frac{1}{2}\)
- At least one head: favorable outcomes are \(HH, HT, TH\), so \(\frac{3}{4}\)
Summary
A sample space is the full set of possible outcomes in a probability experiment. An event is a group of outcomes you are interested in.
When all outcomes are equally likely, the classical definition of probability is:
$$P(E) = \frac{\text{number of favorable outcomes}}{\text{total number of possible outcomes}}$$To solve probability questions well, always list the sample space carefully, identify the favorable outcomes, and count accurately.
Put what you read to the test
You've worked through Classical Definition of Probability and Sample Spaces. Try answering a few questions to see what stuck — and what might deserve a quick reread before you move on.