📚 A-Level OCR Statistics: Interdisciplinary Comprehensive Problem Practice | A-Level OCR 统计:跨学科综合题型训练
Interdisciplinary problems in A-Level OCR Statistics challenge you to apply statistical methods to real-world contexts, from biology and economics to engineering and sports science. These questions test not only your mathematical skills but also your ability to interpret results meaningfully. This article presents a series of practice problems across various disciplines, each designed to reinforce key OCR syllabus topics.
A-Level OCR 统计中的跨学科问题要求你将统计方法应用于现实世界的情境,从生物学、经济学到工程学和运动科学。这些问题不仅考验你的数学技能,也考验你对结果进行有意义的解释能力。本文提供一系列跨学科练习题型,每一个都旨在巩固 OCR 教学大纲中的关键主题。
1. Biology: Hypothesis Testing for Germination Rates | 生物学:发芽率的假设检验
A botanist claims that a new fertilizer increases the germination rate of a rare plant species from the long-established rate of 60%. A sample of 200 seeds treated with the fertilizer yields 138 germinations. Test at the 5% significance level whether the fertilizer improves the germination rate.
一位植物学家声称一种新肥料能将某种稀有植物种子的发芽率从长期稳定的60%提高。对200粒经肥料处理的种子样本进行试验,其中138粒发芽。在5%显著性水平下检验该肥料是否提高了发芽率。
This is a one-tailed test of a population proportion. Define p as the true germination probability. H₀: p = 0.6; H₁: p > 0.6. The sample proportion p̂ = 138/200 = 0.69. The test statistic is z = (p̂ – p₀) / √(p₀(1-p₀)/n) = (0.69 – 0.6) / √(0.6×0.4/200) = 0.09 / 0.03464 ≈ 2.598. The critical z-value at 5% one-tail is 1.645. Since 2.598 > 1.645, we reject H₀. There is sufficient evidence at the 5% level that the fertiliser increases the germination rate.
这是关于总体比例的右尾检验。定义 p 为真实发芽概率。原假设 H₀: p = 0.6;备择假设 H₁: p > 0.6。样本比例 p̂ = 138/200 = 0.69。检验统计量 z = (p̂ – p₀) / √(p₀(1-p₀)/n) = (0.69 – 0.6) / √(0.6×0.4/200) = 0.09 / 0.03464 ≈ 2.598。5% 单尾检验的临界 z 值为 1.645。由于 2.598 > 1.645,拒绝 H₀。在 5% 显著性水平下有足够证据表明该肥料提高了发芽率。
Always check conditions: np₀ = 120 > 5 and n(1-p₀) = 80 > 5, so the normal approximation is appropriate. Interpret the p-value in context for full marks.
务必检查条件:np₀ = 120 > 5 且 n(1-p₀) = 80 > 5,因此正态近似合适。结合情境解释 p 值以获得满分。
2. Economics: Linear Regression and Elasticity | 经济学:线性回归与弹性系数
An economist examines the link between price (x, £) and monthly sales (y, units) of a niche product. Data from 8 months: Σx = 200, Σy = 1000, Σx² = 6000, Σy² = 140000, Σxy = 23000. (a) Find the regression line of y on x. (b) Estimate the price elasticity of demand at the mean point using the point elasticity formula E = (dy/dx)·(x̄/ȳ).
一位经济学家研究某小众产品价格 (x, 英镑) 与月销量 (y, 件) 的关系。8个月的数据:Σx = 200, Σy = 1000, Σx² = 6000, Σy² = 140000, Σxy = 23000。(a) 求 y 对 x 的回归直线。(b) 使用点弹性公式 E = (dy/dx)·(x̄/ȳ) 估计均值点处的价格需求弹性。
Compute x̄ = 200/8 = 25, ȳ = 1000/8 = 125. S_{xy} = Σxy – (Σx Σy)/n = 23000 – (200×1000)/8 = 23000 – 25000 = -2000. S_{xx} = Σx² – (Σx)²/n = 6000 – 200²/8 = 6000 – 5000 = 1000. The slope b = S_{xy}/S_{xx} = -2000/1000 = -2. The intercept a = ȳ – b x̄ = 125 – (-2)×25 = 175. Thus the regression line is y = 175 – 2x.
计算 x̄ = 200/8 = 25, ȳ = 1000/8 = 125。S_{xy} = 23000 – (200×1000)/8 = -2000。S_{xx} = 6000 – 200²/8 = 1000。斜率 b = -2000/1000 = -2,截距 a = 125 – (-2)×25 = 175。回归直线为 y = 175 – 2x。
At the mean point, E = b × (x̄/ȳ) = -2 × (25/125) = -0.4. The negative sign confirms the law of demand; the absolute value 0.4 indicates inelastic demand – a 1% price increase leads to a 0.4% decrease in sales.
在均值点,弹性 E = -2 × (25/125) = -0.4。负号证实了需求定律;绝对值 0.4 表明缺乏弹性——价格上涨 1% 会导致销量下降 0.4%。
3. Psychology: Normal Distribution and IQ Scores | 心理学:正态分布与智商分数
IQ scores are normally distributed with mean μ = 100 and standard deviation σ = 15. (a) A clinical psychologist wants to identify the top 2% of the population. Find the cut-off IQ score. (b) For a random sample of 25 people, what is the probability their mean IQ exceeds 108?
智商分数服从正态分布,均值 μ = 100,标准差 σ = 15。(a) 一位临床心理学家想识别出人群中前 2% 的个体,求 IQ 分界线。(b) 随机抽取 25 人,其平均 IQ 超过 108 的概率是多少?
(a) For the top 2%, we need the 98th percentile: P(Z > z) = 0.02 ⇒ z = 2.0537 (from tables). Cut-off = μ + zσ = 100 + 2.0537×15 ≈ 130.8. So an IQ of about 131 is required.
(a) 对于前 2%,需要第 98 百分位数:P(Z > z) = 0.02 ⇒ z = 2.0537。分界值 = 100 + 2.0537×15 ≈ 130.8,因此大约需要 131 的智商。
(b) The sampling distribution of X̄ is N(100, 15²/25) = N(100, 3²). P(X̄ > 108) = P(Z > (108-100)/3) = P(Z > 2.667) ≈ 0.00383. Very unlikely.
(b) 样本均值 X̄ 的抽样分布为 N(100, 15²/25) = N(100, 3²)。P(X̄ > 108) = P(Z > 2.667) ≈ 0.00383,非常不可能发生。
4. Engineering: Binomial Distribution for Quality Control | 工程学:质量控制中的二项分布
A factory produces microchips, and historically 5% are defective. A quality inspector tests a random batch of 50 chips. (a) State the distribution of the number of defective chips. (b) Find the probability that at most 2 chips are defective. (c) Explain why a Poisson distribution could approximate your answer.
一家工厂生产微芯片,历史上缺陷率为 5%。质检员随机抽取 50 片进行测试。(a) 说明缺陷芯片数量的分布。(b) 求最多有 2 片缺陷的概率。(c) 解释为什么泊松分布可近似该结果。
(a) X ~ B(50, 0.05), where X is the number of defectives. The trials are independent and the defect probability is constant.
(a) X ~ B(50, 0.05),其中 X 代表缺陷芯片数。各次试验独立且缺陷概率恒定。
(b) P(X ≤ 2) = P(0) + P(1) + P(2) = (0.95)⁵⁰ + 50×(0.05)×(0.95)⁴⁹ + 1225×(0.05)²×(0.95)⁴⁸. Computing: P(0) ≈ 0.0776, P(1) ≈ 0.2044, P(2) ≈ 0.2655, sum ≈ 0.5475.
(b) P(X ≤ 2) = P(0)+P(1)+P(2) = (0.95)⁵⁰ + 50×0.05×0.95⁴⁹ + 1225×0.05²×0.95⁴⁸。计算得 P(0)≈0.0776, P(1)≈0.2044, P(2)≈0.2655,总和约 0.5475。
(c) For B(50, 0.05), n is large and p is small, with np = 2.5 < 10. A Poisson(λ = 2.5) approximation gives similar results and is easier to compute.
(c) 对于 B(50, 0.05),n 大且 p 小,np=2.5<10。可用泊松近似 (λ=2.5),结果相近且计算更简便。
5. Environmental Science: Stratified Sampling in Forest Surveys | 环境科学:森林调查中的分层抽样
A forest comprises two distinct zones: 60% pine and 40% oak. A researcher wants to estimate the mean height of trees using a stratified sample of 100 trees. How many trees should be sampled from each zone, and why? If the sample mean heights are 18.2 m (pine, sd=4.5) and 22.8 m (oak, sd=5.1), give an estimate of the overall mean height and its approximate standard error.
一片森林由两个明显区域组成:60% 松树和 40% 橡树。研究人员想通过 100 棵树的样本来估计树木平均高度,采用分层抽样。每个区域应抽取多少棵树?为什么?若样本均值高度分别为 18.2 m(松树,sd=4.5)和 22.8 m(橡树,sd=5.1),请给出总平均高度的估计值及其近似标准误差。
Use proportional allocation: sample sizes should reflect the population proportions. Thus 60% of 100 = 60 pine trees, and 40 trees from the oak zone. This ensures the sample is representative and reduces bias.
使用比例分配:样本量应反映总体比例。因此 60 棵松树,40 棵橡树。这确保样本具有代表性并减少偏差。
The estimated overall mean = w₁x̄₁ + w₂x̄₂ = 0.6×18.2 + 0.4×22.8 = 10.92 + 9.12 = 20.04 m. The approximate SE = √[ w₁²×(s₁²/n₁) + w₂²×(s₂²/n₂) ] = √[0.36×(4.5²/60) + 0.16×(5.1²/40)] = √[0.36×0.3375 + 0.16×0.65025] = √[0.1215 + 0.10404] = √0.22554 ≈ 0.475 m.
估计总平均 = 0.6×18.2 + 0.4×22.8 = 20.04 m。近似标准误差 = √[0.36×(4.5²/60) + 0.16×(5.1²/40)] ≈ √0.22554 ≈ 0.475 m。
6. Medicine: Confidence Intervals for Drug Efficacy | 医学:药物有效性的置信区间
In a clinical trial with 100 patients, a new drug reduces systolic blood pressure by an average of 8.2 mmHg, with a sample standard deviation of 3.5 mmHg. Construct a 95% confidence interval for the true mean reduction. Explain why the interval can be interpreted as containing the true mean reduction with 95% confidence.
在一项有 100 名患者的临床试验中,一种新药使收缩压平均降低 8.2 mmHg,样本标准差为 3.5 mmHg。构建真实平均降低值的 95% 置信区间。解释为什么该区间可以被解释为有 95% 置信度包含真实的平均降低值。
As n = 100 is large, we use the z-interval: x̄ ± z* × (s/√n). With 95% confidence, z* = 1.96. The interval is 8.2 ± 1.96×(3.5/10) = 8.2 ± 0.686, giving (7.514, 8.886).
由于 n=100 较大,使用 z 区间:x̄ ± 1.96 × (s/√n)。95% 置信水平下,区间为 8.2 ± 1.96×0.35 = 8.2 ± 0.686,得到 (7.514, 8.886)。
The confidence level means that if we were to repeat this trial many times and construct such intervals, 95% of them would capture the true mean reduction.
置信水平意味着如果我们多次重复此试验并构建这样的区间,其中 95% 会包含真实的平均降低值。
7. Finance: Poisson Distribution for Insurance Claims | 金融学:保险索赔的泊松分布
An insurance company finds that the number of claims received per day follows a Poisson distribution with mean 2.5. (a) Find the probability of receiving exactly 3 claims on a given day. (b) In a 90-day quarter, approximate the probability that the total number of claims exceeds 200.
一家保险公司发现每日收到的索赔数量服从泊松分布,均值为 2.5。(a) 求某一天恰好收到 3 件索赔的概率。(b) 在一个 90 天的季度中,近似估计索赔总数超过 200 的概率。
(a) X ~ Po(2.5): P(X=3) = e^{-2.5} ×
Published by TutorHao | A-Level 统计 Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply