You are allowed to write positive integers from 1 to 100 on 100 cards, you the show the 100 cards to a friend who will pick a number. You then shuffle the deck and flip off the top card. If the top card was the number your friend selected you pay him that number. Assuming your friend picks the number to maximize his expected value what numbers do you place on each of the 100 cards to minimize his expected value
My strategy was to start from the highest number we can place in the deck and go down. For example we can't place a hundred in the deck because this would give an expected value of 1 if the friend picked 100, but this isn't giving me much progress. Any suggestions are appreciated
Assuming there are $k$ copies of a card with value $n$ in the deck, the expected value of picking that card is $\frac{kn}{100}$.
Suppose there is some optimal expected value $v$. Then we know that $\frac{kn}{100} \leq v$. But we can rearrange that to $k \leq \frac{100v}{n}$.
So if we assume $v = \frac12$ we find that for $n = 1$ we can use up to $k = 50$ cards. And continuing we find that we use $50, 25, 16, 9$ cards of respectively $1, 2, 3, 4$ by choosing the highest value of $k$ possible for each $n$, and this reaches $100$ cards.
If we assume $v$ small enough we won't be able to reach $100$ cards because the limits on $k$ become too tight. So there must be some smallest $v$ that's feasible.
Does this help? Spoiler for $v$: