Section Solutions for Chapter 5
Solutions to Exercise 5.1.5
Solutions to Exercise 5.1.6
Counting method 1: By definition, the answer to this is \(\displaystyle \multiset{n}{k}\text{.}\)
Counting method 2: We divide our count into two cases, according to whether or not we choose any orders of mac and cheese. If we do not choose any mac and cheese, then we must choose our \(\displaystyle k\) items from the other \(\displaystyle n-1\) entries on the menu. We can do this in \(\displaystyle \multiset{n-1}{k}\) ways. If we do choose at least one order of mac and cheese, then we must choose the other \(\displaystyle k-1\) items from amongst the \(\displaystyle n\) entries on the menu (with mac and cheese still being an option for additional choices). We can do this in \(\displaystyle \multiset{n}{k-1}\) ways. By the sum rule, the total number of ways of making our selection is \(\displaystyle \multiset{n-1}{k}+\multiset{n}{k-1}\text{.}\)
Conclusion: Since both of these methods are counting the same thing, the answers must be equal, so \(\displaystyle \multiset{n}{k}=\multiset{n-1}{k}+\multiset{n}{k-1}\text{.}\) ◾