Suppose that only 20% of all drivers come to a complete stop at an intersection having flashing lights in all directions when no other cars are visible. What is the probability that, of 15 randomly chosen drivers coming to an intersection under these conditions
a) At most 6 will come to a complete stop?
b) Exactly 6 will come to a complete stop?
c) At least 6 will come to a complete stop?
d) How many of next 20 drivers do you expect to come to complete stop?
Please show work when completely this. I am really confused.
X ~ Binomial (n,p)
Where n = 15 , p = 0.20
Binomial probability distribution is
P(X) = nCx px ( 1- p)n-x
a )
P( at most 6) = P( X <= 6)
= P( X = 0) + P( X = 1)+P( X = 2)+P( X = 3)+P( X = 4)+P( X = 5)+P( X = 6)
= 15C0 0.200 0.8015 +15C1 0.201 0.8014 +15C2 0.202 0.8013 +15C3 0.203 0.8012 +
15C4 0.204 0.8011 +15C5 0.205 0.8010 +15C6 0.206 0.809
= 0.9819
b)
P( X = 6) = 15C6 0.206 0.809
= 0.0430
c)
P(at least 6) = P( X >= 6)
= 1 - P( X <= 5)
= 1 - [ 15C0 0.200 0.8015 +15C1 0.201 0.8014 +15C2 0.202 0.8013 +15C3 0.203 0.8012 +
15C4 0.204 0.8011 +15C5 0.205 0.8010 ]
= 1 - 0.9389
= 0.0611
d)
Here number of drivers n = 20
E(X) = n * p
= 20 * 0.20
= 4
Of the next 20 drivers number of drivers we expect to come to complete stop = 4
Get Answers For Free
Most questions answered within 1 hours.