Probability
Board Coverage
Section titled “Board Coverage”| Board | Paper | Notes |
|---|---|---|
| AQA | Paper 1, 2 | Basic probability in P1; conditional, Bayes in P2 |
| Edexcel | P1, P2 | Similar |
| OCR (A) | Paper 1, 2 | Includes Venn diagrams and tree diagrams |
| CIE (9709) | P1, P6 | Probability in P1; conditional in P6 |
1. Kolmogorov”s Axioms
Section titled “1. Kolmogorov”s Axioms”Definition. A probability function on a sample space satisfies:
- Non-negativity: for all events .
- Normalisation: .
- Countable additivity: If are mutually exclusive, then .
These three axioms are the foundation of all probability theory. Every theorem in probability can be Derived from them.
2. Basic Probability Results
Section titled “2. Basic Probability Results”2.1 Complement rule
Section titled “2.1 Complement rule”Theorem. .
Proof. and are mutually exclusive and .
Corollary. For any event , .
Proof. .
Corollary. If Then .
Proof. Write where the two sets are disjoint. Then since .
2.2 Addition rule
Section titled “2.2 Addition rule”Theorem. .
Proof. can be partitioned into three disjoint sets: , And .
For mutually exclusive events (): .
Corollary (Boole’s inequality). For any events and , .
Proof. Since We have .
2.3 Multiplication rule
Section titled “2.3 Multiplication rule”Theorem. .
Proof. This follows directly from the definition of conditional probability (Section 3.1).
General multiplication rule. For events :
3. Conditional Probability
Section titled “3. Conditional Probability”3.1 Definition
Section titled “3.1 Definition”Definition. The conditional probability of given is
Intuition. is the probability of occurring given that we already know has Occurred. Knowing has happened changes our sample space from to And we measure What fraction of is also in .
3.2 Properties of conditional probability
Section titled “3.2 Properties of conditional probability”Theorem. Conditional probability satisfies the Kolmogorov axioms for a fixed conditioning event (with ).
Proof.
- since and .
- .
- If are mutually exclusive, then so are And
Corollary. The complement rule holds for conditional probability: .
Proof. This follows from applying the complement rule within the conditional probability Measure, which is justified by the theorem above.
4. Bayes’ Theorem
Section titled “4. Bayes’ Theorem”4.1 Statement
Section titled “4.1 Statement”Theorem. For events and with :
4.2 Proof
Section titled “4.2 Proof”4.3 Law of Total Probability
Section titled “4.3 Law of Total Probability”If partition (mutually exclusive and exhaustive):
4.4 Extended Bayes’ Theorem
Section titled “4.4 Extended Bayes’ Theorem”5. Independence
Section titled “5. Independence”5.1 Definition
Section titled “5.1 Definition”Definition. Events and are independent if and only if
5.2 Proof: Independence ⟺ conditional probability equals unconditional
Section titled “5.2 Proof: Independence ⟺ conditional probability equals unconditional”Theorem. and are independent if and only if (provided ).
Proof.
() If Then .
() If Then So .
Intuition. Independence means knowing occurred gives you no information about . The Probability of is the same whether or not has happened.
### 5.3 Pairwise and mutual independenceDefinition. Events are mutually independent if for every subset with :
Definition. Events are pairwise independent if every pair with is independent.
6. Venn Diagrams and Tree Diagrams
Section titled “6. Venn Diagrams and Tree Diagrams”6.1 Venn diagrams
Section titled “6.1 Venn diagrams”Venn diagrams represent events as regions. Useful for visualising:
- A \cup B$$A \cap B$$A'
- Relationships between events
- Applying the addition rule
6.2 Tree diagrams
Section titled “6.2 Tree diagrams”Tree diagrams are useful for sequential experiments. Each branch represents a possible outcome with Its probability. The probability along any path is the product of the probabilities along its Branches (multiplication rule). The probability of any event is found by adding the probabilities of All paths leading to it (addition rule for mutually exclusive paths).
Example. A bag contains 3 red and 2 blue balls. Two balls are drawn without replacement.
7. Counting Principles
Section titled “7. Counting Principles”7.1 Factorials
Section titled “7.1 Factorials”With .
7.2 Permutations and combinations
Section titled “7.2 Permutations and combinations”- Permutations: (order matters)
- Combinations: (order does not matter)
7.3 Probability with equally likely outcomes
Section titled “7.3 Probability with equally likely outcomes”When all outcomes are equally likely: .
8. Venn Diagrams for Three Events
Section titled “8. Venn Diagrams for Three Events”8.1 Inclusion-exclusion principle
Section titled “8.1 Inclusion-exclusion principle”Theorem (Inclusion-Exclusion for three events). For events , , :
Proof. Apply the two-event inclusion-exclusion rule twice:
Now And by the distributive law of set theory So:
Substituting:
8.2 De Morgan’s laws for three events
Section titled “8.2 De Morgan’s laws for three events”Theorem. For events , , :
Proof. The three-event case follows by induction from the two-event case. For the first law:
8.3 Working with three-event Venn diagrams
Section titled “8.3 Working with three-event Venn diagrams”When solving problems with three events, the Venn diagram is divided into 8 regions (including The exterior). The fundamental approach is:
- Start from the innermost region and work outward.
- Use the given information to find the value of each region.
- Each region represents a disjoint event, so probabilities add.
Example. In a class of 40 students, 18 study Maths, 15 study Physics, and 12 study Chemistry. 5 Study all three, 8 study Maths and Physics, 6 study Maths and Chemistry, and 7 study Physics and Chemistry.
The region for “Maths only” is: (subtract overlaps, add back the triple Overlap).
| Region | Description | Calculation | Count |
|---|---|---|---|
| All three | Given | 5 | |
| Maths and Physics only | 3 | ||
| Maths and Chemistry only | 1 | ||
| Physics and Chemistry only | 2 | ||
| Maths only | 9 | ||
| Physics only | 5 | ||
| Chemistry only | 4 | ||
| None | 11 |
Check: .
9. Multi-Stage Experiments and Tree Diagrams
Section titled “9. Multi-Stage Experiments and Tree Diagrams”9.1 Formal structure
Section titled “9.1 Formal structure”A multi-stage experiment consists of a sequence of trials. A tree diagram represents this as:
- Levels correspond to stages (trials).
- Branches at each node represent possible outcomes at that stage.
- Branch probabilities are the conditional probabilities of each outcome given the path so far.
- Path probability is the product of all branch probabilities along the path.
- Event probability is the sum of all relevant path probabilities.
9.2 With and without replacement
Section titled “9.2 With and without replacement”With replacement. At each stage, the sample space and probabilities reset. The trials are Independent.
Without replacement. At each stage, the sample space shrinks. The trials are not Independent; later probabilities depend on earlier outcomes.
Example. A bag contains 5 balls: 2 red and 3 blue. Three balls are drawn without replacement. Find the probability of drawing exactly 2 red balls.
There are ways to arrange the two red draws among three positions: RRB, RBR, BRR.
9.3 At least and at most problems
Section titled “9.3 At least and at most problems”For “at least ” problems, it is often easier to compute the complement: .
Example. A fair coin is tossed 4 times. Find .
Alternatively: .
9.4 Conditional probability from tree diagrams
Section titled “9.4 Conditional probability from tree diagrams”To find a conditional probability from a tree diagram:
- Identify all paths leading to (the conditioning event).
- Sum these path probabilities to get .
- Among those paths, identify which also satisfy .
- Sum the relevant path probabilities to get .
- .
10. Discrete Random Variables and Probability Mass Functions
Section titled “10. Discrete Random Variables and Probability Mass Functions”10.1 Discrete random variables
Section titled “10.1 Discrete random variables”Definition. A random variable is a function that assigns a Real number to each outcome in the sample space.
Definition. A random variable is discrete if its set of possible values is countable (i.e. Finite or countably infinite).
Example. If a fair die is rolled, define = “the number shown”. Then takes values in So is discrete.
Example. If a coin is tossed until the first head appears, define = “number of tosses”. Then takes values in Which is countably infinite.
10.2 Probability mass function (PMF)
Section titled “10.2 Probability mass function (PMF)”Definition. The probability mass function (PMF) of a discrete random variable is the Function Defined for all .
Properties of a PMF. A function is a valid PMF if and only if:
- for all .
- .
Proof. Property 1 follows from non-negativity of probability. Property 2 follows because the Events for all possible values of form a partition of So their Probabilities sum to 1 by the normalisation axiom.
10.3 Cumulative distribution function (CDF)
Section titled “10.3 Cumulative distribution function (CDF)”Definition. The cumulative distribution function (CDF) of a discrete random variable is
The CDF is a non-decreasing, right-continuous function with and .
10.4 Expectation and variance
Section titled “10.4 Expectation and variance”Definition. The expected value (mean) of a discrete random variable is
Definition. The variance of is
An equivalent computational formula is:
Proof of the computational formula:
10.5 Worked example
Section titled “10.5 Worked example”A biased die has PMF:
| 1 | 2 | 3 | 4 | 5 | 6 | |
|---|---|---|---|---|---|---|
Check: .
Problem Set
Section titled “Problem Set”Problem 1
Events $A$ and $B$ are such that $P(A) = 0.4$, $P(B) = 0.5$And $P(A \cup B) = 0.7$. Find $P(A \cap B)$ and $P(A|B)$.Solution 1
$P(A \cap B) = P(A) + P(B) - P(A \cup B) = 0.4 + 0.5 - 0.7 = 0.2$..
If you get this wrong, revise: Addition Rule — Section 2.2.
Problem 2
A disease affects 1% of a population. A test is 99% accurate (both sensitivity and specificity). A person tests positive. What is the probability they actually have the disease?Solution 2
Let $D$ = has disease, $T^+$ = tests positive.P(D) = 0.01$$P(T^+|D) = 0.99$$P(T^+|D') = 0.01.
By the law of total probability: .
By Bayes’ theorem: .
Even with a 99% accurate test, a positive result means only a 50% chance of actually having the Disease, because the disease is so rare.
If you get this wrong, revise: Bayes’ Theorem — Section 4.
Problem 3
Prove that if $A$ and $B$ are independent, then so are $A$ and $B'$.Solution 3
$P(A \cap B') = P(A) - P(A \cap B) = P(A) - P(A)P(B)$ (by independence) $= P(A)[1 - P(B)] = P(A)P(B')$. $\blacksquare$If you get this wrong, revise: Independence — Section 5.
Problem 4
A bag contains 4 red, 3 blue, and 2 green balls. Three balls are drawn without replacement. Find the probability that all three are different colours.Solution 4
Total ways to choose 3 from 9: $\binom{9}{3} = 84$.Ways to get one of each colour: .
.
If you get this wrong, revise: Counting Principles — Section 7.
Problem 5
Events $A$$B$$C$ are such that $P(A) = 0.3$$P(B) = 0.4$$P(C) = 0.5$$P(A \cap B) = 0.1$$P(A \cap C) = 0.15$$P(B \cap C) = 0.2$And $P(A \cap B \cap C) = 0.05$. Find $P(A \cup B \cup C)$.Solution 5
By the inclusion-exclusion principle:
If you get this wrong, revise: Addition Rule — Section 2.2.
Problem 6
Two coins are tossed. Given that at least one is heads, find the probability that both are heads.Solution 6
$\Omega = \{HH, HT, TH, TT\}$. $A = \{\mathrm{at least one heads}\} = \{HH, HT, TH\}$. $B = \{\mathrm{both heads}\} = \{HH\}$..
If you get this wrong, revise: Conditional Probability — Section 3.
Problem 7
A fair die is rolled. Let $A$ = "even number" and $B$ = "number greater than 3". Are $A$ and $B$ independent?Solution 7
$A = \{2, 4, 6\}$$B = \{4, 5, 6\}$$A \cap B = \{4, 6\}$.P(A) = 3/6 = 1/2$$P(B) = 3/6 = 1/2$$P(A \cap B) = 2/6 = 1/3.
. So and are not independent.
If you get this wrong, revise: Independence — Section 5.
Problem 8
In a school, 60% of students study Maths, 40% study Physics, and 25% study both. A student is chosen at random. Given that they study Physics, find the probability they study Maths.Solution 8
$P(M) = 0.6$$P(P) = 0.4$$P(M \cap P) = 0.25$..
If you get this wrong, revise: Conditional Probability — Section 3.
Problem 9
A box contains 10 items, 3 of which are defective. Items are inspected one by one without replacement. Find the probability that the first defective item is the third one inspected.Solution 9
First two non-defective, third defective:If you get this wrong, revise: Tree Diagrams — Section 6.2.
Problem 10
A machine produces components. 5% are defective. Components are packed in boxes of 20. Find the probability that a box contains exactly one defective component.Solution 10
This is a binomial scenario: $X \sim B(20, 0.05)$..
If you get this wrong, revise: Binomial Distribution — Statistical Distributions chapter.
Problem 11
Prove that $P(A \cup B') = 1 - P(A' \cap B)$.Solution 11
By De Morgan's law: $(A \cup B')' = A' \cap B$.So .
If you get this wrong, revise: Complement Rule — Section 2.1.
Problem 12
From a standard 52-card deck, 5 cards are dealt. Find the probability of getting a flush (all 5 cards of the same suit).Solution 12
Total ways: $\binom{52}{5} = 2598960$.Ways to get a flush: choose suit (4 ways), then 5 cards from that suit ().
Total flushes: .
.
If you get this wrong, revise: Counting Principles — Section 7.
Problem 13
A discrete random variable $X$ has PMF $p(x) = kx$ for $x \in \{1, 2, 3, 4, 5\}$ and $p(x) = 0$ otherwise. Find the constant $k$Then find $E(X)$ and $\mathrm{Var}(X)$.Solution 13
For a valid PMF: $\sum_{x=1}^{5} kx = k(1 + 2 + 3 + 4 + 5) = 15k = 1$So $k = 1/15$.If you get this wrong, revise: Discrete Random Variables — Section 10.
Problem 14
A bag contains 4 red and 6 blue balls. Balls are drawn one at a time without replacement until a red ball is drawn. Find the probability that exactly 3 draws are needed.Solution 14
We need the first two draws to be blue and the third to be red:If you get this wrong, revise: Multi-Stage Experiments — Section 9.
Problem 15
Prove Boole's inequality: for events $A_1, A_2, \ldots, A_n$Solution 15
By induction on $n$.Base case (): .
Inductive step: Assume . Then
If you get this wrong, revise: Basic Probability Results — Section 2.
Problem 16
In a survey, 70% of people like tea, 50% like coffee, and 35% like both. A person is chosen at random. Given that they like at least one of the two drinks, find the probability that they like both.Solution 16
$P(T) = 0.7$$P(C) = 0.5$$P(T \cap C) = 0.35$..
If you get this wrong, revise: Conditional Probability — Section 3.
Problem 17
A fair coin is tossed 5 times. Using the complement rule, find the probability of getting at least one head.Solution 17
Let $A$ = "at least one head". Then $A'$ = "no heads" = "all tails".If you get this wrong, revise: Complement Rule — Section 2.1.
Problem 18
Two events $A$ and $B$ satisfy $P(A) = 0.6$$P(B|A) = 0.4$And $P(B|A') = 0.7$. Find $P(B)$$P(A|B)$And determine whether $A$ and $B$ are independent.Solution 18
By the law of total probability:Check independence: . So and are not independent.
If you get this wrong, revise: Bayes’ Theorem — Section 4, and Independence — Section 5.
Problem 19
A discrete random variable $X$ has CDF $F(x) = 0$ for $x \lt 0$$F(x) = x/4$ for $0 \leq x \lt 1$$F(x) = 1/2$ for $1 \leq x \lt 2$$F(x) = 3/4$ for $2 \leq x \lt 3$And $F(x) = 1$ for $x \geq 3$. Find the PMF of $X$ and verify it sums to 1.Solution 19
The PMF is obtained from the jumps in the CDF:- . But from the formula at : . Actually, the jump occurs at the boundary. Since is continuous at There is no point mass at 0. The value has probability 0; we look at where jumps occur.
More carefully, the jumps occur at:
- :
- :
- :
There is also a continuous component on But since is discrete, the CDF must be a step Function. The given CDF has a linear portion, which indicates this CDF actually corresponds to a mixed distribution. For a purely discrete The CDF should be piecewise constant with jumps.
Assuming the problem intended a discrete distribution, the PMF from the jumps is:
Check: . This indicates the continuous portion on contributes probability spread over a continuum, confirming this is not a purely Discrete distribution.
If you get this wrong, revise: Discrete Random Variables — Section 10.
Problem 20
Three machines $M_1$, $M_2$, $M_3$ produce items with proportions 50%, 30%, 20%. Their defect rates are 2%, 3%, 5% respectively. An item is found to be defective. Find the probability it was produced by $M_3$.Solution 20
Let $D$ = "defective". By the law of total probability:
By Bayes’ theorem:
If you get this wrong, revise: Extended Bayes’ Theorem — Section 4.4.
## Common Pitfalls
Incorrectly applying integration by parts by choosing and the wrong way around.
Dropping negative signs during algebraic manipulation. Substitute back to verify your answer.
Confusing the domain and range of functions, or not considering restrictions (e.g., denominator cannot be zero).
Forgetting the constant of integration in indefinite integrals, or misusing boundary conditions in definite integrals.
Cross-References
Section titled “Cross-References”- Data Representation — Frequency tables and grouped data from this topic form the empirical basis for probability models.
- Correlation and Regression — Conditional probability underpins the interpretation of regression and correlation analysis.
- Statistical Distributions — The binomial and Poisson distributions extend probability theory to counting and rare events.
- Hypothesis Testing — Probability theory provides the p-values and significance levels used in hypothesis testing.