Let and be positive integers satisfying
How many ordered triplets satisfy the equation above?
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.
Without the loss of generality, assume that 1 ≤ x ≤ y ≤ z .
Therefore, 2 x y z = x + y + z ≤ 3 z ⇔ 2 x y ≤ 3
⇒ x y ≤ 1 ⇒ x y = 1 ⇒ x = y = 1 .
Substituting x = y = 1 into the equation, we have 2 z = 2 + z ⇔ z = 2
As all cases are all the same, there are 3 solutions, which are ( x , y , z ) = ( 1 , 1 , 2 ) , ( 1 , 2 , 1 ) , ( 2 , 1 , 1 )