I am told that the positive numbers $x, y, z$ are in an arithmetic series with the ratio $r$ and that the numbers $x, y+2, z + 12$ are in a geometric series with ratio $r + 1$. I have to find the sum $x + y + z$, and the following options are given:
A. $12$
B. $-12$
C. $9$
D. $7$
E. $15$
What I tried is to use the properties of arithmetic and geometric series, so
- Given that $x, y, z$ are in an arithmetic series with the ratio $r$, we have:
$\hspace{1.5cm} y = x + r$
$\hspace{1.5cm} z = x + 2r$
- Given that $x, y+2, z+12$ are in an arithmetic series with the ratio $r+1$, we have:
$\hspace{1.5cm} y + 2 = x(r + 1) \Rightarrow y=xr+x-2$
$\hspace{1.5cm} z + 12 = x(r+1)^2 \Rightarrow z = xr^2+2xr+x-12$
I don't see how I can use these to find the sum $x+ y + z$, especially since I have to find the sum as a number and not the sum based on $x$'s and $r$'s.
We have $$x,y=x+r,z=x+2r$$ and $$x,y+2=x(r+1),z+12=x(r+1)^2$$ so we get $$x+r+2=x(r+1)$$ and $$x+2r+12=x(r+1)^2$$ eliminating $$r(x-1)=2$$ we get the equation $$x+\frac{4}{x-1}+12=x\left(\frac{2}{x-1}+1\right)^2$$ solving this we get $$x=2$$ or $$x=\frac{1}{2}$$