I have a question, how was the geometric series collapsed to be in the form of $2^{k+1}$?
2026-03-28 07:51:49.1774684309
How did $-(2^{k-1})-(2^{k-2}) -\dotsb-(2^0)$ become $-2^k+1$?
109 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3

You mean "How did $(2^{k-1})+(2^{k-2}) \ldots (2^0)$ became $2^{k}-1$?" right?
Well simply use the formula for the sum of geometric terms:$$1+q+q^2+\cdots+ q^n=\dfrac{q^{n+1}-1}{q-1}$$
For $q=2$ and $n=k-1$ u get:$$1+2+2^2+\cdots+2^{k-1}=\dfrac{2^k-1}{2-1}=2^k-1$$