# Combined Events & Conditional Probability

> Mathematics · CIE IGCSE 2025-2027
> Source: https://www.owlsprep.com/study/cie-0580-u8-combined-events-conditional-probability/

This guide covers combined and conditional probability for CIE IGCSE Maths 0580 (Core + Extended tiers), including diagram methods, replacement rules, and exam-aligned practice examples.

**Prerequisites:** [Basic probability calculation (fraction/decimal/percentage)](https://www.owlsprep.com/study/cie-0580-u8-probability-basics/); Ability to interpret simple tables and diagrams

## Learning objectives

- Calculate combined event probability for Core (with replacement) scenarios using sample space, 2-set Venn, and tree diagrams
- Apply Extended tier content including without replacement, 3-set Venn diagrams, and $P(A \cap B)$ / $P(A \cup B)$ calculations
- Solve conditional probability questions directly from diagrams/two-way tables without formal formulas
- Avoid common exam mistakes in probability calculations and show full working for structured questions

## Core: Combined Events with Replacement

**Combined Events** — Events that involve two or more separate trials or outcomes happening together, e.g. rolling two dice and getting a 6 on both.

*Example:* Picking two balls from a bag, with replacement, and getting red both times

Core tier only requires you to calculate probabilities for combined events where selections are made *with replacement*: after choosing an item, it is returned to the pool, so the probability of each outcome stays constant across all trials. You can use sample space diagrams, 2-set Venn diagrams, or tree diagrams to solve these problems.

**Worked example:** A bag has 3 red balls and 2 blue balls. A ball is picked at random, replaced, then a second ball is picked. Calculate the probability both balls are red.

1. Find probability of red on first pick: total 5 balls, 3 red, so $\frac{3}{5}$
2. Since replacement is used, probability of red on second pick is also $\frac{3}{5}$
3. Multiply the two probabilities for the combined independent event: $\frac{3}{5} \times \frac{3}{5} = \frac{9}{25}$

> **Exam tip:** Always note if replacement is used in Core questions, as this means you do not need to adjust probabilities for subsequent trials.

## Core: Diagrams for Combined Event Calculation

Three common diagram types are accepted for Core tier answers: sample space tables (for two independent trials), 2-set Venn diagrams (for overlapping groups), and tree diagrams (for sequential trials). All will give the same correct answer, so use the method you are most comfortable with.

**Worked example:** Two fair 6-sided dice are rolled. Use a sample space diagram to find the probability the sum of the two dice is 7.

1. List all possible outcomes as pairs (first die, second die): there are $6 \times 6 = 36$ total equally likely outcomes
2. Identify pairs that sum to 7: (1,6), (2,5), (3,4), (4,3), (5,2), (6,1) → 6 favorable outcomes
3. Calculate probability: $\frac{\text{favorable outcomes}}{\text{total outcomes}} = \frac{6}{36} = \frac{1}{6}$

> **tip**
>
> Tree diagrams are the most widely applicable for Core combined event questions, as they work for all sequential trial scenarios and make it easy to see independent event probabilities.

## Extended Adds: Without Replacement & Set Probability

**Without Replacement** — A selection method where an item is not returned to the pool after being chosen, so probabilities for subsequent trials change based on previous selections.

*Example:* Picking two cards from a deck without putting the first card back

Extended tier introduces without replacement scenarios, plus notation for set operations on probabilities: $P(A \cap B)$ (probability both A and B occur) and $P(A \cup B)$ (probability A or B or both occur, calculated as $P(A) + P(B) - P(A \cap B)$ to avoid double counting overlapping outcomes). You also need to work with 3-set Venn diagrams for this tier.

**Worked example:** A bag has 3 red and 2 blue balls, with no replacement after the first pick. Find the probability both balls are red.

1. First pick red probability: $\frac{3}{5}$
2. After removing 1 red ball, 2 red and 2 blue remain, so second pick red probability: $\frac{2}{4} = \frac{1}{2}$
3. Multiply the two probabilities: $\frac{3}{5} \times \frac{1}{2} = \frac{3}{10}$

## Extended Adds: Conditional Probability

**Conditional Probability** — The probability of an event occurring *given that another event has already happened*, so you only consider the subset of outcomes that match the given condition, not the full sample space.

You do NOT need to use the formal conditional probability formula for CIE IGCSE 0580: instead, read values directly from Venn diagrams, tree diagrams, or two-way tables by restricting your sample space to the given condition.

**Worked example:** A class of 30 students: 18 play football, 12 play tennis, 6 play both. Given a student plays football, find the probability they also play tennis.

1. The given condition is the student plays football, so our restricted sample space is only the 18 football players
2. Of these 18 football players, 6 also play tennis (the overlapping group)
3. Calculate probability: $\frac{6}{18} = \frac{1}{3}$

> **Exam tip:** Always circle the 'given' condition in exam questions to make sure you are using the correct restricted sample space, not the total sample space.

## Exam Strategy for Probability Questions

All probability questions in 0580 are structured written, so you must show all your working to get full marks, even if you can calculate the answer in your head. You can use any valid diagram method to support your working, and markers will accept all correct approaches.

**Exam command terms**

- **Find the probability that** — Calculate the value as a fraction, decimal, or percentage (all are accepted unless specified otherwise) *("Find the probability both picks are red" → answer can be $\frac{9}{25}$, 0.36, or 36%)*

- **Given that** — You are working with conditional probability, so restrict your sample space to the stated condition

## Common pitfalls

- **Wrong:** Forgetting to adjust probabilities in without replacement questions
  - Why it fails: Assuming probabilities stay the same across trials, leading to overestimation of combined probability
  - Correct: Subtract 1 from the numerator (for the chosen item) and denominator (for total items) for each subsequent pick when no replacement is used
- **Wrong:** Double counting overlapping outcomes when calculating $P(A \cup B)$
  - Why it fails: Adding $P(A)$ and $P(B)$ directly counts outcomes that are in both sets twice
  - Correct: Use $P(A \cup B) = P(A) + P(B) - P(A \cap B)$ to remove the duplicate count of overlapping outcomes
- **Wrong:** Using the total sample space instead of the restricted sample space for conditional probability
  - Why it fails: Ignoring the 'given' condition leads to an incorrect, usually lower, probability value
  - Correct: Always use only the subset of outcomes that match the given condition as your denominator for conditional probability calculations
- **Wrong:** Simplifying fractions incorrectly in final answers
  - Why it fails: Many marks are lost for arithmetic errors in simplifying probability fractions
  - Correct: Check your simplification twice, and note that unsimplified correct fractions are usually accepted, but simplified values are preferred
- **Wrong:** Drawing tree diagrams with incorrect branch totals
  - Why it fails: Forgetting that the sum of probabilities on branches from a single node must equal 1, leading to incorrect downstream calculations
  - Correct: Add up the probabilities on each set of branches to confirm they equal 1 before proceeding to calculate combined probabilities

## Cheatsheet

| Concept | Core Requirement | Extended Requirement |
| --- | --- | --- |
| Combined Events | Calculate with replacement only, using 2-set Venn, tree, sample space diagrams | Calculate with/without replacement, use 3-set Venns, $P(A \cap B)$ and $P(A \cup B)$ notation |
| Conditional Probability | Not assessed | Calculate directly from diagrams/tables using restricted sample space, no formula needed |
| Key Formulas | $P(\text{event}) = \frac{\text{favorable}}{\text{total}}$; multiply for independent events | Add $P(A \cup B) = P(A) + P(B) - P(A \cap B)$ |
| Tree Diagram Rules | Branch probabilities equal for each trial (replacement) | Adjust branch probabilities for without replacement trials |

## What's next

Now that you have mastered combined and conditional probability for CIE IGCSE Maths 0580, you are ready to tackle more advanced probability questions and move on to statistics topics that rely on these foundational skills. Practice past paper questions focused on tree diagrams and Venn diagram conditional probability to build speed and accuracy, as these are high-frequency questions that appear on almost every 0580 exam paper. Make sure you are comfortable working across both calculator and non-calculator papers, as probability questions appear on both.

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/cie-0580-u8-combined-events-conditional-probability/
