2
$\begingroup$

You and I play the following game: You create a deck of as many cards as you want, and on every card you write one of the integers from $1$ to $5$, e.g. your deck could be just $\{1,2,3,4,5\}$ or $\{1,1,1,1,2,3,3,3\}$ or whatever you want, as long as it only consists of the integers from $1$ to $5$. Then, I have a look at the deck, will select one number to bet on, and one random card will be chosen from your deck. If that number matches my bet, you pay me that that number. How do you create a deck in order to minimize your losses, given that I play optimally?\

The best I figured out was $\{1,1,1,1,1,2,2,3,4,5\}$, giving you an expected loss of $\frac{1}{2}$ if I bet on $1$ or $5$ and less for the other numbers, but I'm quite sure that this is not optimal but also don't know how to proceed from there. Maybe there is a solution that gives me the same expected value no matter on which number I bet and is thus better for you?

$\endgroup$

1 Answer 1

3
$\begingroup$

Suppose that a fraction $p_i$ of the cards are labelled $i$, for $1\leq i\leq 5$.

The crucial insight is that your best strategy will have $$1p_1=2p_2=\dots=5p_5,$$ so that the opponent is indifferent to which card they guess. You can then see that the expected value is $\frac{60}{137}$.

Indeed, if we don't follow this distribution, then some $j$ would have $jp_j>\frac{60}{137}$, so the opponent could always guess card $j$ and have a higher EV.

$\endgroup$
2
  • $\begingroup$ So for example 60x1, 30x2, 20x3, 15x4 and 12x5 would be optimal? $\endgroup$
    – Leguan3000
    Commented Jan 18, 2021 at 22:16
  • $\begingroup$ @Leguan3000 yep that works. $\endgroup$
    – jlammy
    Commented Jan 18, 2021 at 22:42

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .