Question 724005
Assume that 60% of the cars on a particular freeway are traveling faster than 70 miles per hour. A random sample of 15 cars was observed under normal driving conditions with no police car in sight. What is the probability that 8 or more of them were going faster than 70 miles per hour?
-----
Binomial Problem with n = 15 and p(70+) = 0.60
----
P(8<= x <=15) = 1 - binomcdf(15,0.60,7) = 0.7869
===================
Cheers,
Stan H.
===================