题目
Problem
The weights of women boxers in a tournament are normally distributed with mean 64 kg and standard deviation 8 kg.
(a) Find the probability that a randomly chosen woman boxer in the tournament weighs less than 51 kg.
(3)
In the tournament, women boxers who weigh less than 51 kg are classified as lightweight. Ren weighs 49 kg and she has a match against another randomly selected, lightweight woman boxer.
(b) Find the probability that Ren weighs less than the other boxer.
(4)
In the tournament, women boxers who weigh more than H kg are classified as heavyweight.
Given that 10% of the women boxers in the tournament are classified as heavyweight,
(c) find the value of H.
(3)
解答
(a)
解法一
思路
展开
标准化 51,然后求左尾概率。
答题过程
展开
Let W be the weight.
W∼N(64,82).
Then
P(W<51)=P(Z<851−64)=P(Z<−1.625).
Using tables,
P(W<51)≈0.052.
(b)
解法一
思路
展开
对手已知是 lightweight,所以条件是 W<51。Ren weighs less than the other boxer 表示对手体重大于 49。
答题过程
展开
We need
P(W>49∣W<51).
So
P(W>49∣W<51)=P(W<51)P(49<W<51).
Now
P(W<49)=P(Z<849−64)=P(Z<−1.875).
Thus
P(49<W<51)=P(W<51)−P(W<49).
Using the normal probabilities,
P(49<W<51)=0.02168….
Therefore
P(W>49∣W<51)=0.05208…0.02168…=0.416….
So the probability is approximately
0.42.
(c)
解法一
思路
展开
最重 10% 是右尾 0.10,对应 z=1.2816。
答题过程
展开
Since P(W>H)=0.10,
8H−64=1.2816.
Therefore
H=64+1.2816(8)=74.2528.
So
H=74.3 kg.