I am stuck on this question:
The sum of the first and the third terms of a Geometric Progression is $20$ and the sum of its first three terms is 26. Find the progression by writing the first $5$ terms.
I know these formula: $$S_n= \frac{a(1-r^n)}{(1-r)}$$
where the $n$-th term is $ar^{n-1}$.
However I don't know how to find the first term $(a)$, the ratio $(r)$.
any help will be very helpful.
Thank you.
from the Problem we have $$a_1+a_3=20$$ and $$a_1+a_2+a_3=26$$ with $$a_2=a_1q$$ and $$a_3=a_1q^2$$ we get the System $$a_1+a_1q^2=20$$ and $$a_1+a_1q+a_1q^2=26$$ can you solve this? dividing both equations and assuming that $$a_1\ne 0$$ we get $$\frac{1+q^2}{1+q+q^2}=\frac{10}{13}$$ from here we get $$1+q^2=\frac{10}{13}(1+q+q^2)$$ can you solve this equation?