Suppose that x,y,z are positive integers satisfying x≤y≤z, and such that the product of all three numbers is twice their sum. What is the sum of all possible values of z?
The only triple that works is (x,y,z) = (2,2,4), so the sum of all possibe values of z is 4.