题目
Problem
The weights of packages delivered to Susie are normally distributed with a mean of 510 grams and a standard deviation of 45 grams.
(a) Find the probability that a randomly selected package delivered to Susie weighs less than 450 grams.
(3)
The heaviest 5% of packages delivered to Susie are delivered by Rav in his van, the others are delivered by Taruni on foot.
(b) Find the weight of the lightest package that Rav would deliver to Susie.
(3)
Susie randomly selects a package from those delivered by Taruni.
(c) Find the probability that this package weighs more than 450 grams.
(4)
On Tuesday there are 5 packages delivered to Susie.
(d) Find the probability that 4 are delivered by Taruni and 1 is delivered by Rav.
(3)
解答
(a)
解法一
思路
展开
标准化 450,再查左尾概率。
答题过程
展开
Let W be the weight of a package.
W∼N(510,452).
Then
P(W<450)=P(Z<45450−510)=P(Z<−1.333…).
Using symmetry,
P(W<450)=1−0.9082=0.0918.
(b)
解法一
思路
展开
最重的 5% 是右尾 0.05,对应 z=1.6449。
答题过程
展开
Let d be the required weight.
Since P(W>d)=0.05,
45d−510=1.6449.
Therefore
d=510+1.6449(45)=584.02….
The lightest package Rav would deliver weighs approximately
584 grams.
(c)
解法一
思路
展开
Taruni 送的是不属于最重 5% 的包裹,所以条件是 W<584。在这个条件下求 W>450。
答题过程
展开
We need
P(W>450∣W<584.02…).
So
P(W>450∣W<584.02…)=P(W<584.02…)P(450<W<584.02…).
Now
P(W<584.02…)=0.95
and
P(450<W<584.02…)=0.95−0.0918=0.8582.
Therefore
0.950.8582=0.903….
So the probability is approximately
0.903.
(d)
解法一
思路
展开
每个包裹由 Taruni 送的概率是 0.95,由 Rav 送的概率是 0.05。5 个中恰好 4 个 Taruni、1 个 Rav,用排列数乘上概率。
答题过程
展开
P=(15)(0.95)4(0.05).
Therefore
P=5(0.95)4(0.05)=0.2036….
So the probability is
0.204.