Skip to content
CalcGospel 國際數學圖譜
返回

IAL 2026 Jan S3 A Q6

A Level / Edexcel / S3

IAL 2026 Jan A Paper · Question 6

题目

Problem

A large company surveyed its staff to investigate the awareness of company policy.

The company employs 6000 full-time staff and 4000 part-time staff.

(a) Describe how a stratified sample of 200 staff could be taken.

(3)

(b) Explain an advantage of using a stratified sample rather than a simple random sample.

(1)

A random sample of 80 full-time staff and an independent random sample of 80 part-time staff were given a test of policy awareness. The results are summarised in the table below.

Mean score (x\overline{x})Variance of scores (s2s^2)
Full-time staff5221
Part-time staff5019

(c) Stating your hypotheses clearly, test, at the 1% level of significance, whether or not the mean policy awareness scores for full-time and part-time staff are different.

(7)

(d) Explain the significance of the Central Limit Theorem to the test in part (c).

(2)

(e) State an assumption you have made in carrying out the test in part (c).

(1)

After all the staff had completed a training course the 80 full-time staff and the 80 part-time staff were given another test of policy awareness. The value of the test statistic zz was 2.53

(f) Comment on the awareness of company policy for the full-time and part-time staff in light of this result. Use a 1% level of significance.

(2)

(g) Interpret your answers to part (c) and part (f).

(1)
(Total for Question 6 is 17 marks)
题目中文翻译

一家公司调查员工对公司政策的了解程度。

该公司有 6000 名全职员工和 4000 名兼职员工。

(a) 说明如何抽取 200 名员工的分层样本。

(b) 说明与简单随机样本相比,使用分层样本的一个优点。

从 80 名全职员工和一个独立的 80 名兼职员工随机样本中,给他们做了一项政策认知测试。结果如下表所示。

平均分 (x̄)分数方差 (s^2)
全职员工5221
兼职员工5019

(c) 清楚写出假设,在 1% 的显著性水平下检验全职和兼职员工的平均政策认知分数是否不同。

(d) 说明中央极限定理对 (c) 中检验的意义。

(e) 写出在 (c) 中进行检验时所作出的一个假设。

在所有员工完成培训课程后,这 80 名全职员工和 80 名兼职员工又进行了另一项政策认知测试。检验统计量 z 的值为 2.53。

(f) 在 1% 的显著性水平下,根据该结果评论全职和兼职员工的政策认知情况。

(g) 解释 (c) 和 (f) 的答案。

解答

(a)

解法一

思路

展开

按全职与兼职两层在总体中的比例分配 200 个名额,分别得到 120 与 80。随后必须在每一层内部独立编号并用随机数抽取,不能只写出人数而省略随机抽样步骤。

答题过程

展开

The required numbers from the two strata are

full-time:200(600010000)=120,part-time:200(400010000)=80.\begin{align*} \text{full-time}:&\quad 200\left(\frac{6000}{10000}\right)=120,\\ \text{part-time}:&\quad 200\left(\frac{4000}{10000}\right)=80. \end{align*}

Label the full-time staff from 1 to 6000 and the part-time staff from 1 to 4000. Use random numbers to select 120 different labels from the full-time list and 80 different labels from the part-time list.

(b)

解法一

思路

展开

分层抽样按总体结构分配样本,保证全职与兼职员工都按其人口比例得到代表,避免简单随机样本偶然对某一类抽得过多或过少。

答题过程

展开

A stratified sample reflects the proportions of full-time and part-time staff in the workforce, so both types of staff are appropriately represented. This can reduce sampling variability compared with a simple random sample.

(c)

解法一

思路

展开

两个样本独立且样本量都为 80,可对两个总体均值之差作双尾大样本检验。用两组样本方差估计总体方差,先计算差值的标准误,再把 zz 统计量与 1%1\% 双尾临界值 ±2.5758\pm2.5758 比较。

答题过程

展开

Let μf\mu_f and μp\mu_p be the population mean awareness scores for full-time and part-time staff respectively.

H0:μf=μp,H1:μfμp.H_0:\mu_f=\mu_p, \qquad H_1:\mu_f\ne\mu_p.

The estimated standard error of the difference between the sample means is

se(XfXp)=2180+1980=4080=12=0.707107.\begin{align*} \operatorname{se}(\overline{X}_f-\overline{X}_p) =&\,\sqrt{\frac{21}{80}+\frac{19}{80}}\\ =&\,\sqrt{\frac{40}{80}}\\ =&\,\sqrt{\frac12}\\ =&\,0.707107\ldots. \end{align*}

Therefore, the test statistic is

z=xfxpse(XfXp)=52500.707107=22=2.828.\begin{align*} z =&\,\frac{\overline{x}_f-\overline{x}_p} {\operatorname{se}(\overline{X}_f-\overline{X}_p)}\\ =&\,\frac{52-50}{0.707107\ldots}\\ =&\,2\sqrt{2}\\ =&\,2.828\ldots. \end{align*}

For a two-tailed test at the 1%1\% significance level, the critical values are ±2.5758\pm2.5758. Since

2.828>2.5758,|2.828|>2.5758,

the result is significant and H0H_0 is rejected. There is evidence, at the 1%1\% significance level, of a difference between the mean policy awareness scores of full-time and part-time staff.

Equivalently, the two-tailed p-value is approximately 0.004680.00468, which is less than 0.010.01 and gives the same conclusion.

(d)

解法一

思路

展开

中央极限定理关注的是样本均值的抽样分布,而不是要求每名员工的原始分数本身服从正态分布。两组样本量均为 80,因此两组样本均值都可近似看作正态分布,从而支持 (c) 的正态检验。

答题过程

展开

Since both sample sizes are large, the Central Limit Theorem implies that the sampling distributions of the mean score for full-time staff and the mean score for part-time staff are both approximately normal, even if the underlying score distributions are not normal. Hence their independent difference is also approximately normal, justifying the normal test used in part (c).

(e)

解法一

思路

展开

计算标准误时把样本方差 21211919 分别当作两总体方差的估计,因此所作假设是两组样本方差可代替对应的总体方差。

答题过程

展开

For the purpose of this test, it is assumed that each sample variance is equal to the corresponding population variance; that is,

sf2=σf2,sp2=σp2.s_f^2=\sigma_f^2, \qquad s_p^2=\sigma_p^2.

(f)

解法一

思路

展开

培训后仍使用 (c) 的 1%1\% 双尾检验标准。给定的 z=2.53z=2.53 没有超过正临界值 2.57582.5758,所以结果不显著,不能拒绝两类员工平均认知分数相同的原假设。

答题过程

展开

Using the same two-tailed 1%1\% test as in part (c), the critical values are ±2.5758\pm2.5758. Since

2.53<2.5758,|2.53|<2.5758,

the result is not significant and H0H_0 is not rejected. There is insufficient evidence, at the 1%1\% significance level, of a difference between the mean policy awareness scores of full-time and part-time staff after training.

(g)

解法一

思路

展开

(c) 表明培训前两类员工的平均政策认知分数有显著差异,而 (f) 表明培训后已没有显著差异;结合两次检验,可解释为培训缩小并消除了原先可检测到的差距。

答题过程

展开

Before the training course there was a significant difference between the mean awareness scores of full-time and part-time staff, but after training there was no significant difference. Therefore, the training course appears to have closed the gap between the two types of staff.