susan.meng Wrote:A committee of three people is to be chosen from four married couples. What is the number of different committees that can be chosen if two people who are married to each other cannot both serve on the committee?
a. 16
b. 24
c. 26
d. 30
e. 32
the fastest way here is to use the SLOT METHOD. (combinatorics formulas are walking death on this problem; they pretty much just don't work, because of the restrictions imposed in the problem.)
as usual, the slot method has three steps.
1 * CREATE THE SLOTS you have three decisions to make (3 members on the committee), so there are three slots.
2 * FILL IN THE SLOTS WITH THE #'S OF OPTIONS for the first slot, there are
8 options (you can pick anyone).
for the second slot, there are
6 options (you can't pick the first person, and, per the restriction, you can't pick that person's spouse).
for the third slot, there are
4 options (you can't pick either of the first two people, OR either of their spouses).
-- so, the slots are filled in with 8, 6, 4.
3 * DIVIDE BY THE FACTORIAL IF ORDER DOESN'T MATTER here, order doesn't matter, since you're just picking "a committee" (with no distinctions between the three positions on the committee). so
divide by 3!.
so the answer is
(8 x 6 x 4) / 3!
= 8 x 4 (since 3! = 6, and so those two terms cancel)
= 32.
ans (e)