SOLUTION: Assume that 67% 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 po
Algebra ->
Probability-and-statistics
-> SOLUTION: Assume that 67% 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 po
Log On
Question 450299: Assume that 67% 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? Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! Assume that 67% 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 = 0.67
---
P(8<= x <=15) = 1-P(0<= x <=7) = 1 - binomcdf(15,0.67.7) = 0.9163
==============
Cheers,
Stan H.
============