The problem: Find $$\sum_{r=0}^{10} \binom{10+r}{r}\cdot\binom{20-r}{10-r}$$
I do not even know how to approach this problem. None of the standard binomials or their combinations that I consider like $(1+x)^n$ or $(1-x)^{-n}$ seem to work. Would anyone please provide a hint on how to approach this?
This is expected to be solved by only using high school techniques and considering basic polynomials of the form $(1+x)^n$ and $(1+x)^{-n}$.
First off, use the identity $$\binom{n}{k} = \binom{n}{n - k}$$ to simplify the sum to $$\sum_{r = 0}^{10} \binom{10 + r}{10} \binom{20 - r}{10}.$$ Now, using the convention that $\binom nk = 0$ if $k < 0$ or $k > n$, this can be simplified even further into $$\sum_{r = -10}^{20}\binom{10 + r}{10} \binom{20 - r}{10} = \sum_{s = 0}^{30} \binom{s}{10}\binom{30 - s}{10},$$ where we've made the substitution $s = r + 10$. This sum count up the number of ways we can split a line of $30$ balls into a left and right group and choose $10$ balls from each group. Another way to do this would be to choose $21$ balls out of a line of $31$ balls, and split the groups according to the $11$th ball chosen (removing it from the line). This means that the answer is $$\binom{31}{21} = \binom{31}{10} = \boxed{44352165}.$$