So, the equation is $x(x-4)+y(6-y)=10$. Now, I was thinking of checking all pairs of $z+t=10$ if they can be substituted in the equation and get an integer result. Is there a more efficient method?
2026-03-30 02:10:16.1774836616
Diophantine equation solving method
31 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
We have $$x^2 -4x +(6y-y^2-10)=0$$ $$\implies x= \frac{4\pm \sqrt{4y^2-24y+56}}{2}=2\pm\sqrt{y^2-6y+14}\\ = 2\pm\sqrt{(y-3)^2 + 5}$$
For $x$ to be an integer, the term inside the radical should be a perfect square. Notice that the only pair of squares that are $5$ apart is $(4,9)$, as the difference between consecutive squares increases as we go further.
Therefore, $$(y-3)^2 = 4 \implies y=3\pm 2 = 5,1$$
and $$x=2\pm 3=5 \ \text{(neglecting the negative solution)} $$ and we’re done.