Find all integers a,b,c such that
a+b+c=abc
a=1, b=2, c=3
1+2+3=6 and 1x2x3=6
There are infinite possibilities...for example....
a = -1 b = 0 c = 1
a + b + c = abc
If we restrict the answer to positive integers then a = 1 b = 2 and c = 3 may be the only possibility....