Year 13 AQA Statistics: Interdisciplinary Exam Practice | A2 统计跨学科综合题型训练

📚 Year 13 AQA Statistics: Interdisciplinary Exam Practice | A2 统计跨学科综合题型训练

Interdisciplinary exam questions in AQA Year 13 Statistics require students to apply statistical methods to real-world contexts from biology, medicine, psychology, economics and more. This article provides a structured practice guide covering typical cross-subject scenarios and the key statistical techniques needed to tackle them confidently.

AQA 高三年级统计考试中的跨学科综合题要求学生将统计方法应用于生物、医学、心理学、经济学等真实情境。本文提供系统的训练指南,涵盖常见的跨学科题型和解决这些题型所需的统计关键技术。


1. Biology: Binomial Hypothesis Testing for Genetic Inheritance | 生物学:遗传律中的二项分布假设检验

In AQA Year 13 Statistics, you are often asked to test whether observed genetic ratios conform to Mendelian expectations, such as 3:1 for a monohybrid cross. This requires a one-tailed binomial test with the assumed proportion p = 0.25 for the recessive trait.

在 AQA 高三年级统计中,经常要求检验观测的遗传比例是否符合孟德尔期望,例如单杂合交配的 3:1 比例。这需要使用单尾二项检验,隐性性状的假定比例 p = 0.25。

Suppose a biology experiment records 80 offspring and observes 26 recessive traits. Set H₀: p = 0.25 and H₁: p > 0.25 at a 5% significance level. Under H₀, X ~ B(80, 0.25). The probability P(X ≥ 26) can be found using binomial tables or a calculator. A normal approximation with continuity correction gives μ = 80 × 0.25 = 20, σ = √(80 × 0.25 × 0.75) = √15 ≈ 3.873, and z = (25.5 − 20) / 3.873 ≈ 1.42, yielding a p-value of about 0.0778.

假设生物实验记录了 80 个后代,观测到 26 个隐性性状。在 5% 显著性水平下设 H₀: p = 0.25 和 H₁: p > 0.25。在 H₀ 下,X ~ B(80, 0.25)。可以使用二项分布表或计算器求得 P(X ≥ 26)。采用带连续性矫正的正态近似,μ = 80 × 0.25 = 20,σ = √(80 × 0.25 × 0.75) = √15 ≈ 3.873,z = (25.5 − 20) / 3.873 ≈ 1.42,对应的 p 值约为 0.0778。

Since p > 0.05, we do not reject H₀; there is insufficient evidence that the recessive proportion exceeds 25%. Always check the conditions: np = 20 > 5 and nq = 60 > 5 justify the normal approximation. The exact binomial test would give a similar p-value around 0.081, confirming the decision.

由于 p > 0.05,我们不拒绝原假设;没有足够证据表明隐性比例超过 25%。务必验证条件:np = 20 > 5 且 nq = 60 > 5,可以使用正态近似。精确二项检验给出的 p 值约为 0.081,与上述结论一致。


2. Medicine: Poisson Distribution for Rare Disease Incidence | 医学:罕见病发病率的泊松分布

Rare disease occurrences are often modelled by a Poisson distribution. AQA exam questions may ask you to test whether the annual incidence has changed after an intervention. If the historical mean is λ = 2 cases per year and a new hospital records 4 cases in a year, you can test H₀: λ = 2 against H₁: λ > 2.

罕见病的发生通常用泊松分布建模。AQA 试题可能会要求检验在干预后年发病率是否发生变化。若历史均值为每年 λ = 2 例,而一家新医院在一年内记录了 4 例,可以检验 H₀: λ = 2 和 H₁: λ > 2。

Using the Poisson cumulative table, P(X ≥ 4 | λ = 2) = 1 − P(X ≤ 3) = 1 − (0.1353 + 0.2707 + 0.2707 + 0.1804) = 0.1429. At the 5% level, this p-value is not significant, so there is no evidence of a rise. If the study period were extended to 5 years with a total of 15 cases, the mean under H₀ becomes λ = 10 and P(X ≥ 15 | λ = 10) would be evaluated.

使用泊松累积表,P(X ≥ 4 | λ = 2) = 1 − P(X ≤ 3) = 1 − (0.1353 + 0.2707 + 0.2707 + 0.1804) = 0.1429。在 5% 显著性水平下,这个 p 值不显著,因此没有病例上升的证据。如果研究期延长到 5 年,累计 15 例,则 H₀ 下的均值变为 λ = 10,需要计算 P(X ≥ 15 | λ = 10)。

Remember that the Poisson distribution shares the additive property: the sum of independent Poisson variables is also Poisson. Therefore, extending the time period or region simply scales λ. Always state your significance level and interpret your conclusion in the medical context.

请记住泊松分布具有可加性:相互独立的泊松变量之和仍服从泊松分布。因此,延长时段或扩大区域只是按比例改变 λ。务必说明显著性水平,并在医学背景中解释结论。


3. Psychology: Normal Distribution and Statistical Inference for IQ Scores | 心理学:智商分数的正态分布与统计推断

IQ scores are commonly assumed to follow a normal distribution N(μ, σ²). In AQA statistics, a typical task is to determine whether a sample mean differs significantly from the population mean, using a one-sample z-test when σ is known. Suppose the population mean IQ is 100 with σ = 15. A psychologist tests 25 students with an average score of 108.

智商分数通常假设服从正态分布 N(μ, σ²)。在 AQA 统计中,典型任务是判断样本均值是否与总体均值有显著差异,当 σ 已知时使用单样本 z 检验。假设总体智商均值为 100,σ = 15。一名心理学家测试 25 名学生,平均得分为 108。

We test H₀: μ = 100 vs H₁: μ > 100. The test statistic is z = (108 − 100) / (15 / √25) = 8 / 3 ≈ 2.667. The corresponding p-value is roughly 0.0038, which is well below 1%, so we reject H₀. The 95% confidence interval for the true mean is 108 ± 1.96 × (15 / √25) = 108 ± 5.88, i.e. (102.12, 113.88). This interval does not include 100, reinforcing the test result.

我们检验 H₀: μ = 100 与 H₁: μ > 100。检验统计量 z = (108 − 100) / (15 / √25) = 8 / 3 ≈ 2.667。对应的 p 值约为 0.0038,远低于 1% 水平,因此拒绝原假设。总体均值的 95% 置信区间为 108 ± 1.96 × (15 / √25) = 108 ± 5.88,即 (102.12, 113.88)。该区间不含 100,进一步支持检验结论。

When the population variance is unknown, as is common in fieldwork, the t-distribution with n − 1 degrees of freedom is used instead. In the exam, always check whether the question provides σ or only the sample standard deviation s.

当总体方差未知(实地调查中很常见)时,应改用自由度为 n − 1 的 t 分布。考试中要注意题目给出的是 σ 还是仅有样本标准差 s。


4. Economics: Linear Regression and Correlation for Market Analysis | 经济学:市场分析中的线性回归与相关

Economics scenarios in AQA Statistics often require fitting a least-squares regression line y = a + bx to bivariate data, such as advertising expenditure (x) and sales revenue (y). Given summary statistics Σx, Σy, Σxy, Σx² and n, you calculate b = Sxy / Sxx and a = ȳ − b x̄.

AQA 统计中的经济学情境常要求对双变量数据拟合最小二乘回归直线 y = a + bx,例如广告支出 (x) 和销售收入 (y)。根据汇总统计量 Σx、Σy、Σxy、Σx² 和 n,计算 b = Sxy / Sxx 和 a = ȳ − b x̄。

For instance, if Σx = 120, Σy = 500, Σxy = 6350, Σx² = 1820, n = 10, then Sxy = 6350 − (120×500)/10 = 6350 − 6000 = 350, and Sxx = 1820 − (120²)/10 = 1820 − 1440 = 380. Thus b = 350 / 380 ≈ 0.921. The regression equation becomes y = a + 0.921x, where a = 50 − 0.921×12 = 38.95.

例如,若 Σx = 120, Σy = 500, Σxy = 6350, Σx² = 1820, n = 10,则 Sxy = 6350 − (120×500)/10 = 350,Sxx = 1820 − (120²)/10 = 380。因此 b = 350 / 380 ≈ 0.921。回归方程为 y = 38.95 + 0.921x。

The product moment correlation coefficient r = Sxy / √(Sxx × Syy) measures the strength and direction of the linear relationship. AQA problems also deal with residuals, interpolation, extrapolation and the reliability of predictions. Always consider whether the underlying assumptions (linearity, constant variance) are plausible in the economic context.

积矩相关系数 r = Sxy / √(Sxx × Syy) 度量线性关系的强度和方向。AQA 试题还涉及残差、内插、外推及预测的可靠性。要始终考虑在经济背景中线性关系、等方差的假设是否合理。


5. Engineering: Confidence Intervals for Lifespan of Components | 工程学:元件寿命的置信区间

Engineers routinely estimate the mean lifetime of a component. If lifetimes are normally distributed with an assumed known standard deviation σ, a confidence interval for μ is x̄ ± z* × σ / √n. For example, with σ = 50 hours and a sample of 100 components yielding x̄ = 1050 hours, the 95% interval is 1050 ± 1.96 × 5, i.e. (1040.2, 1059.8).

工程师通常需要估计元件的平均寿命。如果寿命服从正态分布且假定已知标准差 σ,则 μ 的置信区间为 x̄ ± z* × σ / √n。例如 σ = 50 小时,样本量 100,x̄ = 1050 小时,95% 的置信区间为 1050 ± 1.96 × 5,即 (1040.2, 1059.8)。

If the desired margin of error m is 8 hours, the necessary sample size is n = (z* × σ / m)² = (1.96 × 50 / 8)² ≈ 150.1, so at least 151 components are needed. When σ is unknown, a t-interval must be used, especially when n is small. The t-distribution with ν = n − 1 degrees of freedom yields a wider interval that accounts for the extra uncertainty.

若希望的误差界限 m 为 8 小时,所需样本量 n = (z* × σ / m)² = (1.96 × 50 / 8)² ≈ 150.1,即至少需要 151 个元件。当 σ 未知时,必须使用 t 区间,特别是在 n 较小时。自由度为 ν = n − 1 的 t 分布产生更宽的区间,以体现额外的变异性。


6. Sociology: Chi-Squared Test of Independence for Survey Data | 社会学:调查数据中的卡方独立性检验

Sociological surveys often produce categorical data in contingency tables. The AQA Year 13 paper may ask you to test whether two variables, such as gender and voting preference, are independent using a χ² test. Given an observed frequency table, you compute expected frequencies E = (row total × column total) / grand total, then calculate χ² = Σ (O − E)² / E.

社会调查经常产生列联表中的分类数据。AQA 高三年级试卷或许会让你用 χ² 检验判断两个变量(例如性别与投票偏好)是否独立。根据观测频数表,计算期望频数 E = (行合计 × 列合计) / 总计,然后计算 χ² = Σ (O − E)² / E。

For a 2×3 summary, the degrees of freedom are (r − 1)(c − 1) = 1 × 2 = 2. Compare the test statistic with the critical value from the χ² table. If χ² > 5.991 at the 5% level, reject H₀ of independence. Always check that no expected cell frequency falls below 5; otherwise, combine categories.

对于 2×3 的汇总表,自由度为 (r − 1)(c −

Published by TutorHao | Year 13 统计 Revision Series | aleveler.com

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

Comments

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

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