Good morning all,
the difference of the 6-digit numbers, composed of x<y<z, can be
written as d = 9*11*101*(z - x).
With s = x+y+z one has three options, 3*d/s = x*y or x*z or y*z. An
integer solution requires s = 101. I found the answer for the option
27*11*(z-x)= y*z.
Peter