Asked by Rahul
Suppose that only 25% of all drivers come to a complete stop at an intersection having flashing red lights
in all directions when no other cars are visible. What is the probability that, of 20 randomly chosen drivers
coming to an intersection under these conditions, at least 2 will come to a complete stop?
in all directions when no other cars are visible. What is the probability that, of 20 randomly chosen drivers
coming to an intersection under these conditions, at least 2 will come to a complete stop?
Answers
Answered by
R_scott
this is a binary problem ... s is stop , n is not stop
p(s) = .25 , p(n) = .75
(n + s)^20 = n^20 + 20 n^19 s + ... + 20 n s^19 + s^20
p(s ≥ 2) = 1 - [.75^20 + 20 (.75^19 * .25)]
p(s) = .25 , p(n) = .75
(n + s)^20 = n^20 + 20 n^19 s + ... + 20 n s^19 + s^20
p(s ≥ 2) = 1 - [.75^20 + 20 (.75^19 * .25)]
Answered by
Gugu Mnisi
74
There are no AI answers yet. The ability to request AI answers is coming soon!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.