I'm not sure how to show that $[\sum\limits_{k = 0}^n\binom{n}{k}]^2=\sum\limits_{r = 0}^{2n}\binom{2n}{r}$. I've heard of $\sum\limits_{k = 0}^n {n \choose k}^2= {2n \choose n}$ but I still get nowhere. I have no idea where $r$ came from or why it's $2n$ above the sum.
2026-05-14 15:01:02.1778770862
Show that $[\sum\limits_{k = 0}^n\binom{n}{k}]^2=\sum\limits_{r = 0}^{2n}\binom{2n}{r}$
81 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
By using a basis propertie of Pascal's triangle the LHS can be written as
$$\left[\sum_{k=0}^n\binom{n}{k}\right]^2=[2^n]^2=2^{2n}=\sum_{r=0}^{2n}\binom{2n}{r}$$
The $r$ is just used as a new index to avoid confusions by naming two different variables $k$ for example.