📚 Cross-Disciplinary Integrated Problem-Solving in AS Cambridge Statistics | AS 剑桥统计跨学科综合题型训练
In AS Cambridge Statistics, students often struggle to apply core statistical methods to real-world interdisciplinary problems. This article provides a collection of integrated problem-solving exercises drawn from biology, economics, geography, and more, designed to reinforce key syllabus topics such as measures of central tendency, probability, permutations, the binomial distribution, and the normal distribution. By working through these cross-disciplinary examples, learners will gain confidence in interpreting data and selecting appropriate statistical techniques.
在 AS 剑桥统计课程中,学生常常难以将核心统计方法应用于真实的跨学科问题。本文汇集了来自生物学、经济学、地理学等领域的综合题型训练,旨在巩固课程重点内容,包括集中趋势度量、概率、排列组合、二项分布及正态分布。通过这些跨学科例题的演练,学生将提高数据解读能力,并增强选择恰当统计方法的自信。
1. Biology: Histograms and Summary Statistics | 生物学:直方图与汇总统计
A group of biologists measured the lengths (in mm) of 50 leaves from a particular plant species. The data are summarised in the grouped frequency table.
一群生物学家测量了某种植物的 50 片叶子的长度(单位:mm),数据汇总成以下分组频数表。
| Length (mm) | Frequency |
|---|---|
| 20 – 24 | 5 |
| 25 – 29 | 12 |
| 30 – 34 | 18 |
| 35 – 39 | 10 |
| 40 – 44 | 5 |
We estimate the mean using the midpoints of each interval.
我们使用各组的组中值来估计均值。
Midpoints: 22.5, 27.5, 32.5, 37.5, 42.5. Estimated mean x̄ = (22.5×5 + 27.5×12 + 32.5×18 + 37.5×10 + 42.5×5) / 50 = (112.5 + 330 + 585 + 375 + 212.5) / 50 = 1615 / 50 = 32.3 mm.
组中值:22.5, 27.5, 32.5, 37.5, 42.5。估计均值 x̄ = (22.5×5 + 27.5×12 + 32.5×18 + 37.5×10 + 42.5×5) / 50 = 32.3 mm。
To estimate the standard deviation, we first compute Σfx².
为估计标准差,先计算 Σfx²。
Σfx² = 22.5²×5 + 27.5²×12 + 32.5²×18 + 37.5²×10 + 42.5²×5 = 2531.25 + 9075 + 19012.5 + 14062.5 + 9031.25 = 53712.5
Then the estimated variance (using the working formula for grouped data) is (Σfx² / n) − x̄² = 53712.5 / 50 − 32.3² = 1074.25 − 1043.29 = 30.96. Hence, the estimated standard deviation s = √30.96 ≈ 5.56 mm.
于是分组数据下的方差估计(使用计算式)为 (Σfx² / n) − x̄² = 30.96,由此得到标准差估计 s ≈ 5.56 mm。
This biological dataset demonstrates how a histogram can be drawn and how summary statistics are extracted – skills directly examined in AS Statistics.
这个生物学数据集展示了如何绘制直方图以及如何提取汇总统计量,这些技能正是 AS 统计的直接考点。
2. Medicine: Normal Distribution for Blood Pressure | 医学:血压的正态分布应用
In a medical study, the diastolic blood pressure of adult males is assumed to follow a normal distribution with mean μ = 80 mmHg and standard deviation σ = 10 mmHg.
在一项医学研究中,假定成年男性的舒张压服从正态分布,均值 μ = 80 mmHg,标准差 σ = 10 mmHg。
What proportion of men have diastolic pressure above 90 mmHg? Standardise: Z = (90 − 80) / 10 = 1. From standard normal tables, P(Z > 1) = 1 − 0.8413 = 0.1587. So approximately 15.9% exceed 90 mmHg.
有多大比例的男性舒张压高于 90 mmHg?标准化:Z = (90 − 80) / 10 = 1。查标准正态表得 P(Z > 1) = 0.1587,因此大约 15.9% 的人超过 90 mmHg。
Find the interval within which the central 95% of diastolic blood pressures lie. For a normal distribution, the central 95% limits are μ ± 1.96σ: 80 − 1.96×10 = 60.4 mmHg and 80 + 1.96×10 = 99.6 mmHg. Thus the interval is (60.4, 99.6).
求中间 95% 的舒张压所在区间。正态分布下,中央 95% 的界限为 μ ± 1.96σ:80 − 19.6 = 60.4 mmHg,80 + 19.6 = 99.6 mmHg。因此区间为 (60.4, 99.6)。
Interdisciplinary insight: Such calculations help clinicians identify hypertensive patients and illustrate the power of the normal model in health sciences.
跨学科视角:这类计算有助于临床医生识别高血压患者,同时也体现了正态模型在健康科学中的强大应用。
3. Economics: Discrete Random Variables in Sales | 经济学:销售中的离散随机变量
The number of laptops sold per day in a small electronics store is a discrete random variable X with the following probability distribution.
某小型电子产品店每日销售的笔记本电脑数量是一个离散随机变量 X,其概率分布如下:
| x | 0 | 1 | 2 | 3 |
|---|---|---|---|---|
| P(X=x) | 0.1 | 0.3 | 0.4 | 0.2 |
Calculate the expected daily sales. E(X) = Σ x·P(X=x) = 0×0.1 + 1×0.3 + 2×0.4 + 3×0.2 = 0 + 0.3 + 0.8 + 0.6 = 1.7 laptops per day.
计算每日期望销售台数:E(X) = 0×0.1 + 1×0.3 + 2×0.4 + 3×0.2 = 1.7 台/天。
For variance, first compute E(X²) = 0²×0.1 + 1²×0.3 + 2²×0.4 + 3²×0.2 = 0 + 0.3 + 1.6 + 1.8 = 3.7. Then Var(X) = E(X²) − [E(X)]² = 3.7 − 1.7² = 3.7 − 2.89 = 0.81, and the standard deviation is √0.81 = 0.9 laptops.
计算方差:先求 E(X²) = 3.7,然后 Var(X) = 3.7 − 1.7² = 0.81,标准差为 0.9 台。
This economic example shows how discrete random variables underpin inventory planning and risk assessment in business contexts.
这个经济学示例表明离散随机变量在商业库存规划和风险评估中的重要基础作用。
4. Genetics: Permutations and Combinations in Allele Pairs | 遗传学:等位基因对的排列组合
In a certain human blood group system, there are three main alleles: A, B, and O. Every person carries two alleles (one from each parent).
在某种人类血型系统中,主要有三种等位基因:A、B 和 O。每个人携带两个等位基因(分别来自父母)。
If the order of alleles matters (e.g., for tracking parental origin), how many ordered genotypes are possible? This is the number of arrangements of 2 alleles chosen from 3 with repetition allowed: 3 × 3 = 9.
如果考虑等位基因的顺序(例如追踪来源),有多少种可能的有序基因型?从 3 种元素中可重复地选取 2 个的排列数:3 × 3 = 9。
If order does not matter (i.e., AB is equivalent to BA), we count combinations with repetition. The number is C(3+2−1, 2) = C(4,2) = 6. The six genotypes are AA, AB, AO, BB, BO, OO.
如果不考虑顺序(即 AB 与 BA 相同),则须计算可重复组合数:C(3+2−1, 2) = C(4,2) = 6。这六种基因型为 AA、AB、AO、BB、BO、OO。
Understanding these counting principles is essential in population genetics and in solving AS level permutation and combination problems.
理解这些计数原理对群体遗传学以及解答 AS 级别的排列组合问题都至关重要。
5. Geography: Probability of Rainfall Events | 地理学:降雨事件的概率
A weather model predicts that on any given day in a particular region, the probability of rain is 0.3, independently of other days. What is the probability that it rains on at least two days out of a five-day period?
某天气模型预测某个地区每天下雨的概率为 0.3,且日与日之间独立。问在 5 天中至少有 2 天下雨的概率是多少?
Let X ~ B(5, 0.3). P(X ≥ 2) = 1 − P(X = 0) − P(X = 1). P(X = 0) = (0.7)⁵ = 0.16807. P(X = 1) = C(5,1) × 0.3 × 0.7⁴ = 5 × 0.3 × 0.2401 = 0.36015. Therefore, P(X ≥ 2
Published by TutorHao | AS 统计 Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导