please help me with the formula, tried everything I know and I'm stuck!
$$\sum_{k=2}^{50}k(k-1){50 \choose k}$$
Thanks a lot!
please help me with the formula, tried everything I know and I'm stuck!
$$\sum_{k=2}^{50}k(k-1){50 \choose k}$$
Thanks a lot!
There's a nice trick to finding closed forms like this. Consider $(1+x)^{50} = \displaystyle\sum_{k=0}^{50}{50\choose k}x^k$ by the binomial theorem. If we take the first derivative of both sides, we get $50(1+x)^{49} = \displaystyle\sum_{k=1}^{50}{50\choose k}kx^{k-1}$. Repeat to get $50(49)(1+x)^{48} = \displaystyle\sum_{k=2}^{50}{50\choose k}k(k-1)x^{k-2}$. Evaluating at $x=1$ should get you your answer: $50(49)(2^{48})$.