Section Solutions for Chapter 4
Solutions to Exercise 4.1.3
Solutions to Exercise 4.2.10
Counting method 1: From the \(\displaystyle n\) dogs, we first choose the \(\displaystyle r\) who will enter the competition. This can be done in \(\displaystyle \binom{n}{r}\) ways. For each of these ways, we can choose \(\displaystyle k\) of the \(\displaystyle r\) competitors to become finalists in \(\displaystyle \binom{r}{k}\) ways. Thus, there are a total of \(\displaystyle \binom{n}{r}\binom{r}{k}\) ways to choose the dogs.
Counting method 2: From the \(\displaystyle n\) dogs, choose \(\displaystyle k\) who will be the finalists. This can be done in \(\displaystyle \binom{n}{k}\) ways. For each of these ways, we can look at the remaining \(\displaystyle n-k\) dogs and choose \(\displaystyle r-k\) to be the competitors who will not be finalists, in \(\displaystyle \binom{n-k}{r-k}\) ways. Thus, there are a total of \(\displaystyle \binom{n}{k}\binom{n-k}{r-k}\) ways to choose the dogs.
Conclusion: Since both of these solutions count the answer to the same problem, the answers must be equal, so we have \(\displaystyle \binom{n}{r}\binom{r}{k}=\binom{n}{k}\binom{n-k}{r-k}\text{.}\) ◾Counting method 1: From the \(\displaystyle 2n\) total people, choose \(\displaystyle n\) of them for the random sample. This can be done in \(\displaystyle \binom{2n}{n}\) ways.
Counting method 2: Let \(\displaystyle r\) represent the number of men who will be in the sample. Notice that \(\displaystyle r\) may have any value from \(\displaystyle 0\) up to \(\displaystyle n\text{.}\) We divide the problem into these \(\displaystyle n+1\) cases, and take the sum of all of the answers. In each case, we can choose the \(\displaystyle r\) men for the sample from the \(\displaystyle n\) men, in \(\displaystyle \binom{n}{r}\) ways. For each of these ways, from the \(\displaystyle n\) women, we choose \(\displaystyle r\) who will not be part of the sample (so the remaining \(\displaystyle n-r\) will be in the sample, for a total of \(\displaystyle r+n-r=n\) people in the sample). There are \(\displaystyle \binom{n}{r}\) ways to do this. Thus the total number of ways of choosing \(\displaystyle r\) men and \(\displaystyle n-r\) women for the sample is \(\displaystyle \binom{n}{r}^2\text{.}\) Adding up the solutions for all of the cases, we obtain a final answer of \(\displaystyle \sum_{r=0}^n\binom{n}{r}^2\text{.}\)
Conclusion: Since both of these solutions count the answer to the same problem, the answers must be equal, so we have \(\displaystyle \sum_{r=0}^n\binom{n}{r}^2=\binom{2n}{n}\text{.}\) ◾