Prove the result using Mathematical Induction $$1\cdot2+2\cdot2^2+3\cdot2^3+\ldots\ldots+n\cdot2^n=2[1+(n-1)2^n].$$
I've been stuck on this problem for hours, I have no idea how do even calculate it. The exponents throw me off. If anyone can help me break it down step-by-step, I would truly appreciate it.

From your points $2$ and $3$, we need to show that
$$2(1+(k-1)2^k)+(k+1)2^{k+1}= 2(1+k2^{k+1})\\\stackrel{\text{divide by 2}}\iff 1+(k-1)2^k+(k+1)2^{k}= 1+k2^{k+1}\\\stackrel{\text{cancel out 1}}\iff (k-1)2^k+(k+1)2^{k}= k2^{k+1}\\\stackrel{\text{divide by} \,2^k}\iff (k-1)+(k+1)= 2k$$