Let be positive integers greater than 1 such that the equation above is fulfilled. Find the value 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.
Nice problem! I was really curious to find out how there could be a unique solution...
We can write the given equation as ( x + 1 ) ( y + 1 ) ( z + 1 ) = 2 0 0 1 . Now x + 1 , y + 1 , and z + 1 must be the three prime factors of 2 0 0 1 = 3 × 2 3 × 2 9 , so that x + y + z = 3 + 2 3 + 2 9 − 3 = 5 2
PS: The condition "greater than 1" does not seem to be necessary, making the problem even more elegant.