Distinct positive integers , , and such that:
Find the sum of all possible values of .
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.
WLOG we can assume that x > y > z . Since x and y and z are pairwise coprime, we see that x y z ∣ x y + x z + y z − 1 .
x y z < x y + x z + y z < 3 x y → z < 3
If z = 2 → x y < 2 ( x + y ) , then y = 3 or y = 4 .
In the first case x < 6 and we notice that ( z , y , x ) = ( 2 , 3 , 5 ) is the first solution to a problem. In the second case x can only be 4, which is not a solution.
z = 1 requires that y = 1 , which contradicts the rules of the problem. ( z , y , x ) = ( 2 , 3 , 5 ) is therefore the only solution.