A famous artist is auctioning off his masterpiece, which everyone values at $2:
There are two people who will bid, Alice and Bob. They have to put a whole dollar amount ($0, $1, $2, $3, ...) into an envelope (in secret).
Both the winner and loser will have to pay whatever they put in the envelope; the highest bidder will get the painting, while the loser won't receive anything. If there is a tie, the painting is given to one of them at random.
Assuming both people are trying to maximize their expected wealth, what would you if you were Alice?
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
Suppose Alice and Bob put A and B dollars in the envelope respectively. If Alice wins, then her wealth would increase by 2−A ( She gets a painting worth $2, but spends $A). If she loses, then her wealth would increase by −A. Note that if A≥3, then Alice's wealth would be decrease irrespective of whether she gets the painting or not since 2−A<0. Therefore Alice should not put more than 2 dollars in the envelope. By symmetry, Bob should also not put more than 2 dollars.
Putting $2 in the envelope is not a good idea either. If she wins, then her wealth remains the same. If she loses, then her wealth decreases. There is no positive outcome and there is risk of losing money, therefore Alice should not put $2 in the envelope. Again by symmetry, Bob should also not put $2.
We will now look at the remaining cases, that is A,B∈{0,1}, in the form of a matrix
010(2,0)/(0,2)=(1,1)(1,0)1(0,1)(1,−1)/(−1,1)=(0,0)
We see that putting $0 in the envelope is the dominant strategy for both players. It is also the only Nash equilibrium in this game. I feel this strategy is the best for Alice since she has a chance of getting $2, which is not possible in any other case. Also, there is no negative payoff; Alice does not risk losing any wealth even if she loses the game.
Log in to reply
If the players are risk-averse, then having 50/50 chance of getting $2 (if they both bid $0) is worse than having a sure $1 (if one player bids $1). Thus it becomes a coordination game, both of them trying to cooperate to bid different amounts.
Log in to reply
How will the players decide who pays $1 and who pays $0? Note that they are putting the amount in the envelope secretly. Will the players be willing to pay a dollar when they do not know what the other player is bidding?
Log in to reply
Since the game setting is symmetric, Alice and Bob will bid the same amount and this is a common knowledge to them.
Since they are trying to maximize their expected wealth, they will both bid $0.
Log in to reply
Keep in mind they don't have to bid a fixed amount; for example, they could each choose to bid $X with probability P(X).
Log in to reply
So they will each bid at random according to their strategy with probability?
Log in to reply
P(Y)=1 for some Y.
In general, that's how all strategies work. You can think of a "fixed" strategy as a special case of this more general form, whereLog in to reply