返回题库

不一致的面包师

Inconsistent Bakers

专题
Statistics / 统计
难度
L2

题目详情

一家甜甜圈店有 2525 不同的面包师,每个人都烘焙甜甜圈。每个面包师的产出都是独立于其他面包师的。碰巧的是,每个面包师的甜甜圈输出的标准偏差是 1010。面包师制作的甜甜圈平均数量的标准偏差是多少?

A donut shop has 2525 different bakers, each of whom bake donuts. Each baker's output is independent from the others. It so happens that the standard deviation in donut output for each baker is 1010. What is the standard deviation in the average number of donuts made by a baker?

解析

如果面包师输出的标准差为 1010,则方差为 σbakery2=102=100\sigma_{bakery}^2 = 10^2=100

由于面包店的总产量是独立随机变量的总和,因此制作的甜甜圈总数的方差就是方差之和: σbakery2=25100=2500\sigma_{bakery}^2 = 25\cdot100=2500 我们对平均值感兴趣,可以将其表示为总产量除以面包师数量。将数字缩放 nn 会缩放 n2n^2 的方差,因此将总输出缩放 125\frac1{25} 来求平均值意味着烘焙甜甜圈的平均数量的方差将缩放 1625\frac1{625}σμ2=2500625=4σμ=2\sigma_{\mu}^2 = \frac{2500}{625} = 4 \rightarrow \sigma_{\mu} = \boxed2 (请注意,此过程与将 σ\sigma 除以 n\sqrt{n} 相同,其中 nn 是群体大小)


Original Explanation

If the standard deviation of a baker's output is 1010, the variance is σbakery2=102=100\sigma_{bakery}^2 = 10^2=100

Since the total output of the bakery is the sum of independent random variables, the variance in the total number of donuts made is the sum of the variances:

σbakery2=25100=2500\sigma_{bakery}^2 = 25\cdot100=2500

We are interested in the average, which is can be notes as total output over number of bakers. Scaling a number by nn scales variance by n2n^2, therefore scaling total output by 125\frac1{25} to find average means that the variance of the average number of donuts baked will be scaled by 1625\frac1{625}.

σμ2=2500625=4σμ=2\sigma_{\mu}^2 = \frac{2500}{625} = 4 \rightarrow \sigma_{\mu} = \boxed2

(Note that this process is the same as dividing σ\sigma by n\sqrt{n} where nn is population size)