How to simplify this summation: $\frac{2\sum_{k=0}^n2^n}{n+1}=2^{n+1}$?

103 Views Asked by At

So I saw an earlier post where they had this equation here.

$\frac{2\sum_{k=0}^n2^n}{n+1}=2^{n+1}$?

However, I do not know how they did this? Am I missing something?

2

There are 2 best solutions below

2
On BEST ANSWER

If the expression is correct $$\frac{2\sum_{k=0}^n2^n}{n+1}=\frac{2\times 2^n}{n+1}\sum_{k=0}^n1=\frac{2^{n+1}}{n+1}(n+1)=2^{n+1}$$

0
On

Hint: $\sum_{k=0}^n 2^n=2^n\cdot (n+1)$ Note, that $2^n$ have no index k.