Consider:
$$\sum\limits_{t = 0}^k {\left( {\begin{array}{*{20}{c}} {n + t} \\ n \\ \end{array}} \right)} = \left( {\begin{array}{*{20}{c}} {n + k + 1} \\ {n + 1} \\ \end{array}} \right)$$
First, I'm not supposed to solve it algebraically. Instead, I need to use combinatorics rationalization.
The right-hand side can be described as the number of possibilities to choose a $n+k+1$ long binary word containing $n+1$ $1$'s.
Now, If we showed the left-hand side can also describe this, then we would solve the problem.
I understood the left-hand side can be described as follows:
First, place $1$ at one of the cells between $n$ and $n+k+1$.
Every cell right to it would contain $0$.
Now choose $n$ other cells to be $1$.
I don't understand it completely why is it the same as the right-hand side.
Be glad for clarifications.
Thanks.