Find the number of triples of positive integers such that
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The equation we must solve is
abc = a+b+c+2.
Monotonize: assume without loss of generality that a ≤ b ≤ c. Then a+b+c ≤ 3c. Hence, we have abc ≤ 2+3c.
If c > 2, then 2 + 3c < 4c, which means that ab < 4. So there are just a few cases: 1. c ≤ 2: This leads to the solution (2,2,2) only.
2. c > 2 and ab = 1: This implies 1 ·c = 1+1+c+2, an impossibility.
3. c > 2 and ab = 2: This leads to (1,2,5).
4. c > 2 and ab = 3: This leads to (1,3,3)
Hence......... the number of solutions=3 Q.E.D............