Determine all possible sextuplets (A, B, C, D, E, F) of positive integers, with A ≤ B ≤ C, and, D ≤ E ≤ F and, A ≤ D, that satisfy both the equations: A+B+C = D*E*F and, A*B*C = D+E+F.
Prove that these are the only sextuplets that exist.
Lemma 1)
if x, y, z are all >= 2,
then xyz > x + y+ z
This follows because
xyz >= 4x
xyz >= 4y
xyz >= 4z
Average the 3 together, and we get
xyz >= (4/3)(x + y + z)
Therefore xyz > x + y+ z
Step 1)
If A >= 2,
then D >= 2
DEF > D+E+F, (from lemma 1)
D+E+F = ABC
ABC > A+B+C (from lemma 1)
A+B+C = DEF
implies DEF > DEF,
which is a contradiction,
so A = 1