Can somebody explain to me step by step how you solve this problem.
Evaluate the summation $$\sum\limits_{i=1}^n\sum\limits_{j=1}^i 4$$
This is what I did:
1)I did the inner summation which gives us $4i$.
2)I did the outer summation which is $4(1)+4(2)+4(3) \dots 4(n) = 2n(n+1)$