# Probability

> Edexcel International GCSE Mathematics A · 4MA1 (2016 Spec)
> Source: https://www.owlsprep.com/study/edexcel-igcse-math-a-s6-probability/

This guide covers all Edexcel IGCSE Mathematics A (4MA1) probability content for both Foundation and Higher tiers, including core rules, Venn diagrams, sample spaces, and Higher-only tree diagrams.

**Prerequisites:** [Understanding of basic set notation for Venn diagrams](https://www.owlsprep.com/study/edexcel-igcse-math-a-s1-set-notation/); Ability to simplify fractions and perform fraction arithmetic

## Learning objectives

- Interpret probability terminology, the 0-1 probability scale, and distinguish between theoretical and experimental probability
- Calculate probabilities from sample spaces, Venn diagrams, and mutually exclusive events using the addition rule
- Find the complement of an event and compute expected frequencies for repeated trials
- (Higher only) Use tree diagrams to calculate probabilities of independent events and conditional probability for without-replacement scenarios

## Core Probability Fundamentals

**Probability** — A measure of how likely an event is to occur, ranging from 0 (impossible) to 1 (certain). Probabilities can be written as fractions, decimals, or percentages between 0% and 100%.

Key probability terminology you need to understand includes outcomes (single results of an experiment), random experiments (where outcomes are not predetermined), and equal likelihood (all outcomes have the same chance of occurring, e.g. rolling a fair die).

**Worked example:** A fair six-sided die is rolled. What is the probability of rolling a number less than 3?

1. List all equally likely outcomes of rolling a die: 1, 2, 3, 4, 5, 6 (total 6 outcomes)
2. Count the number of favourable outcomes (numbers < 3): 1 and 2 (total 2 outcomes)
3. $$P(\text{number} < 3) = \frac{\text{number of favourable outcomes}}{\text{total outcomes}} = \frac{2}{6} = \frac{1}{3}$$

> **tip**
>
> Always simplify probability fractions to their lowest terms unless the question explicitly states you do not need to.

**Check your understanding**

1. What is the probability of a certain event occurring?

   - 0
   - 0.5
   - 1
   - 100

   *Why:* Certain events have a probability of 1 (or 100% if written as a percentage), impossible events have a probability of 0.

## Sample Spaces, Experimental Probability & Expected Frequency

**Sample Space** — The full set of all possible outcomes of a random experiment. You should list outcomes systematically for single events and two successive events to avoid missing any.

Theoretical probability is calculated using the sample space for equally likely outcomes. Experimental probability is calculated from real data: divide the number of successful trials by the total number of trials. Expected frequency is the predicted number of times an event will occur over n trials, calculated as $n \times P(A)$.

**Worked example:** A biased coin lands on heads 3 out of 5 times. If it is tossed 200 times, what is the expected number of heads?

1. First identify the probability of landing on heads: $P(\text{heads}) = \frac{3}{5}$
2. $$\text{Expected frequency} = n \times P(\text{heads}) = 200 \times \frac{3}{5} = 120$$

> **Exam tip**
>
> You do not need to round expected frequency to a whole number unless the question explicitly asks you to, as it is a theoretical average, not a count of actual occurrences.

## Complement & Mutually Exclusive Events

**Mutually Exclusive Events** — Events that cannot occur at the same time, so there is no overlap between their outcomes. For example, rolling a 1 and rolling a 2 on a single die are mutually exclusive.

Two key rules for Foundation tier: 1. Complement rule: The probability of an event not occurring is $P(A') = 1 - P(A)$. 2. Addition rule for mutually exclusive events: The probability of either event A or B occurring is $P(A \text{ or } B) = P(A) + P(B)$.

**Worked example:** A bag contains 3 red, 2 blue, and 5 green marbles. What is the probability of picking a red or blue marble at random?

1. Total number of marbles: $3 + 2 + 5 = 10$
2. $$P(\text{red}) = \frac{3}{10}, P(\text{blue}) = \frac{2}{10}$$
3. Red and blue are mutually exclusive, so add probabilities: $\frac{3}{10} + \frac{2}{10} = \frac{5}{10} = \frac{1}{2}$
4. You can also use the complement rule: $1 - P(\text{green}) = 1 - \frac{5}{10} = \frac{1}{2}$, which gives the same result.

> **warning**
>
> The addition rule only applies to mutually exclusive events. If events can happen at the same time, you cannot simply add their probabilities (this scenario is not tested in your exam).

## Venn Diagram Probability

Venn diagrams use set notation to show groups of events, with circles representing events and a rectangle representing the full sample space. To calculate probability from a Venn diagram, divide the number of elements in the event set by the total number of elements in the sample space.

**Worked example:** A Venn diagram shows 8 students study only Maths, 6 study only Biology, 4 study both, and 2 study neither. What is the probability a randomly selected student studies Maths?

1. First calculate total number of students: $8 + 6 + 4 + 2 = 20$
2. Number of students who study Maths: only Maths + both subjects = $8 + 4 = 12$
3. $$P(\text{studies Maths}) = \frac{12}{20} = \frac{3}{5}$$

> **Exam tip**
>
> Always sum all values in the Venn diagram first to get the total sample size before calculating any probabilities, to avoid arithmetic errors.

## Tree Diagrams & Higher Tier Probability

Tree diagrams are used to calculate probabilities for successive events. For independent events (the outcome of one does not affect the other), multiply the probabilities of each event occurring. For without-replacement scenarios (conditional probability), adjust the second draw probabilities by reducing the total denominator by 1, and adjusting the relevant numerator by 1 if the first event affects it.

**Worked example:** A bag has 2 red and 3 green balls. Two balls are picked without replacement. What is the probability both are red?

1. First draw probability of red: $P(R_1) = \frac{2}{5}$
2. After picking one red ball, 1 red and 4 total balls remain: $P(R_2 | R_1) = \frac{1}{4}$ (no formal conditional notation is needed for your exam)
3. $$P(\text{both red}) = \frac{2}{5} \times \frac{1}{4} = \frac{2}{20} = \frac{1}{10}$$

> **warning**
>
> For without-replacement questions, always remember to reduce the denominator of the second branch of your tree diagram by 1, as the total number of items in the sample space has decreased.

*Calculator:* allowed

## Common pitfalls

- **Wrong:** Forgetting to simplify probability fractions
  - Why it fails: Examiners expect simplified fractions unless told otherwise, so you will lose marks for unsimplified answers.
  - Correct: Always reduce probability fractions to their lowest terms unless the question explicitly asks you not to.
- **Wrong:** Adding probabilities for non-mutually exclusive events
  - Why it fails: If events can happen at the same time, adding counts overlapping outcomes twice, leading to an overestimated probability.
  - Correct: Only use the addition rule $P(A \text{ or } B) = P(A) + P(B)$ when events cannot occur simultaneously.
- **Wrong:** Using the same denominator for the second branch of a without-replacement tree diagram
  - Why it fails: Removing an item reduces the total number of items in the sample space for the second draw.
  - Correct: Subtract 1 from the total denominator for the second draw, and adjust the numerator of the relevant outcome by 1 if needed.
- **Wrong:** Confusing independent and mutually exclusive events
  - Why it fails: Mutually exclusive events cannot happen together, while independent events do not affect each other's probability: they are not the same concept.
  - Correct: Add probabilities for mutually exclusive events, multiply probabilities for independent events.
- **Wrong:** Rounding expected frequency to a whole number unnecessarily
  - Why it fails: Expected frequency is a theoretical average, not a count of actual occurrences, so decimals are acceptable unless context requires whole numbers.
  - Correct: Only round expected frequency if the question explicitly asks for a whole number answer.

## Cheatsheet

| Rule | Formula/Action | Tier |
| --- | --- | --- |
| Probability scale | $0 \leq P(A) \leq 1$ | Foundation |
| Complement rule | $P(A') = 1 - P(A)$ | Foundation |
| Mutually exclusive addition | $P(A \text{ or } B) = P(A) + P(B)$ | Foundation |
| Expected frequency | $n \times P(A)$ | Foundation |
| Independent events multiplication | $P(A \text{ and } B) = P(A) \times P(B)$ | Higher |
| Without replacement adjustment | Reduce denominator by 1 for second draw | Higher |

## What's next

Now that you have mastered probability for Edexcel IGCSE Mathematics A, you can apply these skills to solve combined statistics problems, including interpreting data sets and answering multi-mark exam questions that combine probability with other topics like fractions and ratio. You should also practice past paper questions to familiarize yourself with exam phrasing and common question structures, especially for Higher tier tree diagram problems that are often worth 3-4 marks. Make sure you can recall all core probability rules without a formula sheet, as none are provided for this topic in the exam.

---

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/edexcel-igcse-math-a-s6-probability/
