🎲 Sample Space & Combined Probability

Cambridge Lower Secondary Β· Grade 7 Β· Probability & Statistics

Sample Space
Two coins: {HH, HT, TH, TT}
All possible outcomes listed systematically
Combined Probability
P(double 6 on two dice) = 1/36
Count favourable Γ· total outcomes in grid
Complementary Events
P(not A) = 1 βˆ’ P(A)
Everything that isn't event A

Quick probability spinner β€” see the sample space live! πŸŒ€

Click to spin!
Sample space: {Red, Blue, Green, Yellow}

What you'll learn:

  • Listing all possible outcomes (sample space) systematically
  • Drawing sample space diagrams (2D grids) for two combined events
  • Calculating P(A and B) from a sample space grid
  • Mutually exclusive events: P(A or B) = P(A) + P(B)
  • Complementary events: P(not A) = 1 βˆ’ P(A)
  • Using tree diagrams to show combined outcomes
  • Solving problems using Venn diagrams

πŸ“– Learn: Sample Space & Combined Probability

Part 1: What is a Sample Space?

The sample space is the set of all possible outcomes of an experiment. We list them using:

πŸ“‹ A list β€” e.g. rolling one die: {1, 2, 3, 4, 5, 6}
🌳 A tree diagram β€” shows branching outcomes for multiple events
⊞ A sample space diagram (grid) β€” for two combined events
πŸ’‘ The total number of outcomes in the sample space is used as the denominator when calculating probability.
Example: Flipping two coins β€” sample space: {HH, HT, TH, TT} β€” 4 outcomes total
P(exactly one Head) = 2/4 = 1/2 (HT and TH are favourable)

Part 2: Sample Space Diagrams (2D Grids)

When we combine two independent events (e.g. rolling two dice), we draw a 2D grid. The row headings are outcomes for Event 1, column headings for Event 2.

🎲 Rolling two dice: each axis runs 1–6, giving 6 Γ— 6 = 36 total outcomes
Die 1 \ Die 2 1 2 3 4 5 6
1(1,1)(1,2)(1,3)(1,4)(1,5)(1,6)
2(2,1)(2,2)(2,3)(2,4)(2,5)(2,6)
3(3,1)(3,2)(3,3)(3,4)(3,5)(3,6)
4(4,1)(4,2)(4,3)(4,4)(4,5)(4,6)
5(5,1)(5,2)(5,3)(5,4)(5,5)(5,6)
6(6,1)(6,2)(6,3)(6,4)(6,5)(6,6)
🟑 Yellow = "at least one 6". Green = "double 6". P(double 6) = 1/36.

Part 3: Combined Probability from a Sample Space

To find P(A and B), count the cells in the grid that satisfy both conditions.

πŸ“Œ Formula: P(event) = number of favourable outcomes Γ· total outcomes
Example: P(sum = 7) on two dice β€” count pairs that add to 7: (1,6),(2,5),(3,4),(4,3),(5,2),(6,1) β†’ 6 outcomes
P(sum = 7) = 6/36 = 1/6
πŸ’‘ Systematic listing avoids missing outcomes. Always check your total equals the full sample space size.

Part 4: Mutually Exclusive Events

Two events are mutually exclusive if they cannot both happen at the same time.

πŸ“Œ Rule: P(A or B) = P(A) + P(B)  (only when A and B are mutually exclusive)
Example: Rolling a die β€” A = "get a 3", B = "get a 5". Can't roll both at once β†’ mutually exclusive.
P(A or B) = P(3) + P(5) = 1/6 + 1/6 = 2/6 = 1/3
⚠️ If events CAN overlap (e.g. "even number" and "greater than 4"), they are NOT mutually exclusive and you cannot simply add the probabilities.

Part 5: Complementary Events

The complement of event A (written A' or "not A") is every outcome that is NOT in A.

πŸ“Œ Rule: P(not A) = 1 βˆ’ P(A)
Example: P(rolling a 6) = 1/6, so P(not rolling a 6) = 1 βˆ’ 1/6 = 5/6
Example: P(rain tomorrow) = 0.35, so P(no rain) = 1 βˆ’ 0.35 = 0.65
πŸ’‘ All probabilities in a sample space add to 1. This rule lets you find the harder probability from the easier one.

πŸ’‘ Worked Examples

Example 1: Listing a Sample Space Systematically

A spinner has sectors numbered 1, 2, 3. A coin is flipped. List all outcomes.

Step 1: List all spinner outcomes: {1, 2, 3}
Step 2: For each spinner result, pair it with each coin result {H, T}
Step 3: Full list: {(1,H), (1,T), (2,H), (2,T), (3,H), (3,T)}
Total outcomes: 6 (= 3 Γ— 2, which is why we multiply for independent events)
πŸ“‹ Use a table or tree to make sure you haven't missed any pairs. 3 spinner options Γ— 2 coin options = 6 total.

Example 2: Sample Space Diagram β€” Finding a Probability

Two fair dice are rolled. Find P(the product is even).

Step 1: Draw a 6Γ—6 grid. Each cell = (die 1 value) Γ— (die 2 value).
Step 2: Mark cells where the product is even. A product is even if AT LEAST ONE die shows an even number.
Step 3: It's easier to use complementary: P(product is odd) = only when both dice show ODD. Odd values: {1,3,5} on each die β†’ 3Γ—3 = 9 odd products.
Step 4: P(product is odd) = 9/36 = 1/4
Step 5: P(product is even) = 1 βˆ’ 1/4 = 3/4
πŸ’‘ Complementary events saved us a lot of counting here β€” always look for the easier case first!

Example 3: Mutually Exclusive Events

A bag contains: 3 red, 5 blue, 2 green sweets. One sweet is picked. Find P(red or green).

Step 1: Total sweets = 3 + 5 + 2 = 10
Step 2: Are "red" and "green" mutually exclusive? YES β€” a sweet can't be both colours.
Step 3: P(red) = 3/10, P(green) = 2/10
Step 4: P(red or green) = 3/10 + 2/10 = 5/10 = 1/2
βœ… Mutually exclusive: no sweet is both red and green β€” so adding is safe!

Example 4: Complementary Events in Context

A weather forecast says P(sunny) = 0.45 and P(cloudy) = 0.30. What is P(rainy)?

Step 1: All probabilities must sum to 1: P(sunny) + P(cloudy) + P(rainy) = 1
Step 2: 0.45 + 0.30 + P(rainy) = 1
Step 3: P(rainy) = 1 βˆ’ 0.45 βˆ’ 0.30 = 0.25
πŸ“Œ All outcomes in a sample space must sum to 1. This is the extended complementary rule for 3+ events.

🎲 Probability Visualizer

Interactive Sample Space Grid

Choose two events and click cells to highlight outcomes. The probability fraction updates automatically.

Click cells to highlight them. Highlighted count / total = probability fraction shown above.

✏️ Exercise 1: Listing Outcomes

List all outcomes in the sample space. Write your answers separated by commas.

✏️ Exercise 2: Sample Space Tables

Count outcomes from the described grids to answer each question.

✏️ Exercise 3: Calculating Probabilities from a Sample Space

Write each probability as a fraction in its simplest form.

πŸ”£ Exercise 4: Mutually Exclusive & Complementary Events

Apply the rules P(A or B) = P(A) + P(B) and P(not A) = 1 βˆ’ P(A).

🧩 Exercise 5: Mixed Probability Problems

These questions combine all the skills from this lesson.

πŸ“ Practice Questions

πŸ† Challenge Questions

Harder multi-step problems β€” think carefully!