The exercise reads as follows:
Find the numbers $a,b,c,d$ in a geometric sequence, knowing that $a+1$, $b+6$, $c+6$, $d-4$ are in an arithmetic sequence.
I am interested in finding out the steps I should use to get to a solution. Or just a starting point, I've been thinking about this for some time and I wouldn't say I am getting close to the result soon.
I was thinking about:
$a+1 = b+6-r \implies a=b+5-r$
$c+6 = b+6+r \implies c=b+r$
And use $b^2=a*c$ from the geometric sequence.
The topic can be closed. Massive thanks to Rafaelle for the solution and also to Oscar Lanzi for explaining the process!
$$\begin{cases} \frac{a}{b}=\frac{b}{c}\\ \frac{b}{c}=\frac{c}{d}\\ -(a+1)+b+6=-(b+6)+c+6\\ -(b+6)+c+6=-(c+6)+d-4\\ \end{cases} $$ $$a= 5,b= 10,c= 20,d= 40$$