I have to determine the limit of a following geometric series:
$$t_n=\sum_{k=0}^n \frac{a_k}{2^k} $$ in which $$a_k=\begin{cases} 3 & \text{if $k$ is even}\\[2ex] 4 & \text{if $k$ is odd} \end{cases} $$
I'm not actually sure how should I approach this particular problem. Shall I examine the two cases separately and determine the limit for both cases respectively? Or is there some kind of trick to tackle this kind of a geometric series?
We have $$ \sum_{j=0}^{+\infty}\frac{3}{2^{2j}}=4,\qquad \sum_{j=0}^{+\infty}\frac{4}{2^{2j+1}}=\frac{8}{3}$$ (both are geometric series) hence: $$ \sum_{k\geq 0}\frac{a_k}{2^k} = \color{red}{\frac{20}{3}}.$$ The rearrangement/splitting is allowed since we are clearly dealing with an absolutely convergent series.