Maths

Further Statistics 1

Edexcel FS1 1-8

A-level Further Maths (9FM0) · exam-style practice, examiner-report intelligence and the tools that drill it.

Verified against Edexcel 9FM0 (2026 spec)

The topic on one screen

  • For a discrete random variable, first check p(x)=1\sum p(x)=1. Then E(X)=xp(x)E(X)=\sum xp(x), E(X2)=x2p(x)E(X^2)=\sum x^2p(x) and Var(X)=E(X2)[E(X)]2\operatorname{Var}(X)=E(X^2)-[E(X)]^2. For a function, calculate E[g(X)]=g(x)p(x)E[g(X)]=\sum g(x)p(x) directly; in general it is not g(E(X))g(E(X)).
  • Worked example - expectation: if P(X=0,1,2)=(0.2,0.5,0.3)P(X=0,1,2)=(0.2,0.5,0.3), then E(X)=1.1E(X)=1.1, E(X2)=1.7E(X^2)=1.7 and Var(X)=1.71.12=0.49\operatorname{Var}(X)=1.7-1.1^2=0.49. Also E[(X1)2]=0.2+0+0.3=0.5E[(X-1)^2]=0.2+0+0.3=0.5.
  • If XBin(n,p)X\sim\operatorname{Bin}(n,p), then E(X)=npE(X)=np and Var(X)=np(1p)\operatorname{Var}(X)=np(1-p). If YPo(λ)Y\sim\operatorname{Po}(\lambda), both mean and variance are λ\lambda. Independent Poisson variables add by adding their parameters.
  • Use Po(np)\operatorname{Po}(np) to approximate Bin(n,p)\operatorname{Bin}(n,p) when nn is large and pp is small. Keep the event unchanged: there is no continuity correction in the binomial-to-Poisson step. In Edexcel's CLT questions about a sample mean, model the sample mean directly as continuous unless the question explicitly asks for a correction.
  • A geometric variable XX counting the trial of the first success has P(X=x)=(1p)x1pP(X=x)=(1-p)^{x-1}p, E(X)=1/pE(X)=1/p and Var(X)=(1p)/p2\operatorname{Var}(X)=(1-p)/p^2. A negative binomial variable counting the trial of the rrth success has P(X=x)=(x1r1)pr(1p)xrP(X=x)=\binom{x-1}{r-1}p^r(1-p)^{x-r}, mean r/pr/p and variance r(1p)/p2r(1-p)/p^2.
  • For a Poisson-mean or geometric-parameter hypothesis test, write H0H_0 and H1H_1 in the parameter, choose the tail from H1H_1, calculate an exact tail probability or critical region under H0H_0, compare with the significance level, and conclude in the context of the claim.
  • The Central Limit Theorem gives X˙N(μ,σ2/n)\overline X\mathrel{\dot\sim}N(\mu,\sigma^2/n) for a sufficiently large random sample of independent, identically distributed observations with finite variance. Standardise using the standard error σ/n\sigma/\sqrt n, not σ\sigma.
  • For chi-squared goodness of fit, use χ2=(OE)2E\chi^2=\sum\dfrac{(O-E)^2}{E} and df=k1mdf=k-1-m, where mm parameters were estimated from the data. For an r×cr\times c contingency table, E=(row total)(column total)grand totalE=\dfrac{(\text{row total})(\text{column total})}{\text{grand total}} and df=(r1)(c1)df=(r-1)(c-1).
  • Worked example - goodness of fit: observed counts (18,32,50)(18,32,50) are tested against expected counts (25,25,50)(25,25,50). Then χ2=49/25+49/25=3.92\chi^2=49/25+49/25=3.92. With df=2df=2, 3.92<5.9913.92<5.991, so at 5%5\% there is insufficient evidence against the proposed model.
  • A probability generating function is GX(t)=E(tX)G_X(t)=E(t^X). The standard forms are (1p+pt)n(1-p+pt)^n for binomial, eλ(t1)e^{\lambda(t-1)} for Poisson, pt1(1p)t\dfrac{pt}{1-(1-p)t} for geometric, and (pt1(1p)t)r\left(\dfrac{pt}{1-(1-p)t}\right)^r for negative binomial.
  • Derivation example - geometric PGF: writing q=1pq=1-p, GX(t)=x=1txpqx1=ptr=0(qt)r=pt1qtG_X(t)=\sum_{x=1}^{\infty}t^xpq^{x-1}=pt\sum_{r=0}^{\infty}(qt)^r=\dfrac{pt}{1-qt}. This starts from the definition, substitutes the probability function and sums a geometric series.
  • Use GX(1)=E(X)G'_X(1)=E(X) and Var(X)=GX(1)+GX(1)[GX(1)]2\operatorname{Var}(X)=G''_X(1)+G'_X(1)-[G'_X(1)]^2. For independent variables, GX+Y(t)=GX(t)GY(t)G_{X+Y}(t)=G_X(t)G_Y(t); coefficients then recover probabilities.
  • Worked example - PGFs: for geometric XX with p=0.4p=0.4, GX(t)=0.4t10.6tG_X(t)=\dfrac{0.4t}{1-0.6t}, E(X)=2.5E(X)=2.5 and Var(X)=3.75\operatorname{Var}(X)=3.75. The sum of two independent copies has PGF [GX(t)]2[G_X(t)]^2, the negative binomial form for the trial of the second success.
  • A Type I error rejects a true H0H_0; a Type II error does not reject a false H0H_0. The size is the actual probability of a Type I error. The power function is π(θ)=Pθ(reject H0)\pi(\theta)=P_{\theta}(\text{reject }H_0), and at a specified alternative it equals 1P(Type II error)1-P(\text{Type II error}).

Where students actually lose marks

Common error: changing geometric conventions mid-question. State that the variable counts the trial number, so its support starts at 1, before using a formula.

Original 9FM0 FS1 exam-technique guidance

Exam technique: a hypothesis-test conclusion must contain the significance level, the reject-or-not decision, and a contextual statement about the parameter. A bare probability comparison is unfinished.

Original 9FM0 FS1 exam-technique guidance

Common error: using the number of cells as the chi-squared degrees of freedom. Write the relevant formula and subtract every parameter estimated from the same data.

Original 9FM0 FS1 exam-technique guidance

Common error: treating G(1)G''(1) as E(X2)E(X^2). It is E[X(X1)]E[X(X-1)], so add G(1)G'(1) before subtracting the square of the mean.

Original 9FM0 FS1 exam-technique guidance

Try it — exam-style

Medium
8 marks
ORIGINAL

The random variable XX takes values 0,1,2,30,1,2,3 with probabilities k,2k,3k,4kk,2k,3k,4k. Find kk, E(X)E(X), Var(X)\operatorname{Var}(X) and E[(2X1)2]E[(2X-1)^2]. Independent copies of XX form a sample of size 6464. Use the Central Limit Theorem to estimate P(X<1.8)P(\overline X<1.8).

Medium
5 marks
ORIGINAL

Calls arrive independently in two consecutive periods. The numbers in the periods have distributions Po(3.2)\operatorname{Po}(3.2) and Po(4.8)\operatorname{Po}(4.8). Find the probability of at least 1111 calls in total. Explain how the same calculation approximates the probability of at least 1111 successes when XBin(800,0.01)X\sim\operatorname{Bin}(800,0.01).

Medium
6 marks
ORIGINAL

Independent trials have success probability p=0.3p=0.3. Let GG be the trial of the first success and NN the trial of the fourth success. Find P(G=5)P(G=5), E(G)E(G), Var(G)\operatorname{Var}(G), P(N=10)P(N=10), E(N)E(N) and Var(N)\operatorname{Var}(N).

Hard
12 marks
ORIGINAL

(a) Under a claimed model, the number of faults in a component is XPo(4)X\sim\operatorname{Po}(4). One component has 99 faults. Test at the 5%5\% level whether the mean number of faults has increased. (b) A geometric model counts the trial of the first success. Test H0:p=0.25H_0:p=0.25 against H1:p<0.25H_1:p<0.25 at the 5%5\% level. Find the critical region, its size, the decision if the first success occurs on trial 1515, and the power function. Hence find the power when p=0.10p=0.10. State the Type I error in context.

Medium
7 marks
ORIGINAL

A 2×32\times3 contingency table has observed counts ABCR302010S203040\begin{array}{c|ccc} & A&B&C\\ \hline R&30&20&10\\ S&20&30&40\end{array}. Test at the 5%5\% level whether row and column classifications are independent. The 5%5\% critical value for 22 degrees of freedom is 5.9915.991.

Hard
8 marks
ORIGINAL

Let XPo(2)X\sim\operatorname{Po}(2) and let YY be geometric with parameter 0.50.5, counting the trial of the first success. The variables are independent and S=X+YS=X+Y. Find GX(t)G_X(t), GY(t)G_Y(t) and GS(t)G_S(t). Use PGFs to find E(S)E(S) and Var(S)\operatorname{Var}(S), and find the exact value of P(S=3)P(S=3).

Questions are written in the style of past Edexcel papers (source shown on each) — never copied from them.

Get the printable question packfree account

Drill it properly

Stuck on further statistics 1?

FS1 rewards exact setup and precise conclusions - I teach the distribution, tail and interpretation sequence, and your first lesson is free.

Book a free intro call