Suppose speeds of vehicles on a particular stretch of roadway are normally distributed with mean 36.6 mph and standard deviation 1.7 mph. Find the probability that the mean speed of 20 randomly selected vehicles is between 35 and 40 mph
1
Expert's answer
2022-01-04T12:00:30-0500
Let X= the mean speed of 20 randomly selected vehicles: X∼N(μ,σ2/n).
Given μ=36.6mph,σ=1.7mph,n=20
P(35<X<40)=P(X<40)−P(X≤35)
=P(Z<σ/n40−μ)−P(Z≤σ/n35−μ)
=P(Z<1.7/2040−36.6)−P(Z≤1.7/2035−36.6)
≈P(Z<8.944272)−P(Z≤−4.209069)
≈1−0.000013≈0.999987
The probability that the mean speed of 20 randomly selected vehicles is between 35 and 40 mph is 0.999987.
Comments