xax
- 26
- 0
Need to find all the posible solutions (a,b,c) for 1/a + 1/b + 1/c = 1, a,b,c integers.
That is true only if a, b, c are restricted to the positive integers. The OP just said integers.CRGreathouse said:You can start by assuming, for the time being, that a\le b\le c -- you can rearrange the terms later if you need to.
If a = 1 then the sum is too large
D H said:That is true only if a, b, c are restricted to the positive integers. The OP just said integers.
xax said:Do you think there are more?
xax said:Need to find all the posible solutions (a,b,c) for 1/a + 1/b + 1/c = 1, a,b,c integers.