I've trying to solve this problem. I just need someone to set me on the right path to solving it.
Given that
$$(1+x)^n = nC0 + nC1x+ nC2x^2 + nC3x^3 + \cdots + nCnx^n$$
for all $n$ belong to $\mathbb{Z}^+$.
Now I should prove that
$$nC1 + 2nC2 + 3nC3 + ... + n\cdot nCn = n \cdot 2^{n-1}$$
How do I prove this?