Find all integer solutions to the problem $y^2+x^2-6x=0$. How I solved this was to complete the square then finding the coordinates: $(0,0), (6,0), (3,3), (3,-3)$. What I would like to know is there another method to solving this kind of equation (finding the integer solutions) other than completing the square and drawing the circle? If so please could you explain it to me. Thanks.
2026-03-25 15:57:13.1774454233
Finding integer solutions
438 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
HINT:
$$(y)^2+(x-3)^2=3^2\implies y^2=\cdots\le9\iff-3\le y\le3$$
Clearly, if $y=a$ is a solution, $y=-a$ will also be.
So, we can limit the test for $0\le y\le3$