I have solved it completing square i.e., $(x+3)^2 + y^2= 13$ form, but couldn't understand how to find the number of ordered pairs.
2026-04-05 17:03:24.1775408604
The number of ordered pairs of integer $(x,y)$ satisfying equation : $x^2+6x+y^2=4$
481 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2

You are almost there. To write $13$ as sum of two perfect squares, these squares must of course be $\le 13$, hence can only be $0,1,4,9$. By trial and error, we find that only $4+9=13$ and $9+4=13$ are solutions. In the first case, $x+3=\pm 2$, $y=\pm 3$, in the second case $x+3=\pm 3$, $y=\pm 2$. From this you can list a total of eight solutions.