Two tour guides are leading six tourists. The guides decide to split up. Each tourist must choose one of the guides, but with the stipulation that each guide must take at least one tourist. How many different groupings of guides and tourists are possible?
- A)
- B)
- C)
- D)
- E)
Answer
D
Key insight
Each tourist independently picks one of two guides, 2^6 ways; subtract the 2 assignments in which one guide gets nobody.
Solution
Ignore the restriction first. Each of the six tourists has two choices of guide, and the choices are independent, so there are ways to assign tourists to guides.
Exactly two of those assignments violate the rule: all six choose the first guide, or all six choose the second. Remove them:
The answer is .
Why this works
"At least one in each group" is a classic signal for complementary counting: the unrestricted count is a clean power of , and the forbidden cases are few and easy to list. Note the guides are distinct, so sending everyone to guide A is different from sending everyone to guide B; that is why , not , is subtracted.
Alternative approach
Sum over how many tourists go with the first guide: .
The trap
Dividing by 2 because the two groups look interchangeable, but the guides are distinct people so the groupings are ordered.
Common mistakes
- Dividing by because the two groups look interchangeable, but the guides are distinct people so the groupings are ordered.
- Forgetting to subtract the empty-group cases and answering , or subtracting only one of them and getting .
Techniques
Count the complement and subtract from the total