S4 Statistical distributions — coverage pack

3 specification leaves · notes, questions, answers and worked methods

S4.1 · Understand and use simple, discrete probability distributions (mean and variance of discrete random variables excluded), including the binomial distribution as a model; calculate probabilities using the binomial distribution.

  • A discrete probability distribution lists possible values with probabilities between 00 and 11 whose total is 11; a discrete uniform distribution assigns equal probability to each value.
  • Use XB(n,p)X\sim\operatorname{B}(n,p) for a fixed number nn of independent trials, each with two outcomes and constant success probability pp.
  • For a binomial variable, P(X=r)=(nr)pr(1p)nrP(X=r)=\binom{n}{r}p^r(1-p)^{n-r}; cumulative probabilities are often most efficiently found with a calculator.
  • Translate inequalities carefully: for integer-valued XX, P(X<r)=P(Xr1)P(X<r)=P(X\leq r-1) and P(Xr)=1P(Xr1)P(X\geq r)=1-P(X\leq r-1).

Tier 1 · Easy

  1. 1. A discrete random variable XX takes values 00, 11 and 22 with probabilities kk, 3k3k and 4k4k respectively. Find kk and P(X1)P(X\geq1).[3 marks]

    Answer

    • k=18k=\frac18.
    • P(X1)=78P(X\geq1)=\frac78.

    Method: Probabilities sum to 11, so k+3k+4k=8k=1k+3k+4k=8k=1 and k=1/8k=1/8. Therefore P(X1)=3k+4k=7k=7/8P(X\geq1)=3k+4k=7k=7/8.

Tier 2 · Standard

  1. 1. Let XB(14,0.4)X\sim\operatorname{B}(14,0.4). Find P(X4)P(X\leq4) to 44 decimal places.[3 marks]

    Answer

    • 0.27930.2793

    Method: Use the cumulative binomial probability P(X4)=r=04(14r)(0.4)r(0.6)14r=0.279256P(X\leq4)=\sum_{r=0}^{4}\binom{14}{r}(0.4)^r(0.6)^{14-r}=0.279256\ldots. Therefore P(X4)=0.2793P(X\leq4)=0.2793.

Tier 3 · Hard

  1. 1. A binomial random variable XX has 1010 trials and satisfies P(X=0)=0.810P(X=0)=0.8^{10}. Find its success probability pp, then calculate P(X3)P(X\geq3) to 44 decimal places.[5 marks]

    Answer

    • p=0.2p=0.2.
    • P(X3)=0.3222P(X\geq3)=0.3222.

    Method: For XB(10,p)X\sim\operatorname{B}(10,p), P(X=0)=(1p)10P(X=0)=(1-p)^{10}. Hence (1p)10=0.810(1-p)^{10}=0.8^{10}, so p=0.2p=0.2. Then P(X3)=1P(X2)=1[0.810+10(0.2)(0.8)9+(102)(0.2)2(0.8)8]=0.322200P(X\geq3)=1-P(X\leq2)=1-[0.8^{10}+10(0.2)(0.8)^9+\binom{10}{2}(0.2)^2(0.8)^8]=0.322200\ldots, giving 0.32220.3222.

S4.2 · Understand and use the Normal distribution as a model; find probabilities using the Normal distribution; link to histograms, mean, standard deviation, points of inflection and the binomial distribution.

  • Write XN(μ,σ2)X\sim\operatorname{N}(\mu,\sigma^2), where μ\mu is the mean and σ\sigma is the standard deviation; standardise with Z=XμσZ=\frac{X-\mu}{\sigma}.
  • The Normal curve is continuous, symmetric about μ\mu, has total area 11, and has points of inflection at μσ\mu-\sigma and μ+σ\mu+\sigma.
  • A Normal model is plausible for a roughly symmetric, unimodal histogram with no strong outliers, but context and the variable's possible values also matter.
  • A binomial distribution may be approximated by a Normal distribution when nn is large and pp is close to 0.50.5; use a continuity correction.

Tier 1 · Easy

  1. 1. A random variable has distribution XN(50,62)X\sim\operatorname{N}(50,6^2). Find P(X<56)P(X<56) to 44 decimal places.[2 marks]

    Answer

    • 0.84130.8413

    Method: Standardise: z=(5650)/6=1z=(56-50)/6=1. Therefore P(X<56)=P(Z<1)=0.841344P(X<56)=P(Z<1)=0.841344\ldots, which is 0.84130.8413.

Tier 2 · Standard

  1. 1. The lifetime LL of a component, in hours, is modelled by LN(72,82)L\sim\operatorname{N}(72,8^2). Find the lifetime exceeded by exactly 10%10\% of components, to 11 decimal place.[4 marks]

    Answer

    • 82.382.3 hours

    Method: If P(L>l)=0.10P(L>l)=0.10, then P(Ll)=0.90P(L\leq l)=0.90. The 0.900.90 standard Normal quantile is z=1.28155z=1.28155\ldots. Hence l=72+8(1.28155)=82.252l=72+8(1.28155\ldots)=82.252\ldots, so the required lifetime is 82.382.3 hours.

Tier 3 · Hard

  1. 1. Let XB(200,0.35)X\sim\operatorname{B}(200,0.35). Use a Normal approximation with a continuity correction to estimate P(X82)P(X\geq82), giving your answer to 44 decimal places.[5 marks]

    Answer

    • 0.04410.0441

    Method: Use YN(np,np(1p))=N(70,45.5)Y\sim\operatorname{N}(np,np(1-p))=\operatorname{N}(70,45.5). The continuity correction gives P(X82)P(Y>81.5)P(X\geq82)\approx P(Y>81.5). Thus z=(81.570)/45.5=1.7049z=(81.5-70)/\sqrt{45.5}=1.7049\ldots, so the upper-tail probability is 1Φ(1.7049)=0.04411-\Phi(1.7049\ldots)=0.0441.

S4.3 · Select an appropriate probability distribution for a context, with appropriate reasoning, including recognising when the binomial or Normal model may not be appropriate.

  • Select a distribution by matching its assumptions to the variable and data-generating process, not merely because its parameters can be estimated.
  • A binomial model needs a fixed number of trials, two outcomes per trial, independence and a constant success probability.
  • A Normal model is continuous and symmetric with unbounded tails, so it can be unsuitable for strongly skewed, bounded or discrete data.
  • Support a choice with contextual evidence such as histogram shape, stability over time and dependence; state how a failed assumption could affect predictions.

Tier 1 · Easy

  1. 1. A manufacturer inspects 1212 independently chosen switches. Each switch has probability 0.040.04 of being faulty. State a suitable distribution for the number FF of faulty switches and give its parameters.[2 marks]

    Answer

    • FB(12,0.04)F\sim\operatorname{B}(12,0.04)

    Method: There are 1212 fixed, independent trials, each switch is faulty or not faulty, and the fault probability is constant at 0.040.04. Therefore a binomial model with n=12n=12 and p=0.04p=0.04 is suitable.

Tier 2 · Standard

  1. 1. The masses of loaves from a stable production line form a roughly symmetric, single-peaked histogram with no clear outliers. Explain why a Normal model may be suitable and why a binomial model is not.[3 marks]

    Answer

    • Mass is continuous and the observed distribution is approximately symmetric and unimodal, supporting a Normal model.
    • A binomial model counts successes in a fixed number of two-outcome trials, so it does not model individual loaf masses.

    Method: Match the continuous measurement and bell-shaped empirical pattern to the features of a Normal distribution. Reject the binomial model because the response is a measured mass, not a discrete success count.

Tier 3 · Hard

  1. 1. A technician proposes DB(500,p)D\sim\operatorname{B}(500,p) for the number of defective pixels on each screen. Defects tend to occur in neighbouring clusters, and pp varies between production shifts. Critique the model and suggest how the data should be used before choosing a replacement.[5 marks]

    Answer

    • Clustering violates independence between pixel outcomes.
    • Shift-to-shift variation violates the constant-pp assumption.
    • The binomial model is therefore likely to understate variation and tail probabilities.
    • Analyse screens by shift and inspect the empirical count distribution or cluster structure before selecting a model.

    Method: Although the number of pixels is fixed and each pixel is defective or not, two essential binomial assumptions fail. Neighbouring outcomes are dependent and different shifts have different probabilities. Both mechanisms create extra variation relative to a single binomial distribution, so compare separate-shift data and observed counts with candidate models rather than forcing one common pp.