Probability โ What Are the Chances?
Learn probability from scratch โ from coin flips and dice rolls to tree diagrams and the AND/OR rules. With everyday examples and worked problems.
Probability is about measuring how likely something is to happen. It's a number between 0 (impossible โ like rolling a 7 on a normal dice) and 1 (certain โ like the sun rising tomorrow).
The Basic Rule
Simple Examples
| Event | Favourable | Total | Probability |
|---|---|---|---|
| Flipping heads | 1 | 2 | 1/2 |
| Rolling a 6 | 1 | 6 | 1/6 |
| Rolling an even number | 3 | 6 | 1/2 |
| Drawing a heart from a deck | 13 | 52 | 1/4 |
The AND Rule โ Both Things Happen
If two events are independent (one doesn't affect the other), multiply their probabilities.
Worked Example 1 โ Coin and Dice
What's the probability of flipping heads AND rolling a 6?
- P(heads) = 1/2
- P(six) = 1/6
- P(heads AND six) = 1/2 ร 1/6 = 1/12
The OR Rule โ Either Thing Happens
If the events can't happen at the same time (mutually exclusive), add their probabilities.
Worked Example 2 โ Rolling a Dice
What's the probability of rolling a 2 OR a 5?
- P(2) = 1/6
- P(5) = 1/6
- P(2 OR 5) = 1/6 + 1/6 = 2/6 = 1/3
Tree Diagrams
Tree diagrams are brilliant for keeping track of multiple events. Here's how they work:
- Draw a branch for each outcome of the first event
- From the end of each branch, draw branches for the second event
- Write the probability on each branch
- Multiply along the branches to find the probability of that path
- Add paths together if you want "this OR that"
Worked Example 3 โ Two Coin Flips
What's the probability of getting exactly one head in two flips?
Paths: HH, HT, TH, TT (each with probability 1/4)
- Paths with exactly one H: HT and TH
- P = 1/4 + 1/4 = 1/2
Expected Frequency
If you roll a dice 300 times, how many sixes would you expect? Expected frequency = probability ร number of trials = 1/6 ร 300 = 50.
Try It Yourself
- A bag has 3 red and 7 blue balls. What's the probability of picking red? (Answer: 3/10)
- What's the probability of flipping 3 heads in a row? (Answer: 1/8)
- You roll a dice 180 times. How many times do you expect an even number? (Answer: 90)
Calculate probabilities for more complex scenarios.
โ Open the Probability Calculator