Nice puzzle I write two different numbers, one on each hand. You choose one of my hands at random, I show you the number on that hand. You now guess whether the number you've seen is larger than the number you haven't seen. Find a strategy for guessing such that, no matter what two numbers I write, you have GREATER THAN a 50% chance of being correct
Comments 3
Reply
Reply
If the numbers written belong to the set of Natural Numbers (0, 1, …), with no upper bound, then this is trivially true since given a number x in that set, and assuming that both the numbers are uniformly randomly distributed, the probability of the other number being greater than x is always 1.
Otherwise, if there is a range of numbers [0,N], then for the first number x, we say “larger” if (x+1)/(N−x) is less than 0.5.
Reply
Leave a comment