🇬🇧 Sixth Term Examination Paper (STEP) · subject
Sixth Term Examination Paper (STEP) Probability and Statistics Syllabus
Every chapter and topic of Probability and Statistics examined in Sixth Term Examination Paper (STEP) — 4 chapters, 22 topics and 8 sub-topics, plus 51 flashcards written against it.
Probability and Statistics syllabus — full chapter and topic list
Expand any chapter to see its topics and sub-topics. This is the whole examinable outline for Probability and Statistics in Sixth Term Examination Paper (STEP), not a summary of it.
-
Probability
6 topics- Sample spaces, events and the axioms of probability
- Conditional probability and the multiplication rule
- Independence and mutually exclusive events
- Tree diagrams, Venn diagrams and the addition rule
- Bayes' theorem and the total probability formula
- Permutations, combinations and counting arguments
-
Discrete Random Variables
6 topics- Probability distributions and cumulative distributions
- Expectation, variance and their algebra
- E(aX+b) and Var(aX+b)
- Expectation of a function of X
- The binomial distribution and its conditions
- The Poisson distribution and approximation to the binomial
- The geometric and discrete uniform distributions
- Probability and moment generating functions
-
Continuous Random Variables
5 topics- Probability density and cumulative distribution functions
- Expectation, variance, median and mode for continuous variables
- The continuous uniform and exponential distributions
- The normal distribution and standardisation
- Normal approximation to binomial and Poisson
- Continuity corrections
- Distributions of functions of a continuous variable
-
Data, Estimation and Inference
5 topics- Measures of location and spread; interpreting data
- Sampling, estimators and the distribution of the sample mean
- Unbiased estimators
- Central limit theorem (informal use)
- Confidence intervals for a mean
- Hypothesis testing: null/alternative, significance and errors
- One- and two-tailed tests
- Type I and Type II errors
- Correlation, regression and the product moment coefficient
Probability and Statistics flashcards for Sixth Term Examination Paper (STEP)
18 of 51 cards from the Probability and Statistics deck — real questions with worked answers.
State the three Kolmogorov axioms of probability for events in a sample space $S$.
For any event $A$, $P(A)\geq 0$ (non-negativity). For the whole sample space, $P(S)=1$ (normalisation). For mutually exclusive events $A_1,A_2,\dots$, $P\!\left(\bigcup_i A_i\right)=\sum_i P(A_i)$ (countable additivity).
Define a sample space, an event, and an elementary (simple) event.
The sample space $S$ is the set of all possible outcomes of an experiment. An event is any subset $A\subseteq S$. An elementary event is a single-outcome subset $\{\omega\}$ containing just one element of $S$.
What is the complement rule, and what is $P(\varnothing)$?
$P(A')=1-P(A)$, where $A'$ is the complement of $A$. The impossible event satisfies $P(\varnothing)=0$.
Define the conditional probability $P(A\mid B)$ and state the condition for it to be defined.
$P(A\mid B)=\dfrac{P(A\cap B)}{P(B)}$, provided $P(B)>0$. It is the probability of $A$ given that $B$ has occurred.
State the multiplication (chain) rule for $P(A\cap B)$ and its extension to three events.
$P(A\cap B)=P(A\mid B)\,P(B)=P(B\mid A)\,P(A)$. For three events, $P(A\cap B\cap C)=P(A)\,P(B\mid A)\,P(C\mid A\cap B)$.
Define independence of two events $A$ and $B$, and give the equivalent conditional form.
$A$ and $B$ are independent if $P(A\cap B)=P(A)\,P(B)$. Equivalently, $P(A\mid B)=P(A)$ (when $P(B)>0$): knowing $B$ does not change the probability of $A$.
What is the difference between mutually exclusive events and independent events?
Mutually exclusive means $A\cap B=\varnothing$ so $P(A\cap B)=0$ — they cannot both occur. Independent means $P(A\cap B)=P(A)P(B)$. For events with positive probability the two properties are incompatible: mutually exclusive events are dependent, since one occurring forces the other not to.
State the addition rule (inclusion–exclusion) for two events and for three events.
$P(A\cup B)=P(A)+P(B)-P(A\cap B)$. For three events, $P(A\cup B\cup C)=P(A)+P(B)+P(C)-P(A\cap B)-P(A\cap C)-P(B\cap C)+P(A\cap B\cap C)$.
In a tree diagram, how do you obtain the probability of a particular path and the probability of an end event?
Multiply the conditional probabilities along the branches of a single path. To get the probability of an overall outcome, add the probabilities of all distinct paths (mutually exclusive routes) that lead to it.
State the law of total probability for a partition $B_1,\dots,B_n$ of the sample space.
$P(A)=\sum_{i=1}^{n} P(A\mid B_i)\,P(B_i)$, where the $B_i$ are mutually exclusive and exhaustive with $P(B_i)>0$.
State Bayes' theorem in its standard form for events $A$ and $B$.
$P(A\mid B)=\dfrac{P(B\mid A)\,P(A)}{P(B)}=\dfrac{P(B\mid A)\,P(A)}{\sum_i P(B\mid A_i)\,P(A_i)}$, where the denominator uses the total probability formula over a partition $\{A_i\}$.
Define the number of permutations of $r$ objects chosen from $n$ distinct objects.
$^nP_r=\dfrac{n!}{(n-r)!}=n(n-1)\cdots(n-r+1)$. Order matters and there is no repetition.
Define the binomial coefficient (number of combinations) $\binom{n}{r}$ and give its symmetry property.
$\binom{n}{r}=\dfrac{n!}{r!\,(n-r)!}$, the number of ways to choose $r$ objects from $n$ without regard to order. Symmetry: $\binom{n}{r}=\binom{n}{n-r}$.
How many distinct arrangements are there of $n$ objects of which $n_1,n_2,\dots,n_k$ are identical within each group?
$\dfrac{n!}{n_1!\,n_2!\cdots n_k!}$, the multinomial coefficient, where $n_1+n_2+\cdots+n_k=n$.
For a discrete random variable, define the probability mass function and the conditions it must satisfy.
The pmf is $p(x)=P(X=x)$. It must satisfy $p(x)\geq 0$ for all $x$, and $\sum_x p(x)=1$ over all values $x$ in the range of $X$.
Define the cumulative distribution function $F(x)$ and state its key properties.
$F(x)=P(X\leq x)$. It is non-decreasing, right-continuous, with $\lim_{x\to-\infty}F(x)=0$ and $\lim_{x\to\infty}F(x)=1$. For discrete $X$, $F$ is a step function and $P(a<X\leq b)=F(b)-F(a)$.
Define the expectation $E(X)$ of a discrete random variable and $E(g(X))$.
$E(X)=\sum_x x\,p(x)$. For a function, $E(g(X))=\sum_x g(x)\,p(x)$ (the law of the unconscious statistician).
Define the variance of $X$ and give the computational formula.
$\operatorname{Var}(X)=E\!\big[(X-\mu)^2\big]$ where $\mu=E(X)$. Computationally, $\operatorname{Var}(X)=E(X^2)-\big(E(X)\big)^2$. The standard deviation is $\sigma=\sqrt{\operatorname{Var}(X)}$.
Planning Probability and Statistics for Sixth Term Examination Paper (STEP)
Probability and Statistics is about 15% of the Sixth Term Examination Paper (STEP) syllabus by topic count — 22 of 148 topics, spread over 4 chapters. At roughly 45 minutes per topic plus 12 minutes per sub-topic, a first pass runs to about 20 hours.
The heaviest chapters are Probability (6 topics), Discrete Random Variables (6 topics), Continuous Random Variables (5 topics) . Front-load those while your energy is high; the short chapters are better revision filler later.
Work top-down: read the chapter, then tick topics off individually rather than marking the whole chapter done. Sub-topics are where silent gaps hide.
Probability and Statistics (Sixth Term Examination Paper (STEP)) FAQ
What is in the Sixth Term Examination Paper (STEP) Probability and Statistics syllabus?
Probability and Statistics is split into 4 chapters — Probability, Discrete Random Variables, Continuous Random Variables and Data, Estimation and Inference, containing 22 topics and 8 sub-topics in total.
How many chapters are there in Probability and Statistics for Sixth Term Examination Paper (STEP)?
4 chapters. Probability and Statistics accounts for about 15% of the topics in the whole Sixth Term Examination Paper (STEP) syllabus (22 of 148).
How long should I spend on Probability and Statistics for Sixth Term Examination Paper (STEP)?
Budget around 20 hours for a first pass through Probability and Statistics — about 45 minutes per topic plus 12 minutes per sub-topic across its 22 topics. Add revision cycles on top.
Are there flashcards for Sixth Term Examination Paper (STEP) Probability and Statistics?
Yes — a 51-card Probability and Statistics deck. Sample cards are printed on this page, and the full deck is free in the Examius app with spaced repetition scheduling.