Pre-U AQA Statistics: Unit Test Mock Paper Analysis | Pre-U AQA 统计单元测试模拟卷解析

📚 Pre-U AQA Statistics: Unit Test Mock Paper Analysis | Pre-U AQA 统计单元测试模拟卷解析

Mock papers for Pre-U AQA Statistics unit tests are designed to mirror the structure, style and difficulty of the actual assessment. This analysis walks through each major topic area, highlighting common question types, efficient solution strategies and the precise statistical reasoning required to secure top marks. Whether you are revisiting probability foundations or refining your hypothesis testing skills, a clear understanding of the underlying principles will be your greatest asset.

AQA Pre-U 统计学的单元测试模拟卷旨在真实再现正式考试的结构、风格与难度。本文将对各大核心主题进行逐步解析,剖析常见题型、高效解题策略以及获取高分所需的严谨统计推理。无论你是在温习概率基础,还是在打磨假设检验技巧,深刻理解背后的原理都是你最有力的武器。


1. Probability and Combinatorics | 概率与组合

Many unit test papers open with probability questions that test fundamental counting rules, conditional probability and independence. A typical item might ask for the probability of drawing two specific marbles from a bag without replacement or the chance that at least one of two independent events occurs.

许多单元测试卷以概率题开篇,考查基本计数规则、条件概率和独立性。一道典型题目可能要求计算在不放回条件下从袋中摸出特定两颗弹珠的概率,或者两个独立事件中至少有一个发生的可能性。

To solve such problems correctly, always identify whether events are independent or mutually exclusive. Use the addition rule P(A ∪ B) = P(A) + P(B) − P(A ∩ B) when events can occur simultaneously. For conditional probability, recall that P(A | B) = P(A ∩ B)/P(B). A systematic listing of outcomes helps avoid double-counting.

要正确解决此类问题,必须首先判断事件是独立还是互斥。当事件可以同时发生时,使用加法公式 P(A ∪ B) = P(A) + P(B) − P(A ∩ B);对于条件概率,记住 P(A | B) = P(A ∩ B)/P(B)。通过系统列出所有可能结果,可以有效避免重复计数。

Example from a mock paper: ‘A committee of 3 is chosen at random from 5 men and 4 women. Find the probability that the committee consists of exactly 2 women.’ The total number of ways is choosing 3 from 9 people. The favourable ways involve choosing 2 women from 4 and 1 man from 5. The probability is then (⁴C₂ × ⁵C₁) / ⁹C₃ = (6 × 5) / 84 = 30/84 = 5/14.

模拟卷例题:”从5男4女中随机选取3人组成委员会,求委员会中恰好有2名女性的概率。” 总选法为从9人中选3人。有利选法是从4名女性中选2人,再从5名男性中选1人。因此概率为 (⁴C₂ × ⁵C₁) / ⁹C₃ = (6×5)/84 = 30/84 = 5/14。


2. Discrete Random Variables | 离散随机变量

Questions on discrete random variables require you to work with probability mass functions and to compute expectation and variance. The mock paper typically provides a table showing the possible values of X and their corresponding probabilities, and then asks for E(X), Var(X) or E(g(X)).

关于离散随机变量的题目,要求你处理概率质量函数并计算期望和方差。模拟卷通常会给出一个表格,列明 X 的可能取值及其对应概率,然后要求计算 E(X)、Var(X) 或 E(g(X))。

Remember that the expected value is the sum of each value multiplied by its probability: E(X) = Σ xᵢ p(xᵢ). The variance can be found using Var(X) = E(X²) − [E(X)]², which is usually faster than the definitional formula. Always check that the probabilities sum to 1 before proceeding; an incomplete table may ask you to find a missing probability first.

记住,期望值等于每个取值与其概率乘积的总和:E(X) = Σ xᵢ p(xᵢ)。方差可以利用公式 Var(X) = E(X²) − [E(X)]² 进行计算,通常比定义式更快。在开始计算之前,务必检查概率之和是否为1;若表格不完整,可能需要先求出缺失的概率。

A typical question: ‘The random variable X has probability distribution P(X=x) = kx for x = 1, 2, 3, 4. Determine the value of k and hence find E(2X+3).’ First, solve Σ kx = 1, giving k(1+2+3+4) = 10k = 1, so k = 0.1. Then E(X) = 1(0.1) + 2(0.2) + 3(0.3) + 4(0.4) = 3.0, and E(2X+3) = 2E(X)+3 = 9.

典型例题:”随机变量 X 的概率分布为 P(X=x) = kx,其中 x = 1, 2, 3, 4。确定 k 的值,并由此求 E(2X+3)。” 首先,解 Σ kx = 1,得 k(1+2+3+4) = 10k = 1,故 k = 0.1。然后 E(X) = 1(0.1) + 2(0.2) + 3(0.3) + 4(0.4) = 3.0,E(2X+3) = 2E(X)+3 = 9。


3. Binomial Distribution | 二项分布

The binomial distribution is a cornerstone of Pre-U Statistics. Mock papers often include scenarios where a fixed number of independent trials yields a constant success probability. You must be able to state the conditions, use the binomial probability formula and apply cumulative probabilities from tables or your calculator.

二项分布是 Pre-U 统计学的基石。模拟卷中常常出现这样的情境:一系列固定次数的独立试验,每次成功的概率保持不变。你需要能够陈述二项分布的条件,运用二项概率公式,并利用表格或计算器求累积概率。

The probability of exactly k successes in n trials is given by:

P(X = k) = ⁿCₖ pᵏ (1 − p)ⁿ⁻ᵏ

n次试验中恰好成功k次的概率为:

P(X = k) = ⁿCₖ pᵏ (1 − p)ⁿ⁻ᵏ

When using cumulative tables, pay careful attention to whether the table gives P(X ≤ r) or P(X < r). Many marks are lost by misreading the inequality. Also remember that the mean of a binomial random variable is np and the variance is np(1−p). These are often tested in problems requiring an approximate normal distribution for large n.

使用累积概率表时,务必注意表格给出的是 P(X ≤ r) 还是 P(X < r);许多失分都源于对不等号的误读。还要记住,二项随机变量的均值为 np,方差为 np(1−p)。当 n 较大时,这些量常被用于近似正态分布的计算中。


4. Poisson Distribution | 泊松分布

Poisson distribution questions typically present a random variable counting the number of occurrences of an event in a fixed interval of time or space, given a known average rate λ. Mock papers examine conditions, probability calculations, the additive property of independent Poisson distributions and approximation to the binomial when n is large and p is small.

泊松分布题目通常给出一个随机变量,计算在固定时间或空间区间内某事件发生的次数,并已知平均发生率λ。模拟卷考查泊松分布的条件、概率计算、独立泊松分布的可加性,以及在 n 大 p 小时对二项分布的近似。

For a Poisson random variable X ~ Po(λ), the probability mass function is:

P(X = k) = e⁻λ λᵏ / k!

对于 X ~ Po(λ) 的泊松随机变量,其概率质量函数为:

P(X = k) = e⁻λ λᵏ / k!

A common mistake is to apply the Poisson model when events are not independent or the rate is not constant. For instance, if the average number of calls arriving at a call centre is 5 per minute, then the number in a 2-minute interval follows Po(10). Remember that the sum of two independent Poisson variables is also Poisson: X ~ Po(λ₁), Y ~ Po(λ₂) ⇒ X+Y ~ Po(λ₁+λ₂).

一个常见错误是在事件不独立或发生率不恒定的情况下套用泊松模型。例如,如果呼叫中心每分钟平均接到5通电话,那么2分钟内接到的电话数量服从 Po(10)。记住,两个独立泊松变量之和仍为泊松分布:X ~ Po(λ₁), Y ~ Po(λ₂) ⇒ X+Y ~ Po(λ₁+λ₂)。


5. Normal Distribution | 正态分布

Normal distribution problems form a large part of any Pre-U AQA Statistics paper. You will be required to standardise a normal variable, use the standard normal table correctly and find unknown means or standard deviations given a probability. Questions often involve percentage points and the inverse normal function.

正态分布问题在任何 AQA Pre-U 统计试卷中都占有很大比重。题目要求你将正态变量标准化,正确使用标准正态分布表,并在给定概率的条件下求未知的均值或标准差。通常还会涉及百分位点以及逆正态函数。

The standardisation formula is z = (x − μ)/σ, where z ~ N(0, 1). When finding an unknown mean μ from P(X > a) = p, derive a z-score from the table, then solve a = μ + zσ. Always sketch a bell-shaped curve and shade the relevant region to avoid sign errors. In some mock papers, the normal distribution is used as an approximation to the binomial or Poisson, requiring a continuity correction.

标准化公式为 z = (x − μ)/σ,其中 z ~ N(0, 1)。当根据 P(X > a) = p 求未知均值μ时,先由表格查得 z 值,再解方程 a = μ + zσ。始终建议画出钟形曲线并涂鸦相关区域,以避免符号错误。在某些模拟卷中,正态分布还被用作二项分布或泊松分布的近似,此时需进行连续性校正。

For example, if X ~ B(200, 0.4) is approximated by N(80, 48), then P(X ≥ 90) is approximated by P(Y > 89.5) where Y ~ N(80,48). The continuity correction is critical to achieving an accurate answer.

例如,若 X ~ B(200, 0.4) 用 N(80, 48) 来近似,则 P(X ≥ 90) 近似为 P(Y > 89.5),其中 Y ~ N(80,48)。连续性校正对于获得准确答案至关重要。


6. Sampling Distributions | 抽样分布

Mock papers frequently test your understanding of the sampling distribution of the sample mean. You need to distinguish between the population parameters μ and σ² and the corresponding sample statistics x̄ and s². The Central Limit Theorem tells us that, for a sufficiently large sample size n, the sample mean is approximately normally distributed regardless of the shape of the population.

模拟卷经常考查你对样本均值抽样分布的理解。你需要区分总体参数 μ、σ² 和相应的样本统计量 x̄、s²。中心极限定理告诉我们,当样本容量 n 足够大时,无论总体分布形状如何,样本均值都近似服从正态分布。

X̄ ~ N(μ, σ²/n) for large n, or exactly if the population is normal.

当 n 很大时,X̄ ~ N(μ, σ²/n);若总体本身为正态,则精确服从。

The standard error of the mean is σ/√n. When σ is unknown, we estimate it with s/√n and use the t-distribution. A typical question provides a random sample and asks for the probability that the sample mean lies between two values, or asks you to find a confidence interval for the population mean.

均值的标准误为 σ/√n。当 σ 未知时,我们用 s/√n 进行估计,并使用 t 分布。典型题目会给出一个随机样本,要求计算样本均值落在两个数值之间的概率,或者求总体均值的置信区间。


7. Confidence Intervals | 置信区间

Constructing and interpreting confidence intervals is a key skill. For the population mean with known variance, the 95% confidence interval is x̄ ± 1.96 × σ/√n. When the variance is unknown, replace σ with the sample standard deviation s and use the t-critical value with n−1 degrees of freedom.

构建并解释置信区间是一项关键技能。在方差已知时,总体均值的95%置信区间为 x̄ ± 1.96 × σ/√n。当方差未知时,用样本标准差 s 替代 σ,并使用自由度为 n−1 的 t 临界值。

Mock questions often require you to determine the minimum sample size needed to achieve a desired margin of error. Set the half-width equal to the required precision and solve for n. Always round up to the next integer. Also be prepared to interpret a confidence interval correctly: a 95% confidence interval does not mean there is a 95% probability that the population mean lies within that particular interval; instead, if we were to repeat the sampling many times, 95% of such intervals would contain μ.

模拟题常要求你确定达到指定误差幅度所需的最小样本容量。令半宽等于所需精度,解出 n 并始终向上取整。同时,要能正确解读置信区间的含义:95% 置信区间并不意味着总体均值有 95% 的概率落在该特定区间内;而是说,如果我们多次重复抽样,则所有此类区间中有 95% 会包含 μ。


8. One-Sample Hypothesis Testing | 单样本假设检验

Hypothesis testing appears in virtually every Pre-U AQA Statistics paper. A single-sample test for the mean involves stating H₀: μ = μ₀ and H₁: μ ≠ μ₀ (or one-tailed), calculating the test statistic z = (x̄ − μ₀) / (σ/√n), and comparing it with the critical value or using the p-value approach.

假设检验几乎出现在每一份 Pre-U AQA 统计学试卷中。单样本均值检验的步骤为:提出原假设 H₀: μ = μ₀ 和备择假设 H₁: μ ≠ μ₀(或单侧),计算检验统计量 z = (x̄ − μ₀) / (σ/√n),并将其与临界值进行比较,或采用 p 值方法。

When σ is unknown, use the t-test: t = (x̄ − μ₀) / (s/√n) with n−1 degrees of freedom. Examiners often set a significance level α and ask you to conclude whether to reject H₀. Always state your conclusion in the context of the problem. Common errors include using the wrong critical value for a one-tailed test or forgetting to mention the assumption of normality.

当 σ 未知时,使用 t 检验:t = (x̄ − μ₀) / (s/√n),自由度为 n−1。考官通常会设定显著性水平 α,并要求你得出是否拒绝 H₀ 的结论。结论务必结合问题背景进行陈述。常见错误包括:在单

Published by TutorHao | Pre-U 统计 Revision Series | aleveler.com

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from aleveler.com

Subscribe now to keep reading and get access to the full archive.

Continue reading

Exit mobile version