- Consider a three-term arithmetic sequence whose terms are $t_1, t_2, t_3$. The related sequence $t_1+8, t_2,t_3,$ is geometric and the sum of its terms is 26. Find the terms in the sequence
For the first question i am thinking this: the common ratio is $\frac{t_2}{t_1+8}$ which has to be equal to $\frac{t_3}{t_2}$
so $t_2^2= t_3(t_1+8)$
Not sure where to go from here or if i'm even correct.
The sum is 26 so $26 = \frac{ t_1+8 (1-\frac{t_3}{t_2})^3}{1-\frac{t_3}{t_2}}$
Your terms are $$ x-d,x,x+d$$ and you want $$ x-d+8, x,x+d$$ to form a geometric progression. That is $$ \frac {x}{x-d+8}=\frac {x+d}{x}$$
We get $$(x+d)(x-d+8)=x^2$$ Simplify to get $$d^2=8(x+d)$$
You have infinitely many solutions for example $d=12$ and $x=6$ imply $$ -6,6,18$$ for the arithmetic progression and $$2,6,18$$ for the geometric progression.