Well that's supposed to be an easy one: given the sequence of
$$\left(\frac{3}{8}\right)^1+\left(\frac{3}{8}\right)^1\left(\frac{2}{7}\right)^1+\left(\frac{3}{8}\right)^2\left(\frac{2}{7}\right)^1+\left(\frac{3}{8}\right)^2\left(\frac{2}{7}\right)^2+\dots$$ How can I calculate this infinite sum? I know $\sum _{n=1}^{\infty }\:\left(\frac{3}{8}\right)^n=\frac{3}{5}$ and that $\sum _{n=1}^{\infty }\:\left(\frac{2}{7}\right)^n=\frac{2}{5}$.
Haven't played with sequences for a while so a bit help would be great. thanks
Since all the terms are positive you can rearrange and make groups (kind of commutative and associative properties).
Then your sum is $$\frac38\sum_{k=0}^\infty\left(\frac38\cdot\frac27\right)^n+\frac38\cdot\frac27\sum_{k=0}^\infty\left(\frac38\cdot\frac27\right)^n=\frac{27}{56}\cdot\frac1{1-\dfrac{6}{56}}=\frac{27}{50}$$
Remark: Under some conditions you can rearrange infinite sums even if some terms are negative. Search for absolutely convergent series.