SOLUTION: According to a survey, 15% of city workers take the bus to work. Donatella randomly surveys 10 workers. What is the probability that exactly 6 workers take the bus to work? Round t
Algebra ->
Probability-and-statistics
-> SOLUTION: According to a survey, 15% of city workers take the bus to work. Donatella randomly surveys 10 workers. What is the probability that exactly 6 workers take the bus to work? Round t
Log On
Question 946187: According to a survey, 15% of city workers take the bus to work. Donatella randomly surveys 10 workers. What is the probability that exactly 6 workers take the bus to work? Round the answer to the nearest thousandth.
You can put this solution on YOUR website! According to a survey, 15% of city workers take the bus to work. Donatella randomly surveys 10 workers. What is the probability that exactly 6 workers take the bus to work? Round the answer to the nearest thousandth.
-------------
Binomial Problem with n = 10 a p(bus) = 0.15
----
P(x = 6) = 10C6*0.15^6*0.85^4 = binompdf(10,0.15,6) = 0.00125
------------
Cheers,
Stan H.
----------------