I am unsure how to use induction to prove this expression. I am not even sure how to begin. My textbook says to start with a "left hand sum" and "right hand sum" but I don't know what this means. Can someone with more experience in discrete mathematics explain how to do this?
$\displaystyle\sum\limits_{k=1}^{n}k2^{n-k+1} = 2^{n+2}-2(n+2)$
Begin with the base case. Is it true for $n=0$ (or $n=1$)?
Then assume it's true for $m$: $$\sum\limits_{k=1}^m k2^{m-k+1}=2^{m+2}-2(m+2).\tag1$$
Now show it's true for $m+1$:
$$\sum\limits_{k=1}^{m+1} k2^{m+1-k+1}=2^{m+1+2}-2(m+1+2).\tag2$$
Note that from taking $(2)-2\times(1)$, you need to show
$$(m+1)2=2m+2,$$
which is easy.