Problem:
The second, third and sixth terms of an arithmetic progression are consecutive terms of a geometric progression. Find the common ratio of the geometric progression.
My attempt:
I thought of rewriting the terms as $a+d,a+2d,a+5d$ where $a$ is the first term and $d$ is the common difference. Now, since these are consecutive terms of a GP, $$\Longrightarrow \dfrac{a+2d}{a+d}=\dfrac{a+5d}{a+2d}=r$$ where $r$ is the common ratio. However, when I cross-multiplied the terms$\dfrac{a+2d}{a+d}=\dfrac{a+5d}{a+2d},$ I got $$a^2+4ad+4d^2=a^2+6ad+5d^2$$ I'm unable to proceed any further. Any help would be really appreciated. Many thanks!
$$a^2+4ad+4d^2=a^2+6ad+5d^2$$
$$2ad+d^2=0$$
$$d(2a+d)=0$$
$$d=0 \vee 2a+d=0$$
If $d$ is zero, then the ratio is clearly 1.
If $2a+d=0$ is zero, you have $d=-2a$. Substitute this in the first ratio we get $r=\frac{-3a}{-a}=3$.