Learning Objectives
- Understand the scale of probability from 0 (impossible) to 1 (certain).
- Calculate basic theoretical probability using fractions, decimals, and percentages.
- Understand and apply the concept of Relative Frequency (Experimental Probability).
- Identify Mutually Exclusive events and use the Addition Rule (OR rule).
- Identify Independent events and use the Multiplication Rule (AND rule).
Interactive Study Tools
These tools are here to help students slow down and think about the method before rushing to an answer.
Study Planner
Use this to break a topic into small study sessions.
Method Reminder
This quick guide reminds students what to do when they feel stuck.
- Read the story: what is the question really asking?
- Choose the method: identify the correct idea before calculating.
- Show the reason: do not skip the logic.
- Check the answer: make sure it fits the situation.
1. The Probability Scale and Basic Probability
Probability is a measure of how likely an event is to happen. It is always a number between 0 and 1. We use the formula:
Favourable outcomes: 1 (just the number 4). Total outcomes: 6. P(4) = 1/6.
There are 4 Kings in a deck. P(King) = 4/52 = 1/13.
2. Relative Frequency (Experimental Probability)
Theoretical probability tells us what should happen. Relative frequency tells us what actually happened during an experiment.
3. Mutually Exclusive Events & The Addition Rule (OR)
Events are Mutually Exclusive if they cannot happen at the same time. For example, drawing a card that is both a Heart and a Spade is impossible. When asked for the probability of Event A OR Event B, we ADD.
P(2) = 1/6. P(5) = 1/6. P(2 or 5) = 1/6 + 1/6 = 2/6 = 1/3.
P(King) = 4/52. P(Heart) = 13/52. But wait! The King of Hearts was counted twice! We must subtract the overlap.
P(King or Heart) = 4/52 + 13/52 - 1/52 = 16/52 = 4/13.
4. Independent Events & The Multiplication Rule (AND)
Events are Independent if the outcome of one does not affect the outcome of the other (e.g., flipping a coin and then rolling a die). When asked for the probability of Event A AND Event B, we MULTIPLY.
P(H) = 1/2. P(H) = 1/2. P(H and H) = 1/2 × 1/2 = 1/4.
P(R) = 3/5. P(R) = 3/5. P(R,R) = 3/5 × 3/5 = 9/25.
First draw P(R) = 3/5. Second draw: There are now only 2 Red left, and only 4 total marbles left. P(R) = 2/4. Total = 3/5 × 2/4 = 6/20 = 3/10.
📝 Exam Style Questions
Easy Q1: A spinner has 8 equal sections numbered 1 to 8. What is the probability of spinning an even number or a 7?
Medium Q2: A bag contains 5 green, 4 yellow, and 3 black counters. Two counters are drawn at random without replacement. Find the probability that both counters are yellow.
Hard Q3: Event A and Event B are independent. P(A) = 0.6 and P(B) = 0.3. Find P(A or B).
A1: Even numbers = {2, 4, 6, 8} (4 outcomes). Number 7 = 1 outcome. These are mutually exclusive. P(Even) + P(7) = 4/8 + 1/8 = 5/8.
A2: Total counters = 12. P(First is Yellow) = 4/12. Since it is without replacement, there are now 3 yellow left out of 11 total. P(Second is Yellow) = 3/11. P(Y and Y) = 4/12 × 3/11 = 12/132 = 1/11.
A3: Because they are not mutually exclusive, P(A or B) = P(A) + P(B) - P(A and B).
Since they are independent, we find the overlap by multiplying: P(A and B) = 0.6 × 0.3 = 0.18.
P(A or B) = 0.6 + 0.3 - 0.18 = 0.9 - 0.18 = 0.72.
🔥 Challenge Questions (No Peeking!)
Easy C1: In a class of 30 students, 18 play soccer, 15 play basketball, and 5 play neither. If a student is chosen at random, what is the probability they play both sports?
Medium C2: A fair coin is flipped 4 times. What is the probability of getting exactly one Head?
Hard (HL) C3: You have two identical boxes. Box A contains 3 gold coins and 2 silver coins. Box B contains 1 gold coin and 4 silver coins. You randomly pick a box, and then randomly draw a coin from it. What is the probability that the coin you draw is gold?
(Answers at the very bottom of the page)
📌 Quick Summary
1. Basic Probability: Favourable / Total. Must be between 0 and 1.
2. Relative Frequency: Based on real experiments. Gets closer to theoretical probability with more trials.
3. OR means ADD: Watch out for overlaps (subtract P(A and B) if they are not mutually exclusive).
4. AND means MULTIPLY: Watch out for "without replacement" changing the total count.
🎓 Final Examiner Advice
Whenever you see a probability question, underline key words like OR, AND, REPLACEMENT, and FAIR. Drawing a quick visual aid, like a tree diagram for successive events or a Venn diagram for overlapping sets, often makes the calculation completely obvious. Don't try to do it all in your head!
Challenge Answers:
C1: Draw a Venn diagram. Total = 30. Subtract the 5 who play neither = 25 playing sports. Soccer (18) + BBall (15) = 33. Since there are only 25 players, the overlap (Both) must be 33 - 25 = 8. Probability = 8/30 = 4/15.
C2: The sequences with exactly one head are HTTT, THTT, TTHT, TTTH (4 paths on a tree diagram). Each specific path has a probability of 1/2 * 1/2 * 1/2 * 1/2 = 1/16. So, 4 * 1/16 = 4/16 = 1/4.
C3: Use a tree diagram. P(Box A) = 1/2, P(Gold from A) = 3/5. (Path A->Gold = 1/2 * 3/5 = 3/10). P(Box B) = 1/2, P(Gold from B) = 1/5. (Path B->Gold = 1/2 * 1/5 = 1/10). Total P(Gold) = 3/10 + 1/10 = 4/10 = 2/5.