I know theres a summation series for basic $a^x$. Like $2^{x-1}$ is summed by $2^x-1$. Then how would you sum $5\times2^{x-1}$?
2026-03-29 07:28:37.1774769317
Summation series for a $\times$ b^x
197 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
You would distribute out the $5$ and get $$\sum_{i=1}^x 5\cdot 2^{i-1}=5\sum_{1=1}^x 2^{i-1}=5( 2^x-1)$$