Answer on Question #40451, Math, Statistics and Probability
41 republicans, 2 Independent, 57 Democrats. If 3 senators are selected at random, what is the probability that they will all be republicans? What is the possibility they will all be Democrats? What is the probability that there will be 1 from each party, including the Independent?
Solution
Ckn - the number of k-combinations from a given set of n elements.
Ckn=(n−k)!k!n!=k!n(n−1)(n−2)⋯(n−k+1),
where n! denotes the factorial of n.
Number of ways to select 3 senators from total N=41+2+57=100:
n(S)=C3100=161700.
Number of ways to select 3 republicans from 41:
n(R)=C341=10660.
The probability that they will all be republicans
P(R)=n(S)n(R)=16170010660=0.066.
Number of ways to select 3 democrats from 57:
n(D)=C357=29260.
The probability that they will all be democrats
P(D)=n(S)n(D)=16170029260=0.18.
Number of ways to select 1 from each party, including the Independent:
n(DRI)=C12C157⋅C141=2⋅57⋅41=4674.
The probability that there will be 1 from each party:
P(DRI)=n(S)n(DRI)=1617004674=0.029.
Comments