Compute the sum
$$\sum_{k=1}^{10}{\dfrac{k}{2^k}}$$
This question is taken from SMO junior (I can't remember which year it is). I have no idea how to start. Can anyone give some hint?
By writing out the sum, one has
$$\frac{1}{2} + \frac{2}{4} + \frac{3}{8} + ... + \frac{10}{1024}$$
but I don't know how to proceed from here.