📚 Year 12 CCEA Statistics: Interdisciplinary Question Practice | CCEA 12 统计:跨学科综合题型训练
In CCEA Year 12 Statistics, you are often presented with questions that cross traditional subject boundaries. Biology, economics, psychology, and engineering provide rich contexts for statistical analysis. This article offers a structured practice approach to help you master interdisciplinary problems, focusing on identifying relevant distributions, choosing correct tests, and interpreting outcomes in real-world language.
在 CCEA 12 年级统计课程中,您经常会遇到跨越传统学科界限的题目。生物学、经济学、心理学和工程学为统计分析提供了丰富的情境。本文提供结构化训练方法,帮助您掌握跨学科问题,重点在于识别相关分布、选择正确的检验方法,并用现实世界的语言解读结果。
1. Interpreting Real-World Contexts | 解读真实情境
Interdisciplinary questions in CCEA Statistics always begin with a scenario from another subject. Your first job is to strip away the ‘story’ and locate the numbers, variables, and question type. Ask yourself: Is it about a count of successes? (binomial or Poisson) A measurement with a mean and spread? (normal) A relationship between two quantities? (regression) Once you identify the statistical core, half the battle is won.
CCEA 统计中的跨学科题目总是从其他学科的情境开始。您的首要任务是剥离’故事’,找到数字、变量和问题类型。问自己:这是关于成功次数的计数吗?(二项或泊松分布) 还是带有均值和离散度的测量?(正态分布) 或者是两个量之间的关系?(回归) 一旦您识别出统计核心,就成功了一半。
For example, a biology question might describe a new drug trial and ask for the probability that at least 15 out of 20 patients recover. The context is medical, but the statistical tool is the binomial distribution. In economics, a question about the link between interest rates and consumer spending typically calls for correlation and linear regression. Learn to translate the scenario into statistical language.
例如,一道生物题可能描述一项新药试验,并询问 20 名患者中至少 15 人康复的概率。背景是医学的,但统计工具是二项分布。在经济学中,关于利率与消费者支出之间联系的题目通常需要相关性和线性回归。学会将情境翻译成统计语言。
2. Biomedical Application: Binomial Distribution and Diagnostic Tests | 生物医学应用:二项分布与诊断测试
A pharmaceutical company claims a new vaccine has a 90% success rate. In a trial of 20 participants, find the probability that at least 18 develop immunity.
一家制药公司声称一种新疫苗有 90% 的成功率。在 20 名参与者的试验中,求至少 18 人产生免疫的概率。
We model the number of successes X ∼ B(n = 20, p = 0.9). The probability required is P(X ≥ 18) = P(X = 18) + P(X = 19) + P(X = 20). Using the probability mass function:
我们将成功次数建模为 X ∼ B(n = 20, p = 0.9)。所需概率为 P(X ≥ 18) = P(X = 18) + P(X = 19) + P(X = 20)。使用概率质量函数:
P(X = r) = C(n, r) × pʳ × (1 − p)ⁿ⁻ʳ
Calculations yield P(18) ≈ 0.2852, P(19) ≈ 0.2702, P(20) ≈ 0.1216. Summing gives 0.677. So the probability is about 0.677. This tells the researcher that even with a 90% success rate, observing at least 18 successes in 20 trials is not guaranteed.
计算得出 P(18) ≈ 0.2852,P(19) ≈ 0.2702,P(20) ≈ 0.1216。总和为 0.6770。因此概率约为 0.677。这告诉研究人员,即使成功率为 90%,在 20 次试验中观察到至少 18 次成功也并非必然。
Always check whether the question provides binomial tables or expects calculator use. In CCEA exams, you may be given tables for certain n and p values. Remember to state the distribution clearly before starting calculations.
始终检查题目是否提供二项分布表或期望使用计算器。在 CCEA 考试中,您可能会得到特定 n 和 p 值的表格。切记在开始计算前清楚说明分布。
3. Economics: Regression Line and Prediction | 经济学:回归直线与预测
A firm records monthly advertising spend (x, £’000) and sales revenue (y, £’0000). Data:
| x (ad spend) | 2 | 3 | 5 | 7 | 9 |
| y (sales) | 5 | 7 | 10 | 14 | 18 |
Find the equation of the regression line of y on x. Interpret the slope, and predict sales when advertising spend is £6000.
求 y 对 x 的回归直线方程。解释斜率,并预测当广告支出为 6000 英镑时的销售额。
First compute sums: Σx = 26, Σy = 54, Σxy = 356, Σx² = 168. The means are x̄ = 5.2, ȳ = 10.8. Sxx = 168 − (26²)/5 = 168 − 135.2 = 32.8. Sxy = 356 − (26×54)/5 = 356 − 280.8 = 75.2. The gradient b = Sxy / Sxx = 75.2 / 32.8 ≈ 2.2927. Intercept a = ȳ − b x̄ = 10.8 − 2.2927×5.2 ≈ −1.122. Thus the regression line is y = −1.12 + 2.29x (to 2 dp).
首先计算总和:Σx = 26,Σy = 54,Σxy = 356,Σx² = 168。均值 x̄ = 5.2,ȳ = 10.8。Sxx = 168 − (26²)/5 = 32.8。Sxy = 356 − (26×54)/5 = 75.2。斜率 b = Sxy / Sxx ≈ 2.2927。截距 a = ȳ − b x̄ ≈ −1.122。因此回归直线为 y = −1.12 + 2.29x (保留两位小数)。
The slope 2.29 means every additional £1000 spent on advertising is associated with an average increase of £22,900 in sales. For x = 6 (representing £6000), predicted sales y = −1.12 + 2.29×6 = 12.62, i.e. about £126,200. Note: predictions far from the data range may be unreliable.
斜率 2.29 意味着每增加 1000 英镑的广告支出,销售额平均增加 22,900 英镑。对于 x = 6(代表 6000 英镑),预测销售额 y = −1.12 + 2.29×6 = 12.62,即约 126,200 英镑。注意:远离数据范围的预测可能不可靠。
4. Psychology: Normal Distribution and Memory Test Scores | 心理学:正态分布与记忆力测试分数
In a psychological study, memory test scores follow a normal distribution with mean μ = 60 and standard deviation σ = 8. What proportion of participants score above 70? What score marks the top 5% of the distribution?
在一项心理学研究中,记忆力测试分数服从正态分布,均值 μ = 60,标准差 σ = 8。有多少比例的参与者得分超过 70?什么分数标志着分布中前 5%?
Standardise: Z = (70 − 60) / 8 = 1.25. P(X > 70) = P(Z > 1.25) = 1 − Φ(1.25). From tables, Φ(1.25) ≈ 0.8944, so the proportion is 0.1056. About 10.6% score above 70.
标准化:Z = (70 − 60) / 8 = 1.25。P(X > 70) = P(Z > 1.25) = 1 − Φ(1.25)。查表得 Φ(1.25) ≈ 0.8944,故比例为 0.1056。约 10.6% 的参与者得分超过 70。
For the top 5%, find z such that Φ(z) = 0.95. Inverse normal table gives z ≈ 1.645. Then x = μ + zσ = 60 + 1.645×8 = 73.16. A score of about 74 places a participant in the top 5%.
对于前 5%,找到 Φ(z) = 0.95 对应的 z。反查正态表得 z ≈ 1.645。然后 x = μ + zσ = 60 + 1.645×8 = 73.16。得分约 74 分可使参与者进入前 5%。
Psychological data often naturally follow a bell-shaped curve, enabling these probabilistic statements. Always draw a diagram and shade the required area to avoid errors.
心理学数据通常自然呈钟形曲线,使得这些概率陈述成为可能。始终画图并标出所需区域以避免错误。
5. Geography & Environmental Science: Sampling Methods and Confidence Intervals | 地理与环境科学:抽样方法与置信区间
An environmental agency wants to estimate the mean soil pH in a region with three land-use types: farmland (50% of area), forest (30%), and urban (20%). How should a stratified sample of 120 soil cores be allocated, and how is the sample mean used to construct a 95% confidence interval?
一个环境机构想估计一个包含三种土地利用类型区域的土壤 pH 均值:农田(占面积 50%)、森林(30%)和城市(20%)。应如何分配 120 个土壤芯的分层抽样样本?样本均值如何用于构建 95% 置信区间?
Proportional stratified sampling: take 50% of 120 = 60 from farmland, 30% = 36 from forest, 20% = 24 from urban. Within each stratum, simple random sampling is used. This approach ensures each land-use type is fairly represented, reducing bias compared to simple random sampling across the whole region.
按比例分层抽样:从农田抽取 120 的 50% = 60 个,森林 36 个,城市 24 个。在每个层内使用简单随机抽样。这种方法确保每种土地利用类型都得到公平体现,与在整个区域进行简单随机抽样相比,减少了偏差。
Assuming the sample mean pH is 6.2 and the population standard deviation σ is known to be 0.5 from previous studies, a 95% confidence interval for the population mean is x̄ ± 1.96 × σ/√n = 6.2 ± 1.96×0.5/√120. The margin of error is 0.0895, giving an interval of (6.1105, 6.2895). Interpretation: we are 95% confident the true mean soil pH lies within this range.
Published by TutorHao | Year 12 统计 Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导