Probability | Strategy | Best Prize Selection


Question

Suppose that we are to be presented with n distinct prizes in sequence. After being presented with a prize we must immediately decide whether to accept it or reject it and consider the next prize. The only information we are given when deciding whether to accept a prize is the relative rank of that prize compared to ones already seen. That is, for instance, when the fifth prize is presented we learn how it compares with the first four prizes already seen. Suppose that once a prize is rejected it is lost, and that our objective is to maximize the probability of obtaining the best prize. Assuming that all n! orderings of the prizes are equally likely, how well can we do?

Reference: Sheldon Ross Probability Modelling Edition 10


Solution

Below is a more detailed explanation than the text's clear yet concise approach.


Simulations

Approach to the simulations for this problem


  • We will look at these for the probability values from 0.1 to 0.9 in steps of 0.1