SOLUTION: Suppose that only 65% of all drivers in a certain state wear a seat belt. A random sample of 80 drivers is selected. What is the probability that more than forty-two drivers wear a

Algebra ->  Probability-and-statistics -> SOLUTION: Suppose that only 65% of all drivers in a certain state wear a seat belt. A random sample of 80 drivers is selected. What is the probability that more than forty-two drivers wear a      Log On


   



Question 724909: Suppose that only 65% of all drivers in a certain state wear a seat belt. A random sample of 80 drivers is selected. What is the probability that more than forty-two drivers wear a seat belt?
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
Suppose that only 65% of all drivers in a certain state wear a seat belt. A random sample of 80 drivers is selected. What is the probability that more than forty-two drivers wear a seat belt?
----------------------
Binomial Problem with n = 80 and p(wear) = 0.65
---
P(43<= x <=80) = 1 - binomcdf(80,0.65,42) = 0.9858
=======================
Cheers,
Stan H.