I'm having a problem with the question stated below. I stumbled upon it during my revision And I was hoping one of you guys could help me solve it and better yet Understand how to go about it.
**A geometric Progression has the first term a, common ratio r and sum to infinity 6. A second geometric Progression has the first term 2a, common ratio r^2 and sum to infinity 7. What are the values of a and r
Using the formula for infinite sums of geometric progressions you obtain the following system of equations:
$$\begin{cases} \frac{a}{1-r}=6\\ \frac{2a}{1-r^2}=7 \end{cases}$$
According to my calculations, the result is $r=\frac{5}{7}$ and $a=\frac{12}{7}$.