Often seen similar systems of equations. Usually consider such systems in which decisions no. Such as there. Is there $a,b,c,d\in \mathbb N$ so that $a^2+b^2=c^2$, $b^2+c^2=d^2$?
I think it would be more interesting to solve the system in which there are solutions. For example to find out whether such a system solution?
$$\left\{\begin{aligned}&a^2+b^2+c^2=q^2\\&c^2+q^2=k^2\end{aligned}\right.$$
What is the right approach? And how to solve it?
If you solve the system of equations:
$$\left\{\begin{aligned}&a^2+b^2+c^2=q^2\\&c^2+q^2=w^2\end{aligned}\right.$$
When the standard approach solution and using a replacement.
$$p=9t^2-10tk+5k^2$$
$$s=5t^2-10tk+9k^2$$
$$x=7t^2-10tk+7k^2$$
$$y=4(t^2-k^2)$$
$$z=5t^2-14tk+5k^2$$
Then the solution can be written as :
$$a=2zx$$
$$b=z^2+y^2-x^2$$
$$c=2yx$$
$$q=z^2+y^2+x^2$$
$$w=p^2+s^2$$
$t,k$ - integers which we ask.