The question seems to be missing the first line.
Let X = the random variable denoting the time taken to reach the hospital
We are given,
X ~ N( = 60, 2 = 82)
Then we have,
Z = ~ N(0, 1), Z is the standard normal variate
(a) The probability that a patient could be taken to the hospital in less than 50 seconds
P(X < 50)
= P()
= P(Z < -1.25)
= (- 1.25) = 0.1056
If 200 patient were selected at random the number of them could be taken to the hospital in less than 50 seconds = 200 x 0.1056 = 21.12 21 (rounded to the nearest integer)
Answer: The number of patients could be taken to the hospital in less than 50 seconds is 21.
(b) The probability that a patient could be taken to the hospital in more than 64 seconds
P(X > 64)
= P()
= P(Z > 0.5)
= 1 - P(Z 0.5)
= 1 - (0.5)
= 1 - 0.6915 = 0.3085
If 200 patient were selected at random the number of them could be taken to the hospital in more than 64 seconds = 200 x 0.3085 = 61.7 62 (rounded to the nearest integer)
Answer: The number of patients could be taken to the hospital in more than 64 seconds is 62.
Comments