I have problem with finding sum of series:
1)$\displaystyle\sum_{n=k}^{2k-1}\frac{n}{2^n}=?$
2) $\displaystyle\sum_{n=0}^{k-1}n(\frac{4}{3})^n=?$
I have some idea to 1) ot write it as $\displaystyle\frac{k\cdot2^{k-1}+(k+1)\cdot2^{k-2}+...+2k-1}{2^{2k-1}}=\frac{k(2+2^2+...+2^{k-1})+2^{k-2}+3\cdot2^{k-3}+..-1}{2^{2k-1}}$
but I don't know how to find sum of $2^{k-2}+3\cdot2^{k-3}+..-1$