[Math] What to bid for this treasure chest? (puzzle)

probabilitypuzzle

Suppose you are given the opportunity to bid for a treasure chest, which you know to be priced anywhere between 0-1000 dollars inclusive). Treasure price is uniformly distributed. If you bid equal to or above the price, you win the treasure chest (at the cost of your bid). If you bid below the price, you do not earn the treasure chest and get your money back. Now, also suppose you have a friend who is willing to buy the treasure chest from you for 1.5 times the price of the treasure chest (should you obtain the chest). What should your bid be?

I don't know how to approach the problem. How can I calculate expected value?

Best Answer

If you bid $a$, the probability you win the item is $a/1000$. The expected amount you win is $(a/1000)\times (a/2)$ where $a/2$ is the mean of the value given it is less than $a$.

Then you receive $3/2$ multiplied by this as a prize. This is bounded by $3a/4$ so on average you make a loss of $\ge a/4$. Of course, there is a possibility you win something, but it's probably not large enough to make it worth it. (This is a matter of opinion, not maths.)

Related Question