Determine the number of un-ordered triplets of positive integers satisfying
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.
At first, I am going to show that at least one of the variables is less than 4 . If all the variables equal to 4 , then we would have:
x 1 + y 1 + z 1 ≤ 4 1 + 4 1 + 4 1 = 4 3 .
Assuming x ≤ y ≤ z ,
x has two possible values x = 2 or x = 3 .
case 1: If x = 2 ⟹ y 1 + z 1 = 1 − x 1 = 2 1 ⟹ y 1 + z 1 − 2 1 = 0 ⟹
y z − 2 y − 2 z = 0 y z − 2 y − 2 z + 4 = 4 or ( y − 2 ) ( z − 2 ) = 4
since y and z can't be less than 1 , neither ( y − 2 ) nor ( z − 2 ) can be negative, the only possible cases are available:
y − 2 = 2 , z − 2 = 2 ⟹ y = 4 , z = 4 . y − 2 = 1 , z − 2 = 4 ⟹ y = 3 , z = 6 .
case 2: If x = 3 , there is only one possibility here:
2 y − 3 = 3 , 2 z − 3 = 3 ⟹ y = 3 , z = 3 .
Thus, the only solutions for the sum of the reciprocals of three natural number to be 1 is in this form:
2 1 + 4 1 + 4 1 = 1 2 1 + 3 1 + 6 1 = 1 3 1 + 3 1 + 3 1 = 1