In: Statistics and Probability
Suppose that the speed at which cars go on the freeway is normally distributed with mean 75 mph and standard deviation 8 miles per hour. Let X be the speed for a randomly selected car. Round all answers to 4 decimal places where possible. a. What is the distribution of X? X ~ N(,) b. If one car is randomly chosen, find the probability that it is traveling more than 77 mph. c. If one of the cars is randomly chosen, find the probability that it is traveling between 77 and 81 mph. d. 82% of all cars travel at least how fast on the freeway? mph.
a) The distribution of X is normal. X ~ N(75, 82)
b) P(X > 77)
= P((X - )/ > (77 - )/)
= P(Z > (77 - 75)/8)
= P(Z > 0.25)
= 1 - P(Z < 0.25)
= 1 - 0.5987
= 0.4013
c) P(77 < X < 81)
= P((77 - )/ < (X - )/ < (81 - )/)
= P((77 - 75)/8 < Z < (81 - 75)/8)
= P(0.25 < Z < 0.75)
= P(Z < 0.75) - P(Z < 0.25)
= 0.7734 - 0.5987
= 0.1747
d) P(X > x) = 0.82
or, P((X - )/ > (x - )/) = 0.82
or, P(Z > (x - 75)/8) = 0.82
or, P(Z < (x - 75)/8) = 0.18
or, (x - 75)/8 = -0.92
or, x = -0.92 * 8 + 75
or, x = 67.64