simplehilo
simplehilo
  • Threads: 3
  • Posts: 4
Joined: Aug 13, 2011
August 13th, 2011 at 5:42:48 AM permalink
I've been trying to analyze a very simple Hi-Lo game (that I couldn't find anywhere on the Wizard of Odds site) and it's turned out to be harder than I thought.

The game is played with a standard 52 card deck. One card is dealt, and the player has to guess whether the next card will be higher or lower. If the player guesses correctly, they get to guess again for the next card. The player loses if they guess wrong. The player also loses if the next card to come out is the same value (there is no option for ties, just high or low).

Aces are high.

After 2 correct guesses, the player has the option to "cash out" and accept a payout instead of continuing to guess.

The payout table:

2 correct guesses: push
3 correct guesses: win 1 unit
4 correct guesses: win 2 units
5 correct guesses: win 3 units
6 correct guesses: win 5 units

After 6 correct guesses, the player is automatically paid 5 units and the round is over.

So for example, I bet 1 unit and I'm dealt 2c. I guess high and get dealt 7d. I guess high again and get dealt Js. Now I have the option of "cashing out" (and receiving my original bet back) or guessing high or low. If I guess correctly, I can then cash out and win 1 unit. If I guess wrong, I lose.

Questions I have about this game and its analysis:

What is the house edge?
What is the likelihood of losing?
What is the optimal strategy (in terms of choosing when to cash out or when to continue guessing)? I imagine you would only want to continue if you had a very good chance of winning. Intuitively, I would think a good cash out strategy would be to choose to cash out rather than continue (if I have the option) on a 7, 8 or 9.
How would these change if the game were played with infinite decks instead of 1?

When trying to build the sample space, do you exclude events that are impossible given that you're using a certain strategy? For example, the event (J, K, 2) would only happen if you get dealt a Jack and then guess high, which is a losing strategy.
  • Jump to: