Question 569992
List all possible pairs of integers x and y such that the product of x and y equals the sum of x and y.
:
x + y = xy
y - xy = -x
y(1-x) = -x
y = {{{(-x)/((1-x))}}}
:
 x=2, y=2 are the only integers
: