Find all integer solutions for the system:
$$\left\{\begin{array}{rcl}xy + vw &=& 5 \\ xv - yw &=& 6\end{array}\right.$$
It's supposed to be solvable by 9-graders...
Find all integer solutions for the system:
$$\left\{\begin{array}{rcl}xy + vw &=& 5 \\ xv - yw &=& 6\end{array}\right.$$
It's supposed to be solvable by 9-graders...
By Lagrange's identity we have: $$ (xy+vw)^2+(xv-yw)^2 = (x^2+w^2)(v^2+y^2) $$ but since $5^2+6^2 = 61$ is a prime number any integer solution of the initial system of equations must satisfy: $$\left\{\begin{array}{rcl} x^2+w^2&=&1\\ v^2+y^2&=&61\end{array}\right.\quad\text{or}\quad \left\{\begin{array}{rcl} x^2+w^2&=&61\\ v^2+y^2&=&1,\end{array}\right.$$ so one of the variables is zero.