SOLUTION: the probability that the yankees will win the World Series is 3/4. what is the probability that the yankees will win the world series at least 4 times during the next 5 years?
Algebra ->
Probability-and-statistics
-> SOLUTION: the probability that the yankees will win the World Series is 3/4. what is the probability that the yankees will win the world series at least 4 times during the next 5 years?
Log On
Question 874719: the probability that the yankees will win the World Series is 3/4. what is the probability that the yankees will win the world series at least 4 times during the next 5 years? Answer by ewatrrr(24785) (Show Source):
Hi
p = .75 , n = 5
P(x ≥ 4) = P(4)+P(5) 0r = 1 - binompdf(5, .75,3)= .6328
Using
p and q are the probabilities of success and failure respectively.
In this case p= .75, q = .25 and n = 5
P(4)+P(5) = 5C4(.75)^4(.25)^1 + 5C5(.75)^5(.25)^0