Question: Does there exists a GP containing 8, 12 and 27 as three of its terms? If it exists how many such progressions are possible?
What I have tried: First of all I have made three equations as follows Here 27, 12, 8 are $p^{th},q^{th},r^{th} $ term of GP
$27=AR^{p-1} ...(1)$
$12=AR^{q-1} ....(2)$
$8=AR^{r-1} ....(3)$
Then I divided equation 1 by 2 and equation 2 by 3 and got the below equations.
$\frac{27}{12}=(\frac{3}{2})^2=R^{p-q} ....(4)$
$\frac{12}{8}=\frac{3}{2}=R^{q-r} ....(5)$
Then I got two more equations as follows
$p-q=2$
$q-r=1$
Then I have let $p=k$ and got $q=k-2$ and $r=k-3$
Now for each value of k we get different values of $q$ and $r$.
Now my question is that, is this enough to prove there can be innumerable progressions containing 27,8,12 as its terms?