I'm trying to understand the proof by induction of: $$ (a+b)^n = \sum \limits_{k=0}^{n}\binom{n}{k}a^{n-k}b^{k} $$ I'm at the point of deriving the inductive step and am getting next: $$ (a+b)^{n+1} = (a+b)(a+b)^n=\dotsb = a^{n+1} + b^{n+1} + \sum_{k=1}^{n}\binom{n}{k}a^{n+1-k}b^{k} + \sum_{k=1}^{n}\binom{n}{k-1}a^{n-1-k}b^{k} $$
Now, I also have a solution to this problem, and in the solution the two summations are turned into exactly the middle elements of the series (since $a^{n+1}$ and $b^{n+1}$ are the first and the last elements of the series correspondingly) and we get a perfect proof. However, I don't understand how next was achieved:
$$ \sum_{k=1}^{n}\binom{n}{k}a^{n+1-k}b^{k} + \sum_{k=1}^{n}\binom{n}{k-1}a^{n-1-k}b^{k} = \sum_{k=1}^{n}\binom{n+1}{k}a^{n+1-k}b^{k} $$
Any advises and hints are welcome.
I think that you made a mistake in the first formula you got, it should be $$(a+b)^{n+1}=a^{n+1} + b^{n+1} + \sum_{k=1}^{n}\binom{n}{k}a^{n+1-k}b^{k} + \sum_{k=1}^{n}\binom{n}{k-1}a^{n+1-k}b^{k}$$ (in last term, $a^{n+1-k}$)
and then use the formula: $$\binom{n}{k}+\binom{n}{k-1}=\binom{n+1}{k}$$