Topic Permutations and Combinations A club has 14 members a
Topic: Permutations and Combinations
A club has 14 members.
a) How many ways can a governing commitee of size 3 be chosen?
b) How many ways can a president, vice president, and treasurer be chosen?
c) How many ways can a president, vice president, and treasurer be chosen if two specified club members refuse to serve together?
Solution
a) nCr (14, 3) = 14! / [3! * (14-3)!] = 364
b) nPr (14, 3) = 14! / (14 -3)! = 2184
c)
Neither of the two: nPr (12, 3) = 12! / (12 -3)! = 1320
One of the two: 2C1 * nPr (12, 2) = 2 * 12! / (12 -2)! = 792
Total = 1320 + 792 = 2112
