number of ordered pairs of integers $(x,y)$ satisfying the equation

4k Views Asked by At

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?

3

There are 3 best solutions below

3
On BEST ANSWER

$(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.

2
On
0
On

We have $\displaystyle x^2+6x+y^2-4=0$

As $x$ is integer, so must be real $\implies \Delta=6^2-4(y^2-4)=4(13-y^2)\ge0\iff y^2\le13$