SOLUTION: solve : x^2 + x = y^2 - 2y , x, y belong to N (integer)
Algebra
->
Graphs
-> SOLUTION: solve : x^2 + x = y^2 - 2y , x, y belong to N (integer)
Log On
Algebra: Graphs, graphing equations and inequalities
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Graphs
Question 1141463
:
solve : x^2 + x = y^2 - 2y , x, y belong to N (integer)
Answer by
greenestamps(13200)
(
Show Source
):
You can
put this solution on YOUR website!
The equation is satisfied when x(x+1) and y(y-2) are both 0:
(1) x=0 and y=0;
(2) x=0 and y=2;
(3) x=-1 and y=0; and
(4) x=-1 and y=2
Solutions: (0,0), (0,2), (-1,0), (-1,2)
That does not preclude the possibility of other solutions; it seems unlikely that there would be.
Entering "integer solutions to x^2+x=y^2-2y on wolframalpha.com shows only those four solutions.