I need to prove that $$\sum_{i=0}^{n-1} {2^i} = 2^n -1.$$ I tried induction but something didn't work.
2026-04-11 22:00:54.1775944854
Prove that $\sum_{i=0}^{n-1} {2^i} = 2^n -1$
67 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
Induction step:
$$\sum_{i=0}^n2^i=\sum_{i=0}^{n-1}2^i+2^n=2^n-1+2^n=2^{n+1}-1.$$