is divisible by 2, is divisible by 3, and is divisible by 5. What's the largest integer that must divide
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.
In the case where x=2, y=3 and z=5, xy + yz + xz = 31 which is prime. This is divisible by only 1 and 31.
Trying, say x = 4, y = 3, z = 5 gives an answer that is not divisible by 31' so the answer must be 1.