题目
Problem
In this question you must show all stages of your working.
Solutions relying entirely on calculator technology are not acceptable.
The distances, m miles, a motorbike travels on a full tank of petrol can be modelled by a normal distribution with mean 170 miles and standard deviation 16 miles.
(a) Find the probability that, on a randomly selected journey, the motorbike could travel at least 190 miles on a full tank of petrol.
(2)
The probability that, on a randomly selected journey, the motorbike could travel at least d miles on a full tank of petrol is 0.9.
(b) Find the value of d.
(3)
解答
(a)
解法一
思路
展开
设 X 表示满油可行驶距离,则 X∼N(170,162)。先标准化 190,再查标准正态表。
答题过程
展开
Let
X∼N(170,162).
Then
P(X⩾190)==P(Z⩾16190−170)P(Z⩾1.25).
Using the standard normal distribution table,
P(Z⩾1.25)===1−P(Z<1.25)1−0.89440.1056.
Therefore
P(X⩾190)=0.106
to 3 significant figures.
(b)
解法一
思路
展开
P(X⩾d)=0.9 表示 d 在平均数左边,而且左侧概率是 0.1。查标准正态表可得对应的 z 值大约是 −1.2816。
答题过程
展开
Since
P(X⩾d)=0.9,
we have
P(X<d)=0.1.
The corresponding standard normal value is
z=−1.2816.
So
16d−170=−1.2816.
Hence
d==170−1.2816(16)149.4944.
Therefore
d=149
to 3 significant figures.