Guessing cards from a known pile

A pile holds 33 aces and 33 jacks. Cards are drawn one at a time without replacement; before each draw you guess its identity, earning $1 per correct guess. Playing optimally over all 66 draws, what is your expected total earnings?

Show hints (2)+
  1. Optimal play: guess whichever type has more cards left. Set up E(a,j)E(a,j).
  2. E(a,j)=max(a,j)a+j+aa+jE(a1,j)+ja+jE(a,j1)E(a,j)=\tfrac{\max(a,j)}{a+j}+\tfrac{a}{a+j}E(a-1,j)+\tfrac{j}{a+j}E(a,j-1); E(3,3)=4.1E(3,3)=4.1.

Answer

Reveal answer →

4.1 (± 0.02)

Want the full step-by-step worked solution? It's part of Premium - along with a worked solution for every question in the bank.

Asked at: Jane Street, Citadel

Related questions