A commuter drives to work each morning. The route she takes each day includes 25
stoplights. Assume the probability each stoplight is red when gets to it, is 0.35 and that these
stoplights are independent. What is the distribution for X, the number of times she must stop for
a red light on her way to work? Evaluate 𝑃(𝑋 = 4) 𝑎𝑛𝑑 𝑃(𝑋 ≥ 5)
Since each stoplight has the same probability being red and all the stotlights are independent, then X has binomial distribution Bin(n, p), where n - number of spotlights, p - probability of being red. In the given case we have
X ~ Bin(25, 0.35)
As i understand, by "the number of times she must stop for a red light on her way to work" means "the number of times she most likely will stop for a red light on her way to work", which means we should evaluate the expected value of X
E(X) = np = 25*0.35 = 8.75
Since for any given day the number of stops must be integer, then we should find out whether it's 8 or 9 times
The answer is 9
Comments