I apologise in advance for posting another one of these homework assignment-questions; this one is pissing me off.
The question is: solve $\sum_{k=0}^n {{n \choose k}} k 4^k $ using the binomial theorem.
The deadline for the homework assignment is already long past (it wasn't mandatory); I just really want to figure out what the deal is here. Any tips are very welcome!
$$ \begin{align} \sum_{k=0}^n\binom{n}{k}k4^k &=4n\sum_{k=0}^n\binom{n-1}{k-1}4^{k-1}\\ &=4n5^{n-1} \end{align} $$ In general $$ \binom{n}{k}k(k-1)\cdots(k-j+1)=\binom{n-j}{k-j}n(n-1)\cdots(n-j+1) $$