Show that \[\binom{n}{0} + \binom{n+1}{1} + ... + \binom{n+r}{r} = \binom{n+r+1}{r}\]
We can try and show this via an algebraic inductive proof.
Inductive step
Assume that the formula holds for \(r\) and show that it also holds for \(r + 1\). \[\binom{n}{0} + \binom{n+1}{1} + ... + \binom{n+r}{r} + \binom{n+r+1}{r+1}\] We can rewrite the sum without the last element (i.e \(\binom{n}{0} + \binom{n+1}{1} + ... + \binom{n+r}{r}\)) as \(\binom{n+r+1}{r}\). Then we reduce the expression to: \[\binom{n+r+1}{r} + \binom{n+r+1}{r+1} = \frac{(n+r+1)!}{r!(n+1)!} + \frac{(n+r+1)!}{(r+1)!n!} = \frac{(r+1)(n+r+1)! + (n+1)(n+r+1)!}{(r+1)!(n+1)!} = \frac{(n+r+1)!(n+r+2)}{(r+1)!(n+1)!} = \frac{(n+r+2)!}{(r+1)!(n+1)!}\] And observe that this is equal to: \[\binom{n+r+2}{r+1} = \frac{(n+r+2)!}{(r+1)!(n+1)!}\] so we conclude that: \[\binom{n+r+1}{r} + \binom{n+r+1}{r+1} = \binom{n+r+2}{r+1}\] which is what we set out to prove. QED.