I need to find the number of ordered pairs of integers $(x,y)$ satisfying this equation:
$$x^2 + 6x + y^2 = 4.$$
I have tried, and I think $x<0 . $
Is there a specific way to solve such equations?
I need to find the number of ordered pairs of integers $(x,y)$ satisfying this equation:
$$x^2 + 6x + y^2 = 4.$$
I have tried, and I think $x<0 . $
Is there a specific way to solve such equations?
$(x+3)^2 + y^2 = 13$. So $y^2 \leq 13$, and $|y| \leq \sqrt{13} \approx 3$. So you can find $y's$ and then $x's$. Note that they are integers so you can round down.