I have to prove that $n\cdot(x+1)^{n-1} = \sum_{k=0}^{n}k\cdot\binom{n}{k}\cdot x^{k-1}$.
I know how to prove it by expand the binomial theorem of $(x+1)^{n}$ and then derive it.
But, I have to prove it without derive the eqation, and I dont know how to do this.
Thanks a lot.
$$k \binom{n}{k} = \frac{n!}{(k-1)! \, (n-k)!} = \frac{n(n-1)!}{(k-1)! \, ((n-1)-(k-1))!} = n \binom{n-1}{k-1},$$ for all $k = 1, 2, \ldots, n$. Note that if $k = 0$, the LHS is zero anyway.
Therefore, $$\sum_{k=0}^n k \binom{n}{k} x^{k-1} = \sum_{k=1}^n n \binom{n-1}{k-1} x^{k-1} = n \sum_{k=0}^{n-1} \binom{n-1}{k} x^k = n (x+1)^{n-1}.$$