How would I evaluate $\large\sum_{i=0}^{n} 2^i$? I'm having difficulty determining the first thing I should do.
2026-03-25 17:32:06.1774459926
How to evaluate this summation: $\sum_{i=0}^{n} 2^i$?
122 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
HINT : Let S be the sum. $$2S=\color{red}{2^1+2^2+\cdots+2^{n-1}+2^{n}}+2^{n+1}$$ $$S=2^0+\color{red}{2^1+2^2+\cdots+2^{n-1}+2^n}$$ Then, subtract the latter from the former.