Give a combinatorial argument with double counting showing that $$ \Bigg[\binom{n}{0}+\binom{n}{1}+\dots+\binom{n}{n}\Bigg]^{2} = \sum_{k=0}^{2n}\binom{2n}{k}$$
I am unsure on how to approach this problem from a combinatorial argument perspective. I have found an analytical proof using the binomial theorem, but can't formulate an explanation in the former way.
From my understanding, $\displaystyle \sum_{k=0}^{n} {n \choose k}$ represents the number of ways we can chose a set of $k$ objects from a group of $n$ objects, for $k \le n$. So this quantity squared should be equivalent the number of ways to pick a set of $k$ objects from a group of $2n$ objects.
Could anyone provide me any hints on how to approach this problem combinatorically ?
Let's say we have $n$ pizzas and they either have cheese or don't have cheese. Each pizza can have cheese or no cheese, $2$ choices for $n$ pizzas, so $2^n$ ways. However, you can also calculate it this way. First, find the number of ways to have $0$ no cheese and $n$ cheese. We can choose $0$ pizza to be no cheese, so $n \choose 0$. Also, we can have $1$ no cheese and $n-1$ cheese, so choose $1$ pizza to have $1$ no cheese out of $n$ pizzas, thus we get $n \choose 1$. See where we are going? We keep on calculating through and eventually get the sum ${n \choose 0} + {n \choose 1} + \dots + {n \choose {n-1}} +{n \choose n}$, and we know this is equal to $2^n$, so this sum squared should be $2^{2n}$
Now look at the right side. Each pizza can have cheese or no cheese, $2$ choices for $2n$ pizzas, so $2^{2n}$ ways. However, you can also calculate it this way. First, find the number of ways to have $0$ no cheese and $2n$ cheese. We can choose $0$ pizza to be no cheese, so $2n \choose 0$. Also, we can have $1$ no cheese and $2n-1$ cheese, so choose $1$ pizza to have $1$ no cheese out of $2n$ pizzas, thus we get $2n \choose 1$. See where we are going? We keep on calculating through and eventually get the sum ${2n \choose 0} + {2n \choose 1} + \dots + {2n \choose {n-1}} +{2n \choose n}$, and we know this is equal to $2^{2n}$.
So, we have shown both sides equal to $2^{2n}$, thus we are done.