Bunuel
A five-person team is to be formed from a pool of 6 East All Stars and 6 West All Stars. What is the probability that the team will contain at least 2 East All Stars?
A. 29/33
B. 81/169
C. 57/120
D. 47/144
E. 119/720
At least 2 East All stars can mean a few different scenarios given the information in the question stem.
Total Pool: 6 East All Stars and 6 West All Stars
Out of a five-person team, we can have:
2 East All Stars and 3 West All Stars OR
3 East All Stars and 2 West All Stars OR
4 East All Stars and 1 West All Star OR
5 East All Stars
Using the probability formula:
Favorable cases/ Total Cases
P(First Scenario) :
2 East and 3 West
6C2 x 6C3 / 12C5 =
15 x 20 / 792 = 300 / 792
P(Second Scenario) :
3 East and 2 West
6C3 x 6C2 / 12C5 =
20 x 15 / 792 = 300 / 792
P(Third Scenaro) :
4 East and 1 West
6C4 x 6C1 / 12C5 =
15 x 6 / 792 = 90 / 792
P(Fourth Scenario) :
5 East
6C5 / 12C5 =
6 / 792
Probability of At Least 2 East All Stars =
P(first) + P(second) + P(third) + P(fourth)
300/792 + 300/792 + 90/792 + 6/792 =
696/792 which simplifies to 29/33
Option A
Posted from my mobile device