题目
Problem
A market stall sells vegetables. Two of the vegetables sold are broccoli heads and cabbages.
The weights of these broccoli heads, B kilograms, follow a normal distribution
B∼N(0.588,0.0842)
The weights of these cabbages, C kilograms, follow a normal distribution
C∼N(0.908,0.0392)
(a) Find the probability that the total weight of two randomly chosen broccoli heads is
less than the weight of a randomly chosen cabbage.
(4)
Broccoli heads cost £2.50 per kg and cabbages cost £3.00 per kg.
Jaymini buys 1 broccoli head and 2 cabbages, chosen randomly.
(b) Find the probability that she pays more than £7
(4)
The market stall offers a discount for buying 5 or more broccoli heads. The price with the
discount is £w per kg.
Let £D be the price with the discount of 5 broccoli heads.
(c) Find, in terms of w, the mean and standard deviation of D
(2)
Given that P(D < 6) < 0.1
(d) find the smallest possible value of w, giving your answer to 2 decimal places.
(4)
(Total 14 marks)
题目中文翻译
一个菜摊出售蔬菜。其中两种蔬菜分别是西兰花和卷心菜。
这些西兰花的重量 B(单位:千克)服从正态分布
B∼N(0.588,0.0842)
这些卷心菜的重量 C(单位:千克)服从正态分布
C∼N(0.908,0.0392)
(a) 求两颗随机选取的西兰花总重量小于一颗随机选取的卷心菜重量的概率。
(b) 西兰花每千克 £2.50,卷心菜每千克 £3.00。
Jaymini 随机购买 1 颗西兰花和 2 颗卷心菜。
求她支付超过 £7 的概率。
(c) 以 w 英镑每千克出售 5 颗或以上西兰花时可享受折扣。
设 £D 为 5 颗西兰花的折扣价格。
求 D 的均值和标准差,用 w 表示。
(d) 已知 P(D < 6) < 0.1,求 w 的最小可能值,答案保留 2 位小数。
解答
(a)
解法一
思路
展开
设两颗西兰花总重量减去一颗卷心菜重量为 X。独立正态变量的线性组合仍服从正态分布;相减时均值相减,但方差仍相加。所求事件就是 X<0。
答题过程
展开
Let
X=B1+B2−C.
Assuming that the randomly chosen vegetables have independent weights,
E(X)==2(0.588)−0.9080.268,
and
Var(X)==2(0.0842)+0.03920.015633.
Therefore,
X∼N(0.268,0.015633).
Hence
P(B1+B2<C)====P(X<0)P(Z<0.0156330−0.268)P(Z<−2.143…)0.0160.
Using rounded normal tables gives 0.0162, which is also acceptable.
(b)
解法一
思路
展开
把总价写成各重量的线性组合:西兰花重量乘 2.5,两颗卷心菜重量分别乘 3。计算线性组合的方差时,各系数需要平方。
答题过程
展开
Let Y be the total cost. Then
Y=2.5B+3C1+3C2.
Its mean is
E(Y)==2.5(0.588)+2(3)(0.908)6.918,
and its variance is
Var(Y)==2.52(0.0842)+2(32)(0.0392)0.071478.
Thus
Y∼N(6.918,0.071478),
so
P(Y>7)===P(Z>0.0714787−6.918)P(Z>0.3067…)0.3795.
(c)
解法一
思路
展开
五颗西兰花的总重量均值和方差分别是单颗的 5 倍;总价 D 是总重量乘以每千克价格 w,所以均值乘 w,标准差也乘 w。
答题过程
展开
The total cost is
D=w(B1+B2+B3+B4+B5).
Therefore,
E(D)==5w(0.588)2.94w,
and
SD(D)==w5(0.0842)0.0845w.
(d)
解法一
思路
展开
由 (c) 标准化 D。因为标准正态分布的第 10 百分位数为 −1.2816,要使 P(D<6)<0.1,对应的标准化界值必须小于 −1.2816。解出 w 的下界,再按货币的两位小数选择最小可行值。
答题过程
展开
From part (c),
D∼N(2.94w,(0.0845w)2).
Since P(Z<−1.2816)=0.1, the condition P(D<6)<0.1 requires
0.0845w6−2.94w<−1.2816.
Since w>0,
6−2.94w<6<w>−1.2816(0.0845w)(2.94−1.2816(0.0845))w2.222…
Therefore, the smallest possible price per kilogram, to the nearest penny, is
w=2.23.