you are probably aware of this problem - you have 100 numbers written on 100 pieces of paper, your goal is to pick the highest without any prior info about the distribution. you see the first, then decide if you want to bet it is the highest or continue with the next one. once you see the next, you can't go back - you can either pick it to be the highest or continue. the optimal strategy is to open the first n/e, then pick the next highest.
http://mathworld.wolfram.com/SultansDow ... m.htmlhere is a claim that i read somewhere - you have 2 randomly chosen real numbers written on 2 pieces of paper. you see the first, then you have to decide if it is the highest of the two. you can either pick it, or decide to see the next and pick the second. you have absolutely no information about the distribution from which the numbers are chosen, and it can be any two real numbers. can you improve your odds of guessing the highest number from 50-50 to something better?the article claims that you can - look at the first number, then draw a random number from some continuous probability distribution of your choice, say normal. if the number on the first sheet of paper is less than your random number, you bet on the second card, otherwise you bet on the first. the claim is that if your random number happens to be in the interval determined by the two numbers on the cards, then you guess correctly. if you random number is outside the interval, then it is 50-50 chance that you guess correctly. so by using some "test distribution" which gives a non-zero probability for any interval (such as the normal pdf), then you managed to improve your odds of guessing the highest number.can someone refute this or explain it better if they think it is a correct argument? it seems to me like seeing in the dark, almost like quantum interference