Suppose that the New England Colonials baseball team is equally likely to win a game as not to win it. If 5 Colonials games are chosen at random, what is the probability that exactly 3 of those games are won by the Colonials? Round your response to at least three decimal places.
In above problem, P(win) = P(not win) = 1/2 = 0.5
This is a direct application of Binomial distribition.
Let X be a number of games won by the Colonials among 5 games.
Here, X ~ Binomial ( n = 5, p = 0.5)
probability mass function of X is,
P(X = x) = nCx px (1 - p)n-x
We want to find, P(X = 3),
P(X = 3)
= 5C3 * (0.5)3 *(1- 0.5)5-3
= 10 * (0.5)3 * (0.5)2
= 10 * (0.5)5
= 10 * 0.03125
= 0.3125
=> P(X = 3) = 0.3125
Therefore, the probability that exactly 3 of those games are won by the Colonials is 0.3125
Get Answers For Free
Most questions answered within 1 hours.