Alex and Max are given two different prime numbers, and the following dialogue ensues:
Alex: I don't know which of our numbers is greater.
Max: Then my number is not the greater one for sure.
What is the largest possible sum of their numbers, provided both the numbers are below 100 (but Alex and Max don't know that 100 is the upper bound)?
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, Alex does not know which of the two prime numbers are greater. This implies that his number is surely not 2, as then it would be obvious.
When Alex states the obvious, Max immediately replies by saying his number is not the greater one. Thus, we come to the conclusion that Max's number is 3. Before Alex's statement, Max was doubtful. But now that Alex indirectly stated that his number was not 2, Max is sure his number is lesser.
The largest possible sum of the two numbers is 3 + 97 = 100. This is because 97 is the largest prime lesser than a hundred.