Using the identity $(a+b)^n=(a+b)^{n-1}a+(a+b)^{n-1}b$ to prove the sum property of binomial coefficients:
$\binom{n}{k}=\binom{n-1}{r-1}+\binom{n-1}{k}.$
I don't get the idea of start to solve this. Can is suppose that the coeficient of $a^{n-k}b^k$ is $\binom{n}{k}$?
You're right, you need to use that $$ (a+b)^{n-1} = \sum_{k=0}^{n-1} \binom{n-1}{k}a^{n-1-k}b^k$$ and $$ (a+b)^n = \sum_{k=0}^{n} \binom{n}{k}a^{n-k}b^k$$ Then using the identity you've been provided you need to prove that $$ \binom{n}{k} = \binom{n-1}{{\color{red} k}-1}+\binom{n-1}{k}$$