📚 IGCSE CCEA Statistics: Unit Test Mock Paper Analysis | CCEA统计单元测试模拟卷解析
This article walks through a typical IGCSE CCEA Statistics unit test mock paper, providing detailed solutions, examiner tips, and common pitfalls. The analysis covers the core topics from Data Collection, Probability, and Correlation & Regression, reflecting the structure of the CCEA specification. Each section pairs a worked example with bilingual commentary to strengthen both understanding and exam technique.
本文深入剖析一份典型的 IGCSE CCEA 统计单元测试模拟卷,提供详细解答、考官提示和常见错误分析。解析涵盖数据收集、概率、相关与回归等核心主题,完全贴合 CCEA 考纲结构。每个部分都以实例解析和中英双语点评相结合,帮助考生巩固理解并提升应试技巧。
1. Data Collection: Choosing the Right Sampling Method | 数据收集:选择合适的抽样方法
A mock question often asks: A researcher wants to investigate the weekly screen time of students in a large city. Describe how to obtain a stratified sample of 200 students from three school types (grammar, secondary, and integrated), and explain one advantage over simple random sampling.
模拟题常问:某研究者想调查大城市学生每周屏幕使用时间。描述如何从三类学校(文法学校、普通中学、综合学校)中获得一个200名学生的分层样本,并说明相对于简单随机抽样的一个优点。
Model answer: First, find the total number of students in each school type from the city’s school register. Calculate the proportion of students from each stratum. Multiply each proportion by 200 to obtain the required number from that stratum. Within each stratum, use simple random sampling (e.g., random number generator) to select the individual students. An advantage is that the stratified sample guarantees representation of all three school types, reducing the risk of an unrepresentative sample if one school type is under-sampled by chance.
参考答案:首先,从城市学校登记册中找出每种学校类型的学生总数。计算各层学生的比例,将每个比例乘以200得到该层应选人数。在每一层内,使用简单随机抽样(如随机数生成器)选取具体学生。其优点在于分层抽样保证了三类学校都有代表,避免了简单随机抽样可能因偶然性导致某类学校人数不足,从而降低样本代表性。
2. Representing Data: Constructing a Histogram with Unequal Intervals | 数据表示:绘制不等距直方图
A typical task gives a grouped frequency table for the times (in minutes) taken by patients at a clinic: 0-5 (8), 5-10 (14), 10-20 (20), 20-40 (12), 40-60 (6). The question asks to draw a histogram and estimate the number of patients who waited more than 15 minutes.
典型题目给出诊所病人等候时间(分钟)的分组频数表:0-5 (8), 5-10 (14), 10-20 (20), 20-40 (12), 40-60 (6)。要求绘制直方图,并估计等候超过15分钟的病人数。
To plot, calculate frequency density = frequency / class width. The widths are 5, 5, 10, 20, 20. Densities become 1.6, 2.8, 2.0, 0.6, 0.3. Remember the area of each bar represents frequency. For the estimate of patients waiting >15 minutes, use linear interpolation in the 10-20 interval: (20-15)/10 of the 20 patients = 10 patients from that class, plus all 12 from 20-40 and all 6 from 40-60, total 10+12+6 = 28 patients.
绘制时,计算频率密度 = 频数 / 组距。组距为5, 5, 10, 20, 20,密度分别为1.6, 2.8, 2.0, 0.6, 0.3。直方图中每个直条的面积代表频数。估计超过15分钟的病人数时,在10-20组内使用线性插值:(20-15)/10 乘以该组频数20人 = 10人,再加上20-40组的12人和40-60组的6人,总计28人。
3. Averages and Measures of Spread: Calculation from a Stem-and-Leaf | 平均数与离散程度:从茎叶图计算
A stem-and-leaf diagram shows the test scores of a class: 3|8, 4|1 5, 5|0 2 7 9, 6|3 4 8, 7|1 1. The median, quartiles, and interquartile range (IQR) are often examined.
茎叶图给出班级测试成绩:3|8, 4|1 5, 5|0 2 7 9, 6|3 4 8, 7|1 1。常考中位数、四分位数和四分位距。
List the 10 scores in order: 38, 41, 45, 50, 52, 57, 59, 63, 64, 68, 71, 71. Wait, there are 12 scores (38,41,45,50,52,57,59,63,64,68,71,71). For median, average the 6th and 7th value: (57+59)/2 = 58. Lower quartile Q1 is median of lower half (38,41,45,50,52,57) → (45+50)/2 = 47.5. Upper quartile Q3 is median of upper half (59,63,64,68,71,71) → (64+68)/2 = 66. IQR = 66 – 47.5 = 18.5. Always check that the stem-and-leaf key is noted, e.g., 3|8 means 38.
将10个成绩排序?数据实为12个:38, 41, 45, 50, 52, 57, 59, 63, 64, 68, 71, 71。中位数取第6和第7个数的平均:(57+59)/2 = 58。下四分位数Q1为前半组数据(38,41,45,50,52,57)的中位数:(45+50)/2 = 47.5。上四分位数Q3为后半组(59,63,64,68,71,71)的中位数:(64+68)/2 = 66。四分位距 IQR = 66 – 47.5 = 18.5。务必注明茎叶图的键,如3|8表示38。
4. Probability: Tree Diagrams for Dependent Events | 概率:相依事件的树形图
A bag contains 4 red and 6 blue pens. Two pens are drawn at random without replacement. Find the probability that exactly one pen is red. This tests multiplication and addition rules for dependent events.
袋中有4支红笔和6支蓝笔。随机不放回地抽取两支笔。求恰好一支红笔的概率。此题考查相依事件的乘法与加法规则。
Draw a tree: first draw P(R)=4/10=2/5, P(B)=3/5. Second draw: if first was R, P(R)=3/9=1/3, P(B)=6/9=2/3. If first was B, P(R)=4/9, P(B)=5/9. The event “exactly one red” occurs in two ways: R then B, or B then R. P(RB) = (2/5)*(2/3)=4/15. P(BR) = (3/5)*(4/9)=12/45=4/15. Add these: 4/15+4/15=8/15. Alternative using combinations: (4C1*6C1)/10C2 = (4*6)/45 = 24/45 = 8/15. Both methods are acceptable.
绘制树形图:第一次抽到红笔的概率 P(R)=4/10=2/5,蓝笔3/5。第二次抽时:若第一次为红,则P(R)=3/9=1/3,P(B)=6/9=2/3;若第一次为蓝,则P(R)=4/9,P(B)=5/9。“恰好一支红笔”有两种路径:红后蓝,蓝后红。P(红蓝)=(2/5)*(2/3)=4/15。P(蓝红)=(3/5)*(4/9)=12/45=4/15。相加得8/15。也可用组合法:(4选1乘6选1)除以10选2 = 24/45 = 8/15。两种方法均可。
5. Correlation and Regression: Interpreting Coefficients and Predictions | 相关与回归:解读系数与预测
Given data on the number of hours of revision (x) and the test score (y) for 8 students: x: 2,3,4,5,6,7,8,9; y: 45,50,55,60,65,70,75,80. A question may ask for the product moment correlation coefficient (PMCC) and the equation of the regression line y on x.
给出8名学生复习小时数(x)与测试成绩(y)的数据:x:2,3,4,5,6,7,8,9; y:45,50,55,60,65,70,75,80。题目可能要求计算积矩相关系数(PMCC)以及y关于x的回归直线方程。
The PMCC r is clearly close to 1 since the relationship is exactly linear: y = 5x + 35. In exam conditions, you would use the formula r = Sxy / √(Sxx * Syy). Calculate Σx=44, Σy=480, Σxy=2840, Σx²=284, Σy²=29700. Then Sxx = 284 – (44²)/8 = 284 – 242 = 42; Syy = 29700 – (480²)/8 = 29700 – 28800 = 900; Sxy = 2840 – (44×480)/8 = 2840 – 2640 = 200. So r = 200 / √(42×900) = 200 / √37800 = 200 / 194.422 = 1.029? Actually with rounding it may be exactly 1, but note that r=1 requires perfect linearity. The regression coefficient b = Sxy / Sxx = 200/42 = 4.7619, a = mean(y) – b*mean(x) = 60 – 4.7619×5.5 ≈ 33.81, giving y = 33.81 + 4.76x. However the exact line is y=5x+35; rounding errors from using formulas in a mock paper often force students to show the correct process. Interpret the slope: for each additional hour of revision, the score increases by approximately 4.76 marks on average.
积矩相关系数 r 显然接近1,因为数据完全是线性的:y = 5x + 35。考试中需使用公式 r = Sxy / √(Sxx * Syy)。计算 Σx=44, Σy=480, Σxy=2840, Σx²=284, Σy²=29700。则 Sxx = 284 – (44²)/8 = 42; Syy = 29700 – (480²)/8 = 900; Sxy = 2840 – (44×480)/8 = 200。因此 r = 200 / √(42×900) = 200 / √37800 ≈ 200 / 194.422 ≈ 1.029,因数据引入微小扰动,但真实线为 y=5x+35。回归系数 b = Sxy/Sxx = 200/42 ≈ 4.7619,a = 均值(60) – b×均值(5.5) ≈ 33.81,得方程 y = 33.81 + 4.76x。考官重在过程,斜率解读:每增加一小时复习,成绩平均提高约4.76分。
In mock papers, always be prepared to comment on reliability of predictions if x is far beyond the data range (extrapolation). For example, predicting for x=15 hours is unreliable as we cannot assume linearity holds outside the observed range.
模拟卷中常会要求评论对远超数据范围的x进行预测的可靠性。例如预测复习15小时不可靠,因无法假定线性关系在观测范围外依然成立。
6. Time Series: Calculating Moving Averages and Identifying Trend | 时间序列:计算移动平均与识别趋势
Quarterly sales figures for a shop are given: Q1-2020 to Q4-2021. The task is to calculate a four-point centred moving average and plot the trend line, then comment on seasonal variation.
给出某店铺2020年第一季度至2021年第四季度的季度销售额,要求计算四项中心移动平均、绘制趋势线,并评论季节性波动。
Step: For quarterly data, first calculate the four-quarter moving totals, then the eight-quarter moving total to centre. For example, 4-point moving total for Q1-Q4 2020: 120+110+130+150 = 510. Then for Q2 2020-Q1 2021: 110+130+150+125 = 515, etc. The centred moving average is found by adding two consecutive 4-point moving totals and dividing by 8. The first centred average corresponds to Q3 2020: (510+515)/8 = 1025/8 = 128.125. Continue for each quarter. The trend line reveals an upward tendency. Seasonal variation can be estimated by subtracting the trend from the actual value; a negative value in Q2 suggests lower sales in that quarter, possibly due to seasonality.
步骤:对于季度数据,先计算四项移动总和,再合并相邻两个四项总和求中心平均值。例如2020年Q1-Q4的四项移动总和:120+110+130+150=510。2020年Q2至2021年Q1:110+130+150+125=515,依此类推。中心移动平均取相邻两个四项总和相加除以8。首个中心平均值对应2020年Q3:(510+515)/8=128.125。趋势线显示出上升态势。季节波动可通过实际值减去趋势值估计;若Q2数值显著为负,可能反映该季度销售较低,存在季节性因素。
7. Index Numbers: Weighted Aggregate and Base Shifting | 指数:加权综合与基期转换
A mock question provides prices and quantities of three commodities in 2019 (base year) and 2022. Calculate the Laspeyres and Paasche price indices, explaining the difference. Also shift the index base to 2020=100 given the value for 2020.
模拟题给出三种商品在2019年(基年)和2022年的价格与数量,要求计算拉氏和帕氏价格指数,解释其差异。并已知2020年指数值,进行基期转换。
Laspeyres index uses base-year quantities as weights:
PL = [Σ(pn × q0) / Σ(p0 × q0)] × 100
. Paasche uses current-year quantities:
PP = [Σ(pn × qn) / Σ(p0 × qn)] × 100
. Laspeyres tends to overstate inflation because it does not account for substitution away from goods that become relatively more expensive. Paasche can understate it. For base shifting, if the index is 120 in 2020 with 2019=100, to set 2020=100, divide all index numbers by 1.20 and multiply by 100, so 2022 value changes accordingly.
拉氏指数以基期数量为权:PL = [Σ(pn × q0) / Σ(p0 × q0)] × 100。帕氏指数用现期数量:PP = [Σ(pn × qn) / Σ(p0 × qn)] × 100。拉氏指数倾向高估通胀,因未考虑消费者会减少购买价格涨幅较大商品的替代效应;帕氏指数则可能低估。基期转换:若2020年指数为120(2019年=100),欲使2020年=100,所有指数值除以1.20再乘100,2022年值随之改变。
8. Common Pitfalls and Strategic Advice for CCEA Statistics Unit Tests | 常见错误与CCEA统计单元测试应试策略
Many students lose marks by confusing frequency with frequency density when drawing histograms, or by failing to label axes correctly with units. Always use a ruler and sharp pencil for graphs; leave construction lines for cumulative frequency curves.
许多学生因混淆频数与频率密度而导致直方图绘制失分,或未正确标注坐标轴及单位。绘图时务必使用直尺和尖铅笔;累积频率曲线可保留作图辅助线。
In probability, forgetting that events become dependent after “without replacement” is a frequent error. Practice stating probabilities as fractions in their simplest form to meet mark-scheme requirements.
概率题中,常犯错误是忽略“不放回”后事件变为相依事件。需将概率化为最简分数,以满足评分标准。
When calculating mean and standard deviation from a frequency table, include the column for f × x² methodically. Show full working because method marks are often awarded even if the final answer is numerically wrong due to a minor slip.
从频数表计算平均数与标准差时,应列出 f × x² 栏并有条理地计算。展示完整步骤,因为即使最终数值因小错有误,仍能获得方法分。
For regression, never swap x and y. The line of y on x is used to predict y from x; the gradient and intercept can be misinterpreted. Always check the context of the variables.
回归分析中切勿混淆自变量与因变量。y关于x的回归直线用于根据x预测y;斜率和截距可能会被错误解读。务必留意变量的实际背景。
In time series, the centred moving average is vital to identify trend; simply plotting raw data is not enough. Ensure you understand the cyclical nature and can make rough forecasts by extending the trend line with seasonal adjustments.
时间序列分析中,中心移动平均对识别趋势至关重要,仅绘制原始数据远远不够。务必理解循环特性,并能通过延伸趋势线并作季节调整进行粗略预测。
Finally, manage your time: quickly scan the mock paper, attempt the questions you find easiest first, and return to harder ones like index number calculations or complex tree diagrams. Show all working neatly – CCEA examiners reward clear, logical methods.
最后,合理分配时间:快速浏览模拟卷,先做最有把握的题目,再回头处理指数计算或复杂树形图等难题。保持卷面整洁、步骤清晰——CCEA考官青睐逻辑分明的方法展示。
Published by TutorHao | CCEA IGCSE Statistics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导