题目
Problem
A manufacturer fills bottles with oil.
The volume of oil in a bottle, V ml, is normally distributed with V∼N(100,2.52)
(a) Find P(V>104.9)
(3)
(b) In a pack of 150 bottles, find the expected number of bottles containing more than 104.9 ml
(2)
(c) Find the value of v, to 2 decimal places, such that P(V>v∣V<104.9)=0.2801
(6)
解答
(a)
解法一
思路
展开
先标准化 104.9,再求右尾概率。
答题过程
展开
P(V>104.9)====P(Z>2.5104.9−100)P(Z>1.96)1−0.97500.0250.
(b)
解法一
思路
展开
Expected number = number of bottles × probability.
答题过程
展开
150(0.0250)=3.75.
The expected number of bottles is
3.75.
(c)
解法一
思路
展开
条件概率的分母是 P(V<104.9)=0.9750。条件 V>v 且 V<104.9 表示区间 v<V<104.9。
答题过程
展开
We need
P(V>v∣V<104.9)=0.2801.
So
P(V<104.9)P(v<V<104.9)=0.2801.
Since
P(V<104.9)=0.9750,
we get
P(v<V<104.9)=0.2801(0.9750).
Therefore
P(V<v)==0.9750−0.2801(0.9750)0.7019…
The standard normal value for 0.7019… is approximately
z=0.53.
Thus
2.5v−100=0.53.
So
v=100+0.53(2.5)=101.325.
Hence
v=101.33
to 2 decimal places.
解法二
思路
展开
条件概率补集法。
已知 P(V>v∣V<104.9)=0.2801。我们要求出 v 的值,可以先对其应用对立事件公式(补集法则):
P(V⩽v∣V<104.9)=1−P(V>v∣V<104.9)=1−0.2801=0.7199
根据条件概率定义,有:
P(V<104.9)P(V⩽v∩V<104.9)=0.7199
由于 v<104.9(因为 V>v 的条件概率非零),事件 V⩽v 必然完全包含在 V<104.9 之中。
因此交集部分可以直接化简为 P(V⩽v):
P(V<104.9)P(V⩽v)=0.7199⟹P(V⩽v)=0.7199×P(V<104.9)
代入 P(V<104.9)=0.9750 即可算得 P(V⩽v),最后标准化查表。这种方法通过先求補集,直接避免了分子中区间概率 P(v<V<104.9) 的拆分,使代数方程极为清爽。
答题过程
展开
Use the complement rule for conditional probability:
P(V<v∣V<104.9)===1−P(V>v∣V<104.9)1−0.28010.7199.
Since v<104.9, the event V<v is a subset of V<104.9. Therefore:
P(V<v∩V<104.9)=P(V<v).
By definition of conditional probability:
P(V<v∣V<104.9)==P(V<104.9)P(V<v)0.7199.
From part (a), we have P(V<104.9)=1−0.0250=0.9750.
So:
P(V<v)==0.7199×0.97500.7019…
Find the corresponding standard normal z-score for a cumulative probability of 0.7019:
z≈0.53.
Standardise v:
2.5v−100=v==0.53100+0.53(2.5)101.325.
So
v=101.33
to 2 decimal places.