Welcome to Probability for CCEA GCSE Further Mathematics
Welcome to your study notes for Probability, an essential topic in Unit 3: Statistics (Paper code: GFM31) of your CCEA GCSE Further Mathematics specification! Whether you feel confident with numbers or find statistics a little intimidating, don't worry. Probability in Further Maths builds directly on concepts you already know from general maths, adding precise rules, clear visual tools, and systematic problem-solving methods.
In this chapter, you will master the language of set notation, learn how to combine events using addition and multiplication rules, and use powerful diagrams (Venn diagrams and tree diagrams) to solve multi-step problems with complete confidence.
1. Core Foundations & Basic Notation
Before diving into complex problems, let's establish the fundamental rules and symbols used in CCEA Further Mathematics.
The Probability Scale
For any event \(A\), the probability \(P(A)\) is always a value between \(0\) and \(1\) inclusive:
\(0 \le P(A) \le 1\)
• If \(P(A) = 0\), the event is impossible.
• If \(P(A) = 1\), the event is certain.
Exhaustive Outcomes
A set of outcomes is called exhaustive if it covers all possible outcomes of an experiment. The sum of the probabilities of all mutually exclusive and exhaustive outcomes always equals \(1\):
\(\sum P(\text{outcomes}) = 1\)
Complementary Events (Not Event A)
The complement of an event \(A\) means "\(A\) does not happen". In Further Maths, this is denoted as \(A'\) or \(\text{not } A\).
Because an event either happens or it doesn't, the two probabilities must add up to \(1\):
\(P(A) + P(A') = 1 \implies P(A') = 1 - P(A)\)
Example: If the probability that a bus arrives on time is \(P(T) = \frac{4}{7}\), the probability that it does not arrive on time is:
\(P(T') = 1 - \frac{4}{7} = \frac{3}{7}\)
Key Takeaway for Section 1: All probabilities lie between \(0\) and \(1\). Whenever you want to find the chance of something not occurring, simply subtract its probability from \(1\).
2. The Addition Rule (OR Events)
When you want to find the probability of event \(A\) OR event \(B\) occurring, you use the Addition Rule. In set notation, "OR" is represented by the union symbol (\(\cup\)), written as \(P(A \cup B)\).
Case A: Mutually Exclusive Events
Two events are mutually exclusive if they cannot happen at the same time. They do not overlap (\(A \cap B = \emptyset\)).
Analogy: Turning left and turning right at a junction at the exact same moment—you can do one or the other, but not both!
For mutually exclusive events, simply add their probabilities:
\(P(A \cup B) = P(A) + P(B)\)
Case B: Non-Mutually Exclusive Events (General Addition Rule)
Two events are non-mutually exclusive if they can happen simultaneously. They have an overlap or intersection (\(A \cap B \neq \emptyset\)).
Analogy: Selecting a student who studies Further Maths (\(A\)) and a student who plays an instrument (\(B\)). Some students do both!
If you simply add \(P(A) + P(B)\), the students who do both are counted twice. To fix this, you must subtract the intersection:
\(P(A \cup B) = P(A) + P(B) - P(A \cap B)\)
Worked Example: In a class of \(30\) students, \(18\) study Biology (\(B\)), \(12\) study Chemistry (\(C\)), and \(6\) study both. Find the probability that a randomly chosen student studies Biology or Chemistry.
1. Find individual probabilities: \(P(B) = \frac{18}{30}\), \(P(C) = \frac{12}{30}\), \(P(B \cap C) = \frac{6}{30}\)
2. Apply the General Addition Rule:
\(P(B \cup C) = P(B) + P(C) - P(B \cap C)\)
\(P(B \cup C) = \frac{18}{30} + \frac{12}{30} - \frac{6}{30} = \frac{24}{30} = \frac{4}{5}\)
Key Takeaway for Section 2: "OR" means add. If the events can happen together, remember to subtract the overlap \(P(A \cap B)\) so you don't double-count.
3. The Multiplication Rule, Independence & Conditional Probability (AND Events)
When you want to find the probability of event \(A\) AND event \(B\) occurring together in a sequence or simultaneously, you use the Multiplication Rule. In set notation, "AND" is represented by the intersection symbol (\(\cap\)), written as \(P(A \cap B)\).
Independent Events
Two events are independent if the occurrence of one event has no effect whatsoever on the probability of the other event.
Analogy: Flipping a coin and rolling a die. The coin landing on Heads doesn't change the chance of rolling a \(6\).
For independent events:
\(P(A \cap B) = P(A) \times P(B)\)
Dependent Events & Conditional Probability
Two events are dependent if the outcome of the first event alters the probability of the second event.
The probability of event \(B\) occurring given that event \(A\) has already happened is called conditional probability, written as \(P(B \mid A)\).
The General Multiplication Rule states:
\(P(A \cap B) = P(A) \times P(B \mid A)\)
The Conditional Probability Formula
By rearranging the multiplication rule, we get the official conditional probability formula:
\(P(A \mid B) = \frac{P(A \cap B)}{P(B)} \quad \text{where } P(B) > 0\)
In simple words: To find the chance of \(A\) happening given \(B\), take the probability of both happening and divide it by the probability of the given condition (\(B\)).
Worked Example: In a town, the probability of rain on any day is \(P(R) = 0.4\). The probability that there is heavy traffic and rain is \(P(T \cap R) = 0.28\). Find the probability that there is heavy traffic given that it is raining.
\(P(T \mid R) = \frac{P(T \cap R)}{P(R)} = \frac{0.28}{0.4} = 0.7\)
Key Takeaway for Section 3: "AND" means multiply. If events are independent, multiply directly. If one depends on the other, multiply by the updated conditional probability.
4. Visual & Calculation Tools
Tool 1: Tree Diagrams
Tree diagrams display sequences of events step-by-step. They are ideal for combined experiments involving two or three stages.
Core Rules for Tree Diagrams:
1. Branches from a single point: The probabilities on any set of branches radiating from a single node must add up to \(1\).
2. Moving along branches (AND): Multiply probabilities along the path from left to right.
3. Combining different paths (OR): Add the resulting probabilities of the paths that satisfy your condition.
With Replacement vs. Without Replacement:
• With replacement: The contents of the pool do not change. Probabilities remain identical on subsequent branches (Independent).
• Without replacement: An item is taken and not put back. Both the numerator (count of that specific item) and the denominator (total count) must decrease on the next set of branches (Dependent)!
Worked Example (Without Replacement): A bag contains \(5\) Red counters and \(3\) Blue counters (total = \(8\)). Two counters are drawn one after another without replacement. Find the probability of picking one counter of each colour.
Step 1: Identify successful paths:
• Path 1: First Red, then Blue: \((\text{R}, \text{B})\)
• Path 2: First Blue, then Red: \((\text{B}, \text{R})\)
Step 2: Calculate probabilities along each path:
• \(P(\text{R}, \text{B}) = P(\text{1st R}) \times P(\text{2nd B} \mid \text{1st R}) = \frac{5}{8} \times \frac{3}{7} = \frac{15}{56}\)
• \(P(\text{B}, \text{R}) = P(\text{1st B}) \times P(\text{2nd R} \mid \text{1st B}) = \frac{3}{8} \times \frac{5}{7} = \frac{15}{56}\)
Step 3: Add the paths together:
\(P(\text{One of each}) = \frac{15}{56} + \frac{15}{56} = \frac{30}{56} = \frac{15}{28}\)
Tool 2: Venn Diagrams
Venn diagrams organize elements into overlapping regions to show set relationships clearly.
Understanding Key Regions:
• Intersection \(P(A \cap B)\): The middle overlapping football shape (both \(A\) and \(B\)).
• Only \(A\), written as \(P(A \cap B')\): The region inside circle \(A\) but outside circle \(B\).
• Union \(P(A \cup B)\): Everything inside circle \(A\), circle \(B\), or both.
• Universal Complement \((A \cup B)'\): The region outside both circles, representing neither \(A\) nor \(B\).
Finding Conditional Probability from a Venn Diagram:
When calculating \(P(A \mid B)\) using a Venn diagram, your entire "universe" shrinks to circle \(B\).
• Numerator = Value in the overlap region \(A \cap B\)
• Denominator = Total value of the entire circle \(B\)
Key Takeaway for Section 4: Tree diagrams track sequential choices (remember to decrease denominators when items aren't replaced). Venn diagrams categorize grouped data (the "given" condition defines your new denominator).
5. Common Pitfalls & Examiner Tips
Be on high alert for these classic mistakes highlighted in CCEA examiner reports:
1. Forgetting "Without Replacement" Adjustments:
Always check if items are returned to the bag or selected without replacement. If not replaced, the total count drops (e.g. from \(10\) to \(9\)) on the second branch!
2. Missing Alternative Paths:
If a question asks for "one red and one blue", calculate both \((\text{Red}, \text{Blue})\) and \((\text{Blue}, \text{Red})\) and add them together. Don't stop after finding just the first path!
3. The "At Least One" Shortcut:
When asked for the probability of "at least one", it is often much faster to find the probability of "none" and subtract from \(1\):
\(P(\text{At least one}) = 1 - P(\text{None})\)
4. Restricted Denominator in Conditional Questions:
When asked for \(P(A \mid B)\), do not divide by the grand total of the whole sample space. Divide only by the total of group \(B\).
5. Premature Rounding:
Do not round intermediate decimal numbers during tree diagram calculations. Keep your workings as exact fractions to ensure complete accuracy in your final answer.
Quick Revision Summary Checklist
Before sitting your exam, make sure you can confidently:
• State and use \(P(A') = 1 - P(A)\).
• Use the addition rule: \(P(A \cup B) = P(A) + P(B) - P(A \cap B)\).
• Check for independence using \(P(A \cap B) = P(A) \times P(B)\).
• Apply the conditional probability formula: \(P(A \mid B) = \frac{P(A \cap B)}{P(B)}\).
• Construct complete tree diagrams and correctly update probabilities for sampling without replacement.
• Populate and interpret two-set Venn diagrams to find probabilities and conditional subsets.