Find all possible couples of distinct integers (x,y) satisfying the equation:
x^4 + y = x^3 + y^2
(0, 0), (0, 1), (1, 0), (1, 1), (-1, -1) and (-1, 2) represents all possible integer solutions to the given equation.
Edited on February 5, 2024, 7:38 am