📚 Year 13 AQA Statistics: In-depth Analysis of Past Papers | 英国 AQA 统计历年真题深度解析
Mastering AQA A-level Statistics requires more than just knowing the formulas – it demands a solid understanding of how concepts are tested in real exam questions. By working through past papers and identifying recurring themes, you can sharpen your problem-solving skills and avoid common pitfalls. This article provides an in-depth analysis of key topics frequently encountered in Year 13 AQA Statistics exams, complete with model solutions, commentary, and common mistakes to watch out for.
要掌握 AQA A-level 统计,仅仅记住公式是不够的——还需要深刻理解真实考题是如何考察各个概念的。通过钻研历年真题、识别反复出现的题型,你可以提升解题能力并避开常见陷阱。本文深度解析 Year 13 AQA 统计考试中经常出现的关键主题,并配有范例解析、点评和需要警惕的常见错误。
1. Binomial Distribution & Exam Insights | 二项分布与真题剖析
Binomial distribution is used when there are a fixed number of independent trials, each with exactly two outcomes (success/failure), and a constant probability of success p. In AQA questions, you are often asked to calculate P(X = k) or cumulative probabilities such as P(X ≥ a). For example, suppose the probability that a student passes a driving test is 0.7, and 10 students take the test. Find the probability that at least 8 pass. Let X ~ B(10, 0.7). Then P(X ≥ 8) = P(X=8) + P(X=9) + P(X=10). Using formula or tables, we get approximately 0.3828.
二项分布要求试验次数固定、各次独立、每次只有成功/失败两种结果,且成功概率 p 不变。在 AQA 试题中,常需计算 P(X=k) 或累计概率,如 P(X≥a)。例如,某学生通过驾考的概率为 0.7,10 名学员参加考试,求至少 8 人通过的概率。设 X ~ B(10,0.7),则 P(X≥8) = P(X=8)+P(X=9)+P(X=10),利用公式或查表可得约 0.3828。
A frequent mistake is forgetting the factorial or combination component, or using the wrong value of n or p. Also, always check whether the question asks for P(X ≥ something) or P(X > something) – the inequality direction changes the answer significantly.
常见错误包括遗漏组合数、用错 n 或 p。一定要看清题目问的是 P(X≥某值) 还是 P(X>某值)——不等号方向不同,答案会截然不同。
In recent exams, candidates have been asked to formulate a binomial model after reading a short scenario. Make sure you explicitly state the distribution, the parameters, and any assumptions (independence, fixed trials, constant probability).
近年来真题常要求考生根据一段情境设立二项模型。务必明确写出分布名称、参数以及所做假设(独立性、固定次数、概率恒定)。
2. Poisson Distribution & Approximations | 泊松分布与近似
The Poisson distribution models the number of events occurring in a fixed interval of time or space, under conditions of randomness and independence. AQA questions often involve finding P(X = k) for a given λ, or using a Poisson approximation to a binomial when n is large and p is small (typically n > 20 and np < 10). For example: a call centre receives on average 3 calls per minute. Find the probability of receiving exactly 5 calls in a given minute. Here X ~ Po(3), so P(X=5) = e⁻³ × 3⁵ / 5! ≈ 0.1008.
泊松分布用于建模固定时间或空间内随机独立事件的发生次数。AQA 常见考题:给定 λ,求 P(X=k);或者当 n 大、p 小(通常 n>20 且 np<10)时用泊松分布近似二项分布。例如,某客服中心每分钟平均接 3 通来电,求某分钟恰好接到 5 通的概率。X ~ Po(3),P(X=5) = e⁻³ × 3⁵ / 5! ≈ 0.1008。
A classic past-paper problem: a factory produces components, and 2% are defective. A random sample of 200 components is inspected. Find the probability that at most 5 are defective. The exact distribution is B(200,0.02), but since n is large and p is small with λ = np = 4, we may approximate using Po(4). Then P(X ≤ 5) is read from the Poisson cumulative table or calculated, giving approximately 0.7851. Note that the Poisson approximation omits the small error from the binomial tail; the mark scheme usually accepts either exact binomial or the Poisson approximation if conditions are satisfied.
一道经典真题:某工厂生产的零件有 2% 不合格。随机抽检 200 个,求最多有 5 个不合格的概率。精确分布为 B(200,0.02),由于 n 大 p 小,λ = np = 4,可用 Po(4) 近似。则 P(X ≤ 5) 查泊松累积表或计算,约 0.7851。需注意近似条件,评分标准通常接受精确二项或满足条件时的泊松近似。
When approximating, always check the requirements: n should be large, p small, and it helps if the mean λ is below 10. Also remember that the Poisson distribution assumes events occur singly and at a constant average rate.
近似时必须检查条件:n 要大,p 要小,通常均值 λ 小于 10。还要牢记泊松分布假设事件单个发生,且平均发生率恒定。
3. Normal Distribution & Inverse Normal | 正态分布与逆正态
The normal distribution is central to AQA Statistics. Standardising using Z = (X − μ) / σ allows you to use the standard normal table. Typical questions provide a mean and standard deviation and ask for probabilities like P(X < a) or P(a < X < b). For instance, the mass of a packet of crisps is normally distributed with mean 50 g and standard deviation 2 g. Find the probability a packet weighs less than 53 g. We compute Z = (53 − 50)/2 = 1.5, giving Φ(1.5) ≈ 0.9332.
正态分布是 AQA 统计的核心。通过标准化 Z = (X − μ)/σ 可使用标准正态表。常见题目给出均值和标准差,求 P(X<a) 或 P(a<X<b)。例如,某薯片包装重量服从 N(50,2²),求一包重量低于 53 g 的概率。标准化 Z = (53−50)/2 = 1.5,查表得 0.9332。
Inverse normal problems require you to find a value given a probability. For the same crisps, what weight is exceeded by 10% of packets? We need the value x such that P(X > x) = 0.10, so P(X < x) = 0.90. Using inverse normal, the z-value for 0.90 to the left is about 1.2816. Then x = μ + zσ = 50 + 1.2816 × 2 ≈ 52.56 g. Many candidates forget to check whether the table gives left-tail or right-tail; always draw a sketch.
逆正态问题要求由概率求值。同一分布中,求超过 10% 包数的重量临界值:即求 x 使 P(X>x)=0.10,所以 P(X<x)=0.90。查表得左侧 0.90 对应的 z ≈ 1.2816,则 x = 50 + 1.2816×2 ≈ 52.56 g。许多考生忘记确认表格给出的是左尾还是右尾概率——务必画图辅助。
Also, be prepared for questions that combine the normal distribution with the mean and variance of linear combinations. Common mistakes include confusing variance and standard deviation, or mishandling continuity corrections when approximating discrete distributions with the normal (covered next).
此外,要能应对正态分布与线性组合的均值和方差的综合题。常见错误包括混淆方差与标准差,或在用正态近似离散分布时遗漏连续性校正(下一节将讨论)。
4. Normal Approximations (Continuity Correction) | 正态近似与连续性校正
When a binomial distribution has large enough n so that np > 5 and n(1−p) > 5, or a Poisson distribution has λ > 15, the normal distribution provides a good approximation. Because we are approximating a discrete distribution with a continuous one, a continuity correction must be applied. For binomial X ~ B(n, p), approximate with N(np, np(1−p)). For Poisson X ~ Po(λ), approximate with N(λ, λ). Then adjust the boundary by 0.5.
当二项分布满足 np>5 且 n(1−p)>5,或泊松分布满足 λ>15 时,可用正态分布作近似。由于是用连续分布近似离散分布,必须进行连续性校正。二项 X~B(n,p) 近似为 N(np, np(1−p));泊松 X~Po(λ) 近似为 N(λ, λ)。边界值调整 0.5。
Example: a multiple-choice test has 100 questions, each with 5 options. A student guesses all answers; find the probability of getting at most 28 correct. Let X ~ B(100,0.2). Then μ = 20, σ² = 16, σ = 4. For ‘at most 28’, we use X ≤ 28.5 (upper bound increased by 0.5). Z = (28.5 − 20)/4 = 2.125, giving a probability of about 0.9832. Without the continuity correction the answer would be noticeably different.
例如,某测试有 100 道五选一选择题,某生全部瞎猜。求答对不超过 28 题的概率。X
Published by TutorHao | Year 13 统计 Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply