Swimming with Card Sharks

Continuing their summer of “Everything Old is New Again”, ABC rolled out a new version of Card Sharks, the Goodson-Todman show that ran from 1976-1981, with a popular revival from 1986-1989.  (We are all in agreement that the 2001 version was a collective hallucination, right?)  While the show is slightly uneven, it captures enough to the charm of the original show to still be a good watch.

One of the major changes that they’ve made to the format is to the front game.  Instead of playing a best-of-three game of Acey Deucy, where the contestants must successfully call Higher or Lower on a row of 5 cards, it’s now a single round with a row of 10 cards.  I’ve previously discussed strategies about how to approach the Money Cards, but I think now’s a good time to take a closer look at the front game and see if we can figure out some strategies.

Before getting started, I had to make two assumptions about the front game in order to massively simplify things:

  • Both players have a 50% chance of correctly answering a survey question correctly.  I have a hunch that the player going second on a question (the one saying higher or lower) wins more than their fair share, but that’s not something that I looked at in too much detail.
  • Previously revealed cards cannot be considered when making your higher/lower decisions.  In the real game, you should keep count of how many high or low cards you’ve revealed, so that when you face an 8 (or in extreme cases, a 7 or 9), you know whether to go higher or lower based on what cards remain unseen.  However, trying to keep track of that would create too many game state possibilities, so we have to assume that the only card you’ve seen is the card you’re currently facing, and the next card could be any one of the other 51 in the deck.

With those limitations in mind, there are eight factors that determine the current state of a game:

  • Your value of your current face-up card
  • The number of cards that remain face down on your row
  • The value of your base card
  • The position of your base card
  • Your opponent’s base card, if it’s been revealed
  • The position of your opponent’s base card
  • Whether or not you won the survey question
  • The number of survey questions remaining in the round

Taking every possible combination of these eight variables that could happen in an actual game, I wound up with over 1.5 million different game states.  I (and by “I”, I mean a computer) then assembled them together into a Markov chain, which means that at any point in the game, if you have these eight pieces of data, you can determine the chances of victory regardless of how the game had proceeded in the past.

I’ve taken this giant Markov chain, and built a calculator out of it.  If you feed it the current game state, it will tell you not only your chances of victory, but also the best move to take at that time, whether it’s to play on, freeze, change your base card (if allowed), or pass during sudden death.

Let’s go step by step through an actual game, see whether the contestants chose the correct strategy, and if we can draw some broader strategic thoughts from the results. We’re going to look at the first game of the June 19th episode, with players Kiko Gonzalez and Ann Hirsch.  Kiko played the red cards, while Ann played the blue.

Ann wins the first question, and reveals a Jack as her base card. She keeps it, and right off the bat, the first strategic decision of the match is a questionable one.

The one strategy that I see people get wrong all the time and doesn’t require anything fancier that simple counting is what base cards should be changed.  When you win a question, you can change your base card.  It’s a completely free option – there’s no downside to doing this other than the chance that you could worsen your position.  So, let’s evaluate each base card, and count the number of possibilities in each case that your position improves or worsens.

According to the raw numbers, the only cards you should keep as your base card are 2 through 4 and Queen through Ace.  Now, if you opt to keep a 5 or Jack, I’m not going to complain too much. You’re trading a couple of percentage points in improvement in your base card for a large amount of variance, so if you choose not to switch in this case, I can understand.  But the number of people I am seen who are willing to keep a 6 or 10 as their base card is staggering, and can’t be defended.

Anyway, Ann correctly calls her cards up to a 6 in slot #5 and freezes with 5 more places to go, all of which the calculator agrees with.  She’s got a 65.7% chance to win right now.

Kiko wins the second question, unveils a 10 as his base card, and doesn’t change (sigh). He calls lower on the next card, and is correct, revealing a 4. 

And here’s where the data completely shocks me.

I literally had to double check this result, but, by a very slim margin of a couple tenths of a percent, freezing is the right play.  And it leads me into one of the bigger general strategic takeaways: play conservatively when you win the survey question, and play aggressively when you lose.

If you win a survey question, but proceed to miscall a card, you’re hurt in two different ways. Firstly, obviously, you’ve failed to make any progress on your board. But secondly, and even worse, you’ve given your opponent a free chance to play their cards. As a result, you need to play much more conservatively than in the case where you are the one receiving the free shot after your opponent messes up.

To illustrate this better, let’s assume that you win the first question of the match.  Based on the cards you get as you progress, when should you freeze?

“MAYBE” is based upon your base card. The better your base card, the more willing you should be to play on.

For comparison’s sake, let’s say you lose the first question instead, but your opponent miscalls a card on their turn.  What should your strategy be now?

“MAYBE” in this situation is based on both your base card and your opponent’s base card.

Not being at risk of giving your opponent a free crack at the cards allows you to play more aggressively.

Anyway, Kiko continues, and correctly calls the 9 as the third card.  He and the system agree that he should freeze here.  Things have improved for him, but he’s still a 40.7% underdog.

Ann wins control of the third question, changes the 6 (yay!) to a King, and goes on a tear, eventually ending up facing a 5 in the ninth card. 

One more correct call and she’s home free. The odds say to freeze at this point, giving her an 87.8% chance of winning the game in the next two questions. 

She opts to play on, hoping to convert on the 70.9% chance of calling a five correctly.  Unfortunately, she is punished for it, revealing a four as the next card and sending her back to her King.  Kiko doubles up with another 9 on the first call of his free shot, so nothing has changed except that we have one fewer question left in the game.  Ann is still a favorite, at a 61.3% to win.

Ann also wins the fourth question but doesn’t get too far into her row before missing.  Kiko gets another free run, and takes advantage, getting four calls right before facing a Jack as the seventh card in the row.

He opts to freeze, even though….

This may have been a better move earlier in the round, but we are going into sudden death on the next question.  If we freeze now and win the final question, we’re going to want to pass control of the cards to our opponent, who will only complete her row 23.7% of the time.  Yes, freezing here improves matters if we lose the next question.  We’re still a 37% underdog to win from this position, compared to a 7.9% chance if we were to fall back to the nine on our third card.  However, it’s better to combine that 37% chance now to try and finish the game, and fall back on getting the last question right if we can’t finish.

The game ends with Ann winning the last question and passing control of the cards back to Kiko, who can’t complete the row, giving Ann the victory.

As you can see just from this game, finding the right strategy can be difficult and non-intuitive. Both players made strategic missteps that seemed far from obvious to me before beginning this evaluation.

To get a better feel for it, I invite you to play around with the calculator.  Click on each card to choose their values and click the outer border to change each player’s base card.  You can also choose the active player, whether the active player won the question, and how many questions are left in the round.  With every legal game state, you’ll see what the system thinks is the best move, as well as what the active player’s chances are of getting to the Money Cards.

Press Your Luck and Pot Roast: Exploiting the Big Board

33 years on from its original cancellation, and 16 years after GSN revived it, Press Your Luck is back on our screens, introducing a new generation to the dreaded Whammy.  Watching the premiere episode, I had two reactions.  Firstly, of course, I was transported back to my childhood, watching the reruns of the original show during USA Network’s afternoon game show block.  I certainly think PYL had a lot to do with fostering both my love for game shows and statistical analysis, so watching a very faithful rendition of it come to life in 2019 hit me with a great big wave of nostalgia, as I’m sure was the intention when they greenlit it.

The second reaction I had was the memory of an old story. I’ve heard this story told in a bunch of different ways, but Google tells me it’s usually called the Story about the Pot Roast:

One day after school a young girl noticed that her mom was cutting off the ends of a pot roast before putting it in the oven to cook for dinner. She had seen her mom do this many times before. When asked why her mom answered “I don’t know. it’s what my mom always did. Why don’t you ask your Grandma? ” Her grandmother, in turn, replied, I don’t know. That’s just the way my mom always cooked it. Why don’t you ask her?

So, undeterred, she called her great-grandmother, who was living in a nursing home and at last got an answer. Great Grandma explained. “When I was first married we had a very small oven, and the pot roast didn’t fit in the oven unless I cut the ends off!”

Why did this old saw come to mind as I watched?  Because in their desire to keep the show as close to the original as possible, they managed to retain some of the flaws present in the gameplay of the original show. Flaws that were no doubt caused by the corners the producers had to cut to run the Big Board on the technology of the early 1980’s.  Flaws that could have been easily be fixed with the technology of today.

Flaws that somebody could exploit.


Here’s a quick word about the rules of the game, if you need a refresher.  The game is dominated by what’s known as the Big Board, a large display of 18 squares, arranged in a rectangular pattern.  A flashing light randomly bounces from square to square, while the contents of each square also change in a regular pattern.  The player who is in control of the Board may stop the Board’s movement at any time by hitting their button.  The contents of the square that the flashing light stops on is what the player adds to their bank.  It could be cash, it could be a prize, but it could also be a Whammy.  Landing on a Whammy bankrupts the player, so it’s imperative to avoid the Whammy as often as possible.

The main game is played in two rounds, with two different board configurations. In the first round, there are 9 Whammies out of a possible 54 possible slides, which should lead you to a 1-out-of-6 chance of hitting a Whammy.  However, two of the Whammies are located in one single space, which very slightly decreases the chances to 16.54%. The board configuration in round two adds a 10th Whammy, and the chances of hitting one of those suckers is 18.37%.

Can we come up with a viable strategy to hit a Whammy less often?


Fans of the game certainly know about the famous Michael Larson exploit, where a contestant on the original show memorized the finite number of paths that the bouncing light could take in order to always land on a space that never contained a Whammy.  I have no doubt that the patterns of lights that flash on the Big Board today are as close to random as computationally possible, so trying to replicate Larson’s feat is a fool’s errand. 

Instead, I noticed three flaws that they kept from the old show, no doubt to keep the show looking as close to the original as possible. These flaws taken together suggest a couple of strategies that one could use to land on the Whammy significantly less often than a player who is just randomly stopping the board.

Flaw 1: Every space on the board only contains three possible outcomes.

Back in the day, when they used slide projectors to create the Big Board, they had to limit the number of possible outcomes in each square.  But nowadays, no such limit exists. They could have increased the potential number of outcomes to a huge number, or even have certain prizes move around the board, showing up in different squares.  But, since they chose too keep the three-outcomes-per-square setup, we can quickly and easily enumerate all possible outcomes that a square can hold, and just as easily determine the chances of hitting a Whammy given any board configuration.

Flaw 2: All of the spaces change at the same time.

This was a flaw that was corrected by GSN in their revival, but has since returned.  This means that, instead of the board being in a constant state of flux, there exists a small period of time where the board state freezes. If one is quick enough, one could theoretically count the number of Whammies currently present on the board, and in doing so not stop the board unless that number was in your advantage. 

One thing we must keep in mind when creating a strategy is that we must stop the board within a reasonable amount of time. If we resolve not to stop the board unless there are zero Whammies showing, then we’re going to be waiting for quite a while, since that only happens on average once every 50 transitions. (For the purposes of this article, when I talk about a “transition”, I’m talking about the time when the spaces change their contents, not when the bouncing light changes squares.) Studio time is expensive, so even though they would edit the down time for broadcast, I’m sure the producers would have a word with if it took you two minutes to stop the board.  Considering that, we want to have a strategy that will stop the board within a reasonable number of transitions most of the time.  For the purposes of this article, I will define a “reasonable number of transitions” as stopping the board within 10 transitions or fewer 90% of the time. 

Playing around with the percentages, I found that a strategy where you stop the board if there are 0 or 1 Whammies showing within the first seven transitions, and stopping after that when 2 or fewer Whammies are showing means that you’ll be hitting the buzzer within 10 transitions 90.7% of the time, and within 14 transitions over 99% of the time, which is good enough for me.

If we follow this strategy, there will be an average of 1.12 Whammies on the board when we hit the buzzer, which translates to a Whammy rate of 6.27%, which means instead of hitting a Whammy once out of about 6 spins, we are now hitting a Whammy once out of about 16 spins!

There is, however, one giant, glaring flaw in this strategy, and that’s those pesky limits of human ability.  I took a stopwatch to last night’s episode, and calculated that the time between transitions of the board is about 4/5ths of a second.  Thanks to the fact that the Whammies are always in bright yellow squares that stand out compared to all the other squares, it’s not too difficult to count their number within that time just using peripheral vision.  However, determining if that number is lower than the threshold, and then send the signal from the brain to the hand to push the button to stop the board within that time is a very tough ask for everyone but the twitchiest of e-sports professionals. 

So is there another strategy we can use? Yes, there is, taking advantage of a one more flaw that has been carried over from the old days.

Flaw 3: When a square transitions, it cannot display the same thing twice in a row.

In the past, in order to effect a transition, they had to change the slide that was projected onto a square.  But nowadays, they are under no such limitation. If they wanted to, they could keep the displayed outcome of a square the same from transition to transition, but they chose not to.

What does this flaw mean for us?  Well, we know that if a Whammy is currently displayed on a square, we know that when that square transitions, the Whammy will go away, leaving something else. Only one square in each of the first two rounds contains multiple Whammies. All of the other squares, if they currently contain a Whammy, are then guaranteed not to hold a Whammy once it transitions. So, if we can count the number of Whammies on currently the board, and that number is higher than average, then we should expect a lower than average number of Whammies to show up the next time the board transitions!

This strategy is much easier to execute. Thanks to the Whammy squares being visually different from the rest of the board, it is certainly possible to count the number of Whammies present within 0.8 seconds, which gives you another 0.8 second window to push the button once you see the board transition. Try this wit the GIFs on this page, or the next time you watch the show, and you’ll see that this seems very doable.

Let’s try to create a strategy using the same limitations as above.  If in the first five transitions, you count five or more Whammies, you will want to hit the button after the next transition.  Otherwise, hit it the transition after counting four or more Whammies.  Following this strategy, you’ll still hit the button within 10 transitions 90% of the time.  You’ll also decrease your Whammy rate from 16.54% to 11.46%, which is about 1 in 8.72 spins.  The difference is smaller, but still pretty dramatic.

As I mentioned above, the board changes for round two, and adds another Whammy. With the increased odds, we need to create a new strategy following our usual restrictions. Thus, If you count 5 or more Whammies on the board in your first 8 transitions, stop the board on the following transition.  After 8 transitions, drop that threshold to 4 Whammies.  This strategy will still result in hitting the button within 10 transitions 90% of the time, and drops the Whammy rate from 18.37% to 13.17%, or about 7.6-to-1.

People expecting a Larsonesque strategy might be disappointed, but a person following this strategy will still hit 40% fewer Whammies compared to a person randomly stopping the board. If you’re hitting Whammies 40% less often than your opponents, I like your chances.  As people like professional sports bettors or poker players would tell you, small advantages can add up to big wins.

Jeopardy! All-Star Games: The Obligatory Draft Power Rankings

Where’s Gabe Kaplan and Telly Savalas?

Jeopardy recently announced that they will be a holding a new super-tournament next year, with a brand new format. Six teams, each consisting of three former champions, will be competing over a two week tournament. In each game that a team plays, every team member will take on the responsibility one of the three Jeopardy rounds. While the full rules and structure of the tournament are yet to be released, it’s still a very intriguing concept.

The show has already designated the six team captains (Ken Jennings, Brad Rutter, Colby Burnett, Julia Collins, Buzzy Cohen, and Austin Rogers), with the other twelve slots to be decided in a draft held live later this month. And if you didn’t think I was going to go all Mel Kiper Jr. on you and overanalyze the twelve-member draft pool, then you clearly don’t know me well enough.

In previous Jeopardy-related articles on this site, we have used two metrics to evaluate players:

  • Buzzer Percentage, abbreviated “b”. This is an estimation of the percentage of clues a player buzzes in on. Since this metric is evidence-based, it is influenced by a player’s skill with the buzzer.  That is, if a player is better with the buzzer than their opponents, it will appear that they are attempting to buzz in on a higher number of clues. As a result, this metric is also correlated with a player’s buzzer skill.  An average player will have a b of about 61%.
  • Precision, abbreviated “p”. This is a player’s percentage of clues answered correctly. As in Coryat Scoring, Daily Double clues are counted in this calculation if they are answered correctly, and ignored if answered incorrectly. An average player’s p will be around 87%.

As you might expect, these two metrics are often inversely correlated. As a player buzzes in more often, they will respond correctly less often, and vice versa.

I’ve gone over the history of each of the twelve contestants in the draft pool, evaluating their buzzer percentage and precision during their Jeopardy careers. I then baselined each score based on the type of competition to make them all comparable.  After getting a single b and p for each player, I put them through my Jeopardy simulator, playing out a series of theoretical two-person matches, which generated the following rankings.  Here they are, going from bottom to top:

(Disclaimer: I have done my best to be as objective as possible, considering that I’ve been lucky enough to meet and become friends with a number of these people. Hopefully that continues after they read what I’ve written about them!)

12. Leonard Cooper
2013 Teen Tournament Winner (4 games, b: 65%, p: 87%, FJ: 2/4)

It hardly seems fair to judge a player solely on their achievements at a Teen Tournament that will have happened six years in the past when this tournament takes place. Cooper was 16 when he last played, and will be 22 when the tournament kicks off, and the gulf between where a contestant was the last time they played and where they are now will be much larger for him than for just about any other player.

Still, let’s look at his history. He did win the Teen Tournament, but only after getting into the finals by benefiting from a literal once-in-a-lifetime happenstance as a semifinal wildcard. He was $14,000 behind heading into Day 2, but still managed to pull out the win thanks to a gutsy Daily Double wager. His buzzer skills seemed good, but that p of 87% worries me, especially considering it was earned in the relatively easy setting of a Teen Tournament. He’s going to be a wild card, and I for one am very interested to see what he can do.

11. Monica Thieu
2012 College Tournament Winner (4 games, b: 58%, p: 85%, FJ: 4/4)
2013 ToC Quarterfinalist (1 game, b: 64%, p: 86%, FJ: 1/1)

I hate to say it, but Monica’s Jeopardy career, at least when compared to others in the draft pool, is unfortunately underwhelming. She qualified for a wild card after losing a lock game in the first round of the 2012 College Tourney, won her semifinal after going into FJ in third place, and was outscored in both her final matches. Still, she won – can’t forget to give her credit for that. When she came back for the 2013 ToC, she lost a lock game in the quarters. And the metrics agree: both her buzzer percentage and her precision are below the level of an average player.

On the positive side, Monica is a career 5/5 in Final Jeopardy, the only person in the draft pool to have a perfect record in the round, even though the sample size is pretty small.  Given the format of the tournament, she could be employed as a Final Jeopardy specialist.

10. Jennifer Giles
2015 Teachers Tournament Winner (4 games, b = 66%, p = 90%, FJ: 3/4)
2015 ToC Quarterfinalist (1 game, b = 46%, p = 82%, FJ: 0/1)

Jennifer had a very good showing in her 2015 tournament, locking both her quarterfinal and semifinal games, and winning both halves of her final. The metrics, both well above average, match her rather dominating performance.

The problem was in her ToC match. It’s only one game, so I wouldn’t want to put too much stock into it, but it represents 20% of her Jeopardy career. It was also against fellow draftee Matt Jackson, showing what may happen when facing the caliber of players in this tournament. Without many other games in her portfolio to point to, that game takes on an unfortunate level of significance.

I think she’s potentially a very good player and a strong member for the team that selects her. Unfortunately, she doesn’t have the same number of dominant games as many of the other draftees, which contributes to her low ranking.

9. Alan Lin
6 Wins, $123,600 (b: 61%, p: 94%, FJ: 5/7)
2017 ToC 2nd Place (4 games, b: 57%, p: 91%, FJ: 2/4)

Lin finished behind Buzzy Cohen in the most recent ToC, and even beat potential team captain Austin Rogers twice – once in their Quarterfinal game, and finishing ahead of him in the final. Despite that feather in his cap, I can only rank him as high as ninth. His buzzer scores have been average at best. While he is quite precise, there are just too many other players in the draft pool with similar or better precision scores with a higher buzzer percentage.

8. David Madden
19 Wins, $430,400 (b: 61%, p: 93%, FJ: 14/20)
2006 ToC Semifinalist (2 games, b: 63%, p: 82%, FJ: 1/2)

David is one of the players I am most interested in seeing play. It will have been 13 years since the last time he played, as he turned down an invitation to 2014’s Battle of the Decades. He is, by a large margin, the rustiest player in the field. Will that affect him?

David had similar metrics to that of Alan in the previous spot during his initial 20 game run. His buzzer score was slightly better during his Tournament of Champions, albeit only over a two game sample. His precision cratered, however, thanks to a poor semifinal game where he went 15/21. That may have just been a bad game, and I’m willing to give a little slack if a player plays poorly once over a stretch of 22 games.

7. Pam Mueller
2000 College Tournament Winner (4 games, b: 58%, p: 95%, FJ: 3/4)
2001 ToC Semifinalist (2 games, b: 52%, p: 84%, FJ: 0/2)
2004 UToC Semifinalist (5 games, b: 64%, p: 90%, FJ: 3/5)
2014 BotD Semifinalist (3 games, b: 57%, p: 93%, FJ: 0/3)

Pam is one of the most experienced players in the entire tournament, at least in terms of games played over such a long period of time.  This will be the fifth tournament for Pam in over the course of almost two decades, a feat that can only be matched by Brad Rutter.  As such, it’s hard to know how much emphasis to put on her earlier tournaments. Her College tournament win was done with below-average buzzing but very good precision. Both metrics faltered during her ToC run. Three years later she returned for the Ultimate Tournament of Champions, where she became, at least in my opinion when I was watching, the breakout player of the whole thing, winding up as one of the last six players in the knockout, non-Ken division of the tournament. She followed that up with another strong performance a decade later, getting to the semis of a very difficult Battle of the Decades tournament as well. Ignoring her subpar 2001 ToC, her metrics overall has been strong. She’s proven to be a good player over a long time, and I expect nothing less from her once more.

6. Seth Wilson
12 Wins, $265,002 (b: 63%, p: 93%, FJ: 9/13)
2017 ToC Quarterfinalist (1 game, b: 54%, p: 94%, FJ: 0/1)

Small differences in buzzer performance can make a world of difference. Seth won 12 games, performing above average on the buzzer while still being very precise with his answers. On the other hand, he was one-and-done in his ToC, taking a third place finish in his one game with a cratering buzzer score, despite maintaining his precision. If Seth’s buzzer can be more like his 12-game run, he’ll be a solid pickup for the team that drafts him.

5. Ben Ingram
8 Wins, $176,534 (b: 62%, p: 95%, FJ: 9/9)
2014 ToC Winner (4 games, b: 55%, p: 95%, FJ: 3/4)

Ben made his bones by being very cautious with the buzzer and picking his spots, and it served him very well. When he opened his mouth, he was usually right. That, combined with a career 12/13 FJ record, earned him 8 wins and gave him an impressive ToC victory in 2014 over the more-heralded Arthur Chu and potential team captain Julia Collins.

The level of competition is now being raised once more. The question must be asked if that game plan can bring him success again.  I’m still expecting a strong showing, as evidenced by his top-half ranking.

4. Roger Craig
6 Wins, $230,200 (b: 80%, p: 92%, FJ: 4/7)
2011 ToC Winner (4 games, b: 76%, p: 85%, FJ: 1/4)
2014 BotD 3rd Place (5 games, b: 71%, p: 80%, FJ: 3/4)

Roger Craig is, by far, the best pure buzzer in the draft pool. He is also, by far, the least accurate player in the pool. Just to remind you, a precision of 80% in the most recent Battle of the Decades meant that, over the course of those five games, once out of every five times he buzzed in, he responded incorrectly. You can’t knock it too much, though. It worked for him, as he was able to finish in third place finish in the Battle of the Decades behind Brad and Ken.

Roger is an interesting case. Buzzer Percentage and Precision are inversely correlated, and among most strong players, it seems that if one score is noticeably higher than the other, it’s precision. Roger is just the opposite, and is the one player in the draft pool that plays this way. The simulations seem to favor this style of play, which is why he’s ranked this highly.

3. Larissa Kelly
6 Wins, $222,597 (b: 68%, p: 94%, FJ: 7/7)
2009 ToC 2nd Place (4 games, b: 72%, p: 93%, FJ: 3/4)
2014 BotD 1st Round (1 game, b: 58%, p: 96%, FJ: 0/1)

Yep. Larissa Kelly. Ranked third. I was surprised too. When I looked over the list of names, I didn’t even recognize Larissa at first. But after I studied her games and calculated her metrics, I couldn’t deny what I saw. She may be one of the most underrated champs of all time.

She had great control of the buzzer during her initial run, but still answered with great precision. Her run could, and perhaps should, have gone longer, but one bad game with two missed Daily Doubles ended her run. While most people’s buzzer scores drop between their initial run and their Tournament of Champions, hers actually increased over the four games. In that ToC, she won her first two games convincingly, and even had the overall lead heading into FJ on the second day, only to miss while her opponents got it. You may worry about her one-and-done performance in the Battle of the Decades, but watching the game tells a different story. Once again, she took a big lead going into FJ, only to once again miss the question while her opponents were correct. Those two Final Jeopardy misses were the only misses of her career.

Anybody who’s ever played the game knows you need a lot of luck to win a game even a single game of Jeopardy, and it looks like luck was the only thing that prevented Larissa from having a more memorable career. She’s not a big name, and thus I fully expect her to fall to the second round of the draft. The team that picks her up will be very, very lucky.

2. Matt Jackson
13 Wins, $411,612 (b: 68%, p: 97%, FJ: 8/14)
2015 ToC 2nd Place (4 games, b: 68%, p: 96%, FJ: 1/4)

Matt Jackson is scary good. That much was evident just from watching him play, but when you dig into his numbers, you realize just how good he is. I’ve got him graded as the most precise player in the pool, playing a total of 17 games at such a high standard. Precision like that usually is the result of being a bit pickier with the buzzer, but his buzzer score is also among the highest in the pool as well. He even maintained those stats almost exactly during his Tournament of Champions. He’s just really, really good, and I wouldn’t be shocked to see him drafted first overall.

However, he’s only ranked second on my board.  There’s only one person that I could justify putting above Matt…

1. Alex Jacob
6 Wins, $149,802 (b: 73%, p: 93%, FJ: 2/7)
2015 ToC Winner (4 games, b: 73%, p: 93%, FJ: 0/4)

If Matt Jackson was number two, then the person who beat him in the Tournament of Champions had to be number one. Alex’s buzzer score is the second best in the draft pool, behind only Roger Craig. However, while Roger’s proclivity with the buzzer is tempered with an unfortunate number of wrong answers, Alex’s buzzer skills have no such caveat. His precision also ranks among the best in the field. The only knock against him is his record in Final Jeopardy, which stands at an hardly-believable 2-for-11. Thanks to the tournament format, he may not ever have to play Final, and so I can overlook that blemish and still name him my number one overall draft pick on my board.

In reality, all twelve of these players have shown themselves to be great champions, and however the teams break down, they all will have a great chance to win it. I’m looking forward to seeing how it shakes out come next year.

Beating the Big Numbers on High Rollers

Trebek and Lee. They're cops!

Trebek and Lee. They’re cops!

When you think about dice and game shows, the show you probably think of first is the Heatter-Quigley show High Rollers, hosted by Alex Trebek and his awesome 70’s fro for two separate runs on NBC, and then again by Wink Martindale in 1987. Through every incarnation of the show, the bonus round remained the same: the Big Numbers.  Based on the old gambling game Shut the Box, it heavily relied on luck, but also had some strategy in how you played it.  It also seemed extremely difficult, as players rarely walked away winners.  We wondered if the difficulty of the game was due to poor strategy, or if the game was simply stacked against the contestant.  To answer that question, we first had to figure out just what the optimal strategy should be.

The rules are simple enough. The contestant is faced with the numbers 1 through 9.  In order to win, they must eliminate each number, which they do by rolling two dice.  After each die roll, the contestant chooses from the numbers they have remaining either a number or combination of numbers that equal to the number rolled, which are then eliminated from further consideration.  If the contestant manages to eliminate all nine numbers before rolling a number that cannot be matched, they win the grand prize.

During the course of the game, the contestant can also earn “insurance markers”. Every time they roll doubles, they earn an insurance marker, which essentially give the contestant an extra life – if they roll a total which they cannot match, they may instead roll again.  Contestants can use insurance immediately, even on the same roll that earned them the insurance.

The Big Numbers board in the 1987 revival, in all its glorious 80s-ness.

The Big Numbers board in the 1987 revival, in all its glorious 80s-ness.

Sometimes you can only match a roll one way.  But most of the time, especially in the first few rolls, you have several ways to match a total with the numbers remaining.  For example, there are 12 possible ways of matching a roll of 12 on the first roll!  Which of these 12 would give you the best chance of winning the game?

We decided to take a brute force approach to evaluating this game.  Since there are nine different numbers, and each number has two states (either still on the board or removed), that means that there are 512 (2 to the 9th power) possible combinations of numbers that you could be left with at some point during the game.  While that would be a large number to work out by hand, luckily we can make the computer do most of the heaving lifting for us.

First, we can trivially work out the probabilities of every situation where there are no choices to be made.  For example, consider the situation where only the number 7 is lit up and we have no insurance markers.  The only way to win in this case is to roll a 7. Seasoned gamblers would know that the chances of rolling 7 on a pair of dice is 16.66% chance, or ⅙.  However we have to remember that not all non-seven rolls will lose the game – a roll of doubles grants an insurance marker that we could immediately cash in.  That means that of the 36 possible rolls, 6 are winners, 6 let us roll again, and 24 are losers, which means the chances of winning are 6 / 30, or 20%.

Once we have these easy cases calculated, we can start working on the cases where we have a choice.  We used an iterative process for this.  We made up a list of all number combinations that we could not evaluate as above, and looked at each of them.  If we came up with a case where every option’s chances of winning had not yet been determined, we skipped it for the moment.  If we could figure out every choice’s chances of victory, we could then figure out which option would provide the greatest chance of victory, and then determine what the overall chances of winning were from that configuration of numbers.

For example, say we have the numbers 3, 4, and 7 left on the board.  We could not have figured out the chances of victory from this position earlier, since if we roll a 7, we can do one of two things: take off the 3 and 4 leaving the 7, or remove the 7 and leave the 3 and 4.  But now that we’ve determined the chances of winning from all of the simple cases, we can use those to figure out this case as well.  We’ve already figured out that the chances of victory if we have a bare 7 left on the board is 20%.  It turns out that the chances of victory with 3 and 4 on the board are slightly better: 20.83%.  That means in this instance, we should eliminate the 7 if we roll a seven with the dice, since a board with a 3 and a 4 left on it would be easier to deal with than a board with only a 7 on it.  Combine that with the chances of winning when we roll the other good numbers, none of which require making a choice (3, 4, 10, 11), we can determine that the overall chances of victory from this position are 7.64%.

After iterating through the list of unsolved configurations several times, we eventually discovered both the best strategy to use and the chances of winning from every possible combination of numbers.  From the starting position, where all nine numbers are lit and you have no insurance markers, you have a 17.1% chance of knocking all the numbers off.

Gene has a 9.32% chance of winning right now. How'd he do?

Gene has a 9.32% chance of winning right now. How’d he do?

Can we make any characterizations about the best strategy?  In general, it seems that the best strategy is to remove the largest numbers from the board that you can from your roll.  This means that on your first roll, if your roll is less than nine, you should remove just the number you rolled.  If you roll 10 or more, you should remove the 9 and either the 1, 2, or 3, depending on if you rolled 10, 11, or 12.

I do say this is the best strategy in general, but there appear to be a large number of exceptions.  Say you rolled a five to start with, and took off the 5.  If on your second roll you rolled another five, you might be inclined, following the rule of thumb above, to knock off the 4 and the 1.  Doing this leaves you with a 7.01% chance of winning.  If instead you removed the 3 and 2, you’d have a 7.47% chance of winning.  This is just one of many cases where following the general strategy is not optimal.  We tried to figure out if there was a common thread to these exceptions, but nothing jumped out at us.  Even so, We would expect that a person following the basic strategy and ignoring these exceptions would probably only cost themselves a few tenths of a percent on their overall winning percentage.

If you’d like to play around with these results, I’ve included a little widget at the end of this post for you to play with.  Highlight the numbers remaining on the board and the number of insurance markers you have, and it’ll outline the best strategy to follow at that point, as well as your chances of victory.  Have fun!

Chasing Down The Best Chaser

Chasers

Pictured Left to Right: Velma, Scooby, Daphne, Shaggy, Fred.

Earlier this year, Jenny Ryan joined the cast of the ITV hit show The Chase as the fifth resident chaser. The Vixen will take her place among trivia’s rogues gallery alongside Mark “The Beast” Labbett, Shaun “The Dark Destroyer” Wallace, Anne “The Governess” Hegerty, and Paul “The Sinnerman” Sinha. Given Jenny’s trivia bona fides (QI elf, Only Connect series champ, University Challenge, Mastermind, and Fifteen-to-One alumna), it’s no surprise that she fit right in alongside the others, who between them have over 700 episodes of experience with crushing the hopes and dreams of unlucky contestants. But, after all those episodes, who among them is the best at their job? Who’s the one you would least want to meet at night in a dark alley of trivia?  (Note: Given that Ryan has not had much time to accumulate data, we will ignore her for the purposes of this question.)

The chasers have two chances to catch contestants and eliminate them during the show. First, they can eliminate contestants individually during each contestant’s head-to-head round. Finally, they can eliminate the team as a whole by catching them during the final chase. Let’s look at each round individually and see what data we can get.

Head-to-Head Round

chase_tableDuring the head-to-head round, the contestant is tasked with getting multiple choice questions right, each correct answer allowing the contestant to take one step towards victory and earning money for the communal team bank. The chaser starts eight steps away from the finish. The contestant can choose to start either four, five, or six steps away from the finish (and thus starting with either a four, three, or two step head start on the Chaser), with the further starting locations worth more money. The Chaser and the contestant are asked the same questions, with each right answer bringing them closer to the finish line.  If the contestant manages to stay ahead of the Chaser and reach the finish line, they put their earned cash into the communal bank, and earn a spot in the Final Chase at the end of the show. If the Chaser catches up to them before that happens, they don’t earn the money and are eliminated.

It is tough to get an accurate read on the Chaser’s abilities from the data that we have in this round. We are relying on the results provided by the Chase Wikia, which only gives a one-line summary of how each episode finished. It would be great if we could watch all 707 episodes from the first eight seasons of the show and keep detailed records of the Chaser’s correct answer rate, but that may be a project for when somebody finally invents the 28-hour day. Still, we do have a record of how often each Chaser catches a contestant in this round. Can we do anything with that?

chase_h2h_table

Before we put too much stock in these numbers, I do want to share my reservations about it. First, we do not have the data of how many contestants opted to start with a two, three, or four step head start. We can assume that each chaser gets about the same amount of contestants to step closer or further away, but it introduces a small element of imprecision we can’t address.

Another issue that muddies the water is that some contestants are uncatchable. If a contestant answers every question correctly (or answers incorrectly a fewer amount of times than their head start), then the performance of the Chaser is moot. It will always be chalked up as a loss. It doesn’t seem right that there are times that a Chaser could answer every question correctly or every question incorrectly and have it look the same either way in the data.

Finally, the bigger issue is that these numbers are so close as not to be statistically significant. Even though each Chaser has faced down between 600 and 800 contestants each, that’s still too small of a sample size to say that these numbers are definitive. The margin of error of each of these numbers at a 95% confidence interval is around 3.5% percent, as illustrated in this chart.

chase_h2h_2

In this graph, we’ve highlighted the margin of error in red, representing where we think each Chaser’s true value could fall within a 95% certainty.  You can see that even Paul’s low mark could theoretically still be the highest among the four.

So it’s clear that this analysis isn’t the best determination of Chaser performance. Can we do better in the Final Chase?

Final Chase

Chasers

Pictured Left to Right: Ginger, Baby, Scary, Sporty, Posh

After every contestant has had a chance to play head-to-head against the Chaser, those who survive are brought back to try and win the communal bank. The team is given 2 minutes to answer as many questions as they can. The Chaser then gets another two minutes to try to match the score set by the contestants. If they do that, then it’s game over for the team. If the Chaser falls short, then the surviving team members split the bank. To even the playing field, the contestants are given two major advantages. Firstly, they earn a head start equal to the number of surviving contestants. Secondly, anytime that the Chaser misses a question during their turn, the clock is stopped and the contestants get a chance to answer it themselves. If they get the question correct, they push the Chaser back one step.

The data we have for this round is of a much higher quality. We know how many contestants the team has left and how well they scored during their two minutes. We also have the Chaser’s final score, and how long the Chaser took to catch the team if the Chaser won. What we’d like to do is use the Chaser’s score as the performance metric in this round, but we’ll need to do a few things first to take care of the variable conditions of this round.

chase_final_picThe most obvious place to start is by normalizing the amount of time each Chaser has to answer questions. Since the game is over as soon as the Chaser meets the score set by the contestants, we need to figure out what the Chaser would have scored had they had their full two minutes. That’s simple enough: We will give them credit for the missing time by assuming that they will continue to answer questions at the same rate. Thus, if a Chaser catches a team with a score of 15 with 30 seconds left, we will treat that as a score of 20. If the Chaser fails to catch the contestants, their score will not change, as they used the entire two minutes.

Now, there are a couple of issues with treating the scores this way. If a Chaser has to chase down a small score, it’s possible that they might take a couple of seconds extra to think about each question before answering. On the flip side, if they have to chase down a large score, they may rush and become prone to more mistakes. Also, (and I have no proof of this except my own anecdotal experience of watching the show) I feel that the host, Bradley Walsh, will speed up his reading of the questions if time is winding down and the Chaser is close to the target. While these are things we need to be aware of, I still feel comfortable about normalizing the scores in this way.

Chasers

Pictured Left to Right: Niall, Liam, Harry, Louis, Zayn

The other thing we need to control for is the number of opponents that the Chaser is facing. Since the contestants get offered any questions that the Chaser misses, and their right answers are deducted from the Chaser’s score, the number of contestants left on the team has a direct impact on the Chaser’s final score. Analyzing the Chaser’s scores as a function of team size tells us that a two or three player team will earn around one more pushback than a one player team, while a full four player team earns around 1.5 pushbacks more than the single player. If the Chaser faces a multi-person team, we will give them credit for these extra pushbacks so the data is normalized to a Chaser facing a single player.

Now that we’ve eliminated all variables outside the control of the Chaser, here’s each Chaser’s average performance.

chase_final_table

Mark, Anne, and Paul are all very close, but Shaun ends up averaging almost 2 questions less. This is borne out by using each chaser’s raw winning %: Mark, Anne, and Paul win about three-quarters of the time, while Shaun’s victory rate is only two-thirds.

This data does not suffer from the issues of the data from the head-to-head round. This data is a metric of raw performance on the part of the Chasers; we have eliminated any effects the contestants have on this score. It is also significant to a 95% confidence level. The margin of error on these numbers is between 0.6 and 0.7 of a question for each Chaser, which means that while we can’t say that Mark, Anne or Paul are better than one another, they all have performed better than Shaun.

Extrapolation

There’s something else that we can do with this data that’s pretty cool. To illustrate this, let’s take a look at a graph of the frequency of Mark’s normalized scores, rounded to the nearest whole number.

chase_labbett_bellcurve

Say, that kinda looks like a bell curve, doesn’t it? Doing some normality testing on the data bears this hypothesis out; this data likely conforms to a normal distribution. The other Chasers’ data has the same feature. Therefore, since we know each Chasers’ average performance and standard deviation during the Final Chase, we can extrapolate upon this data and determine the odds of a Chaser beating any given score by fitting a normal distribution to each Chaser’s average score and standard deviation.

For example, let’s assume that a full team of 4 sets a score of 17 during their final chase. Not too shabby, right?  What’s the likelihood that each Chaser will chase down that score?

Since our averages are normalized for a 1 person team, and this example uses a 4 person team, we will add 1.5 to their final score to represent the greater number of pushbacks that the team will score. So, the Chaser will have to score at least 18.5 points in order to catch the team. What is the team’s chance of victory against each Chaser?

chase_final_example

Here you can see just how much an effect that two question difference between Shaun and the other three has. Facing Paul, Anne, or Mark, the team has less than a 1 in 4 chance of victory. Up against Shaun, the team will run out winners 42% of the time.

Here’s the full graph that shows the chance that a team will beat each Chaser based on their final score (before pushbacks).

chase_answers_graph

Pictured Left to Right: Wasp, Hulk, Iron Man, Thor, Ant-Man

Pictured Left to Right: Wasp, Hulk, Iron Man, Thor, Ant-Man

So who is the best Chaser? With the data we have right now, it’s hard to tell. I’d be inclined to call it a dead heat between Mark and Anne, with Paul just a nose behind them, and Shaun a bit further back. Despite this gap, I want to stress that Shaun is still an formidable opponent, and if the contestants facing him are expecting an easy game, they’re going to be disappointed.  Time will tell how Jenny will fit into this group, but given her quizzing pedigree I expect her to do just as well as the other four regulars.

2015 Jeopardy Tournament of Champions: Semifinal Update

Couple of random thoughts before revealing my predictions for the ToC Semifinals:

– My system did pretty darn well this year, getting 4 of the 5 winners of the semifinals correct. Granted, it wasn’t much of a radical prediction to say that Matt Jackson and Alex Jacob would win their games. However, I’d argue that Kerry Greene, despite nominally being the top seed in her game, was not an obvious favorite, nor would Catherine Hardee be easy to pick out as a favorite to win from the third lectern. The system’s one miss was favoring Greg Seroka and Kristin Sausville over the eventual winner from Tuesday’s game, Brennan Bushee, though to be fair Bushee won the game from last place by being the only player to get Final Jeopardy correct.
– The Wild Card cutoff point was higher than average this year at $14,000. The average over the history of the tournament (after doubling the scores of the pre-double dollars era) stood at $10,464. Anecdotally, I’d think that may be the effect of almost all players going into their games with the goal of not necessarily winning, but playing to hit a self-determined goal score that would earn them a wild card. With much more data out there about things like historical wild card totals, I wonder if this is going to lead to a situation where the wild card cutoff will always be higher than historically expected. Then again, last year’s cutoff was $9,100, and most of the data was available then too, so it’s just as likely there’s no great reason for this year’s cutoff being so much higher.
– I would love to know how the Jeopardy team selects the semifinal matchups. I’ve tried to come up with some set of seeding rules, but nothing I can find explains the matchups perfectly. The only rules that I know for sure are that players will not face their opponents from their quarterfinal match, and two people with the same first name will not play each other. This is different from the quarterfinals, where the games are fairly obviously seeded so that in each match one of the top 5 players (ranked by games and money won) plays one of the second five and one of the bottom five.
– I need to thank Andy Saunders of The Jeopardy Fan for his guesses as to what the semifinal matchups would be, which turned out to be correct and give me a little more time to run the numbers. Jeopardy didn’t officially release the matchups until Monday morning (as far as I saw through the official channels), which is slightly annoying for those of us in the game-show-data-analysis business.

toc-sf1
Our prediction of Jackson vs. Jacob vs. [Seroka/Sausville/Hardee] isn’t going to be happening, since neither Greg Seroka nor Kristin Sausville made the second week, and Catherine Hardee is playing Matt Jackson in Wednesday’s game. Instead, the favorite for that third slot becomes Dan Feitel, winner of the Semifinal Matchup sweepstakes. He had the biggest movement in our prediction engine thanks to staying out of the path of the two juggernauts, increasing his chances of winning the tournament from 4% to 14%.

toc-sf2

Alex dominated his quarterfinal game, becoming the only player to have a lock game last week. We see no reason to expect a different result from his semifinal matchup against Brennan Bushee and Vaughn Winchell.

toc-sf3

If anybody is going to keep us from a final of M Jackson v. A Jacob v. AN Other, Catherine Hardee has the best chance of doing it. She could actually outbuzz Jackson, possibly the first time he’s ever had to face somebody who could do that.  If she can keep her number of wrong answers down and take a few Daily Doubles, she could still certainly crash the finals.  However, the smart money still has to be on Jackson winning this matchup.

toc-sf-odds

Thanks to a slightly easier Semifinal matchup, Alex Jacob takes the tag of favorite by a clear margin over Jackson. Both men are close to 1-in-4 odds of taking the title. As prevously stated, Dan Feitel moves from his quarterfinal position of “best of the rest” into a solid third place thanks to avoiding the two favorites. Good luck to all participants, and here’s hoping that the games to come are just as fun, interesting, and exciting as last week’s games.

Predicting the 2015 Jeopardy Tournament of Champions

Trivia Christmas is coming a bit early this year. Instead of the usual 18 month wait between events, we’re getting another installment of the Jeopardy Tournament of Champions a mere twelve months since the last incarnation. It’s always fun to try to predict how these things will go, so we’ll see if we can better our efforts from last year, where we had eventual winner Ben Ingram rated as the fifth most likely winner in a fairly wide-open field. This year, however, the field has broken down into three distinct groups.  The field is led by two co-favorites, each of whom have a one-in-five chance of victory.  There are three dark horse candidates for the title, with chances of victory ranging from 11% to 14%. Finally, we have the remaining ten contestants, none of whom have more than a 1-in-25 chance of taking home the title.

Before we reveal our predictions, let’s do a quick recap of our methodology. We analyse players’ ability using two metrics. The first is Buzzer Percentage, which attempts to measure how often a contestant will buzz in. Since we can’t measure this directly, we use a Monte Carlo simulation to estimate it based on how often a player has successfully rung in during their previous games. The second metric is Precision, which is the percentage of times that they are correct on clues where they buzzed in (ignoring Final Jeopardy & Daily Doubles). For reference’s sake, the average Jeopardy contestant has a buzzer percentage around 60% and a precision around 87%.  This system is based on the system that the designers of Watson used to simulate human opponents for Watson to practice against.

Once we have those numbers, we run a bunch of simulated games using each player’s Buzzer Percentage and Precision, and determine how likely they are to win their quarterfinal games. Using the results of these simulations, we track how likely a contestant is to win their quarterfinal or qualify for a wild card, and use that to weight a player’s potential matchups in the semifinals and finals.  Here’s what our simulation gives us for each of this week’s quarterfinal games:

Monday's Odds

Monday’s predictions.

If you want a dark horse candidate for your those office Jeopardy pools I know you’re all in, Catherine Hardee is a decent candidate. Despite winning one game fewer than Dan Feitel and Vaughn Winchell, her strong Buzzer Percentage and respectable precision gives her a slight edge in Monday’s matchup.

Tuesday's Game

Tuesday’s predictions.

Two of the three dark horse candidates face off on Tuesday’s show. Greg Seroka and Kristin Sausville both have a decent chance of taking down the whole tournament. Brennan Bushee is a bit unfortunate in his draw; despite his strong precision he could get squeezed out by two of the tournament’s strongest buzzers.

Wednesday's Odds

Wednseday’s Predictions.

96.8% precision. Ninety-six point eight percent precision. That is a crazy, insane, whacked-out number, and helps make Matt Jackson, unsurprisingly, one of the favorites for the tournament. Jackson draws a fairly easy group for his first game. John Schultz’s metrics are among the weakest in the field, and are actually comparable to an average contestant. Jennifer Giles could take an upset win, and in doing so become only the second Teacher’s Tournament winner to make the second week.  The first, of course, being Colby Burnett, who won the whole thing in 2013.

Thursday's Odds

Thursday’s predictions.

There’s no nice way to put this: the lineup for Thursday’s match is by far the weakest. All three contestants are very conservative buzzers; expect a higher than average number of clues going untried. Kerry Greene is at least precise when she buzzes in, which gives her quite an edge over the error-prone Andrew Haringer and Elliot Yates.  Any way you slice it, this game will give an automatic semifinal berth to a player who may have had a hard time qualifying in other games.

Friday's Odds

Friday’s predictions.

Alex Jacob has the busiest buzzer finger in the entire tournament. When paired with his excellent precision, it makes him the co-favorite to win the entire tournament. Scott Lord and Michael Bilow will have a hard time matching up.

Complete Picture
Alex Jacob and Matt Jackson are so close that it’s fair to call them co-favorites to win the tournament.  Assuming that they manage to avoid each other in the semifinals (which is what caused most of their eliminations in our simulations), they should get to lock horns in a great two-day final.  Chances are they’ll meet one of Greg Seroka, Kristin Sausville, or Catherine Hardee there.  At that point, the only winners I’d be willing to predict for certain would be the audience, who would get to watch an exhibition in excellent Jeopardy gameplay.

Lightning Round: Matt Jackson, New Jeopardy Record Holder?

So things have been quiet here for a few months.  I’ve been very busy at work lately, but I do have a couple of articles that are very close to being finished that will be up in the next few weeks. One is a treatise on Daily Double wagering that I’ve been working on for the better part of a year, and another article will be evaluating the performances of the Chasers on ITV’s The Chase.  However, current events have prompted me to write a Lightning Round article about this man, who has polarized fans of Jeopardy over the past two weeks:

The owner of this smile is Matt Jackson, a paralegal from DC who yesterday became the 5th person ever to reach 10 wins, putting him 5th on the all-time win list behind Arthur Chu (11), David Madden (19), Julia Collins (20), and, of course, Ken Jennings (74).  Given Jackson’s performances so far, how many wins is he likely to finish his run with?  Could we be looking at a new record holder?

I’ve taken a look at this sort of thing before, back in June of 2014 after Julia Collins had finished her 20 game run.  I’m going to use the same methodology here: look at Jackson’s game situations heading into Final Jeopardy, and determine how often Jackson should be expected to win if he continues in that fashion.

In Jackson’s 10 games so far, he has achieved 8 lock games and 2 crush games heading into Final Jeopardy.  The lock games are easy to deal with – Jackson wins those 100% of the time.  That leaves the 20% of the time when Jackson is leading by more than 2/3s of his nearest opponent’s score.  In order to lose a game that you are crushing heading into Final Jeopardy, two things need to happen: you need to respond incorrectly to Final, while your nearest opponent needs to respond correctly.  So far, Jackson has a 60% correct response rate in Final Jeopardy.  I’ll use the historical correct answer percentage for an average contestant in Final Jeopardy to determine the chance that his trailing opponent answers correctly, which is 48.8%.  Since both events have to happen in order for Jackson to lose, we multiply the chances that Jackson misses (40%) by the chances that his opponent answers correctly (48.8%).  This means that the chance that Jackson loses in a crush situation is 19.6%.  Or, in other words, Jackson wins a crush 80.4% of the time.

So, 80% of the time, he locks up the game before Final and wins.  20% of the time, he has a crush heading into Final and wins 80.4% of the time.  Combine those two probabilities, and you come up with an impressive 96.1% win rate.  That is very impressive, close to Ken Jennings’ 97.0% win rate and well ahead of the third place win rate, David Madden’s 85.6%.

Does that mean he’s a threat to Jennings’ record?  It’s not very likely.  Jennings was very good but also very lucky, and outperformed his expectation (a mere 31 wins) by a large margin.  A person with a 96.1% chance of winning would be expected to “only” win 24.56 games before losing.  In Jackson’s case, we can add his 10 wins to that total to get our current estimate: an astounding but far from record-setting 34 games won.  I predict his current chances of the setting the record at 7.2%: possible but unlikely.

Of course, this analysis is predicated on him keeping up his pace of dominating the first two rounds before heading into Final Jeopardy.  Should he start to leave more openings for his opponents to catch him in Final, or (gasp) actually come into Final behind at some point, his expected win total would plummet.  Still, as long as he keeps up this level of performance, I’d expect to see Matt Jackson on our screens for some time to come.

Lightning Round: 500 Questions

500QABC’s latest Big Event Game Show Thing, 500 Questions, is currently in the middle of its nine night run.  And while pundits are keeping tabs on whether or not the show will actually manage to ask 500 questions during its entire run (spoiler alert: no), a question asked on the LearnedLeague forums got my attention.  A user asked what the chances were of a contestant actually completing the titular 500 questions.  That sounds like something we can look into.  So, we’re starting a new series here at Game Show Theory, The Lightning Round, devoted to questions about game shows that are interesting, but don’t really qualify for a full strategic breakdown.

Let’s have a quick refresher of 500 Questions’ rules.  A contestant is asked trivia questions one at a time, up to a theoretical total value of 500 questions.  Answering them correctly can earn money, which they secure after every 50 questions.  However, if they ever miss three questions in a row, they’re off the show.  There are some different types of question, and the presence of another player who may occasionally make life difficult for the contestant, but for our purposes we are going to ignore their effect on the game.

Question 5: How many fingers am I holding up?

Question 5: How many fingers am I holding up?

So, how likely is it that a contestant sees all of their 500 questions? I know of no simple probability distribution to address this question, so we’re going to take a slightly more manual and iterative approach to the problem.  We’re going to break the problem down by calculating the chance of a contestant surviving 1 question, 2 questions, 3 questions, and so on, up to the goal of 500 questions.

Let’s work through an example.  Let’s assume a prospective contestant will give a correct answer to a question a respectable 60% of the time.  Figuring out the chances of surviving the first two questions is trivial – it’s 100%, since there is no way to get three wrong answers in a row yet.  The first chance of losing comes at 3 questions.  The player would have to get the first three questions wrong in a row, which translates to 3 straight 40% shots:

CodeCogsEqn

The chances that the player would go three-and-out is 6.4%, meaning that 93.6% of the time they’re still in the game after three questions.

With that done, let’s work out the chances that the player bombs out after 4 questions.  You might initially think at first that it’s the same as above, 6.4%, but actually there’s a couple of wrinkles we have to consider.  First of all, we need to factor in the chances that they’ve already been defeated, since you can’t lose after 4 questions if you’ve already lost after 3 questions.  Secondly, losing at 4 questions not only requires the contestant to have gotten questions 2, 3, and 4 incorrect, but also must have gotten question 1 correct.  If Question 1 was answered incorrectly, there is no way the player can get three in a row wrong on question 4.  Either they answer questions 2 and 3 wrong, in which case they’ve already been eliminated, or they answer one of those questions correctly, in which case Question 4 can’t be the third wrong answer in a row.

This gives us the following formula:

CodeCogsEqn (1)

Factoring all that in, we now have a 3.6% chance of losing after question 4.  Combined with the chances of losing after question 3, the total chances of survival are now a hair above 90%.  If 10% of the time, the player will be out after only 4 questions, their chances of surviving 500 questions is not looking too strong.

Calculating the odds of losing on questions 5 and beyond can be calculated in the same way as question 4.  We multiply the chance that we are still in the game at that point by the chance of answering one question correct and three questions wrong.

Question 500: Mark Burnett's Beard. Seriously, WTF?

Question 500: Mark Burnett’s Beard. Seriously, WTF?

As you might imagine given the results so far, the results do not make pleasant reading for our hypothetical player.  They only have a 50% of getting to question 19, well before they have the chance to make any money.  They’re only going to be able to bank the money earned in their first 50 questions 14.8% of the time.  And the chances of getting through all 500 questions?  0.0000003%.  That’s about a 1 in 300 million chance,  meaning they have as much chance of surviving 500 questions as they have of dying  as a result of a shark attack.  Put another way, our 60% contestant should stick to playing Powerball – they’ll have about twice the chance of winning the jackpot there.

What if we increase the contestant’s average question get rate?  Here’s a chart that breaks down the chances of players of different strengths hitting the 25, 50, 100, 250, and 500 question milestones:

500q-chart

If a player wanted to have a 50/50 shot of getting through the 500 questions, they need to be very, very good.  A player would have to get 88.37% of their questions right to stand a break-even chance of finishing the game, a number I would expect only trivia elite could get close to achieving.

One of the decisions that the producers of 500 Questions have made is to be outspoken in calling their contestants geniuses.  They better be – only geniuses stand a chance of performing well.

How to become Richer than Uncle Pennybags on Monopoly Millionaire’s Club

There have been many attempts to translate Monopoly, often considered one the worst board games ever, to television. A series of pilots in the late 80s failed to get off the ground.  ABC ran a pretty good attempt of bringing the game to the small screen as a 13 week summer series in 1990, paired with the epic Super Jeopardy! tournament. In more recent times, elements of the board game have been found on the Hub’s Family Game Night.  And now, with backing by the Multi-State Lottery Association, a new show based on Monopoly has hit syndication, Monopoly Millionaire’s Club.

logo

In an alternate universe, we’d be watching “The Landlord’s Game Millionaires’ Club”.

Monopoly Millionaire’s Club is a special subgenre of game show called a lottery show.  Depending on where you live, that term either has you nodding your head in recognition (if you live in a state with a proud history of lottery shows like Illinois or California), furrowing your brow in confusion (if you live in most of the rest of the US), or nodding your head in recognition even though you’re wrong (if you live in the UK, where “lottery show” has a different connotation).  In the US, a lottery show is a game show that is produced by a lottery commission.  It looks, sounds, and smells like a game show to the untrained eye, but there are three key differences that separate a lottery show from a standard game show.

  1. Contestants are chosen through the lottery.  Often times lottery commissions will run a series of special tickets where either the main prize or a “second chance” prize is an appearance on one of their shows as a contestant.  This is the only method of contestant recruitment, which provides a different type of contestant than the carefully controlled contestant selection process of most game shows.
  2. By law, all competition must be luck based, not skill based.  In order for the lottery commission  to get away with giving away prizes on these shows, they have to ensure that it truly remains a lottery.  You’ll never see any trivia questions or obstacle courses be played on a lottery show.
  3. The prizes on a lottery show are much, much bigger than on regular shows.  It makes sense, since the lottery commission is bankrolling the show, that they can afford to give away large amounts of money in prizes.  On most game shows nowadays, winning even a 6-figure sum is quite rare.  On lottery shows, you’ll see 6 and 7 figure prizes won with regularity.

Your contestant selection process.

Your contestant selection process.

Lottery shows are a perfect subject for us here at Game Show Theory.  To prevent the games from becoming a boring procession of “pick a number, win some money”, the show will often include an element of risk that the contestant must face, choosing to put their current winnings at jeopardy in order to win more. It’s these decisions that allow us to analyze these games and develop strategies for them.

On MMC, contestants are chosen from the audience of lottery winners to come and play a game for themselves and their section of the audience.  All money won is split half by the player, and half with their audience section.  So far, there are 8 games in the rotation, each one inspired by a different aspect of Monopoly.  Each game can see the player win a maximum of $100,000, but each game could also see a too-greedy player leave with $0.

I took a look at each game and determined the optimal strategy for playing it, usually by brute-forcing my way through all possible decision paths possible in the game.  Then, I determined the average amount of money a player would win by following that strategy, as well as their chances of winning the top prize or nothing.  It turns out that there is a large difference in what you can expect to win in each game.  The 8 games, placed in order from least profitable to most, are:

8. Community Chest

Average: $16,339.77

Chance of Winning $100,000: 4.5%

Chance of Winning $0: 31.3%

Any resemblance this game has to Deal or No Deal is purely coincidental.

cc3

Purely. Coincidental.

cc1

10 identical sealed boxes, $100,000, just one question. Have I said purely coincidental yet?

The contestant is faced with 10 boxes, each with a money amount in them, from $500 up to $5,000.  Pick a box, win that amount of money.  Simple enough.  However, there’s a temptation.  The remaining boxes all have their money amounts double.  If the contestant wants to, they can give back the money they have and select a different.  If they choose to do that, they box they select must contain a prize equal or greater in value to the one they give back.  If that’s the case, then the remaining boxes double again and the same offer is made.  This process can be repeated until the contestant wins a box worth $100,000 (if doubling a box’s value would take it past $100,000, the value instead gets set at $100,000.)  If they choose a box with a smaller value than the one they give back, they lose and win nothing.

cc2

Yeah, you’re not buying the “purely coincidental” line anymore, are you?

The strategy formula for this game is rather simple.

 

cc_equation

M is the value you currently own, n is the number of boxes left in the game, and the sum of Mp is the total money left in the remaining boxes (ignoring values that would end the game).  As long as this formula is true, you should play on.  If it’s false, you should stop with your current winnings.

This game is by far the worst game to play, partly because it’s so easy to lose before accumulating a decent sum.  For example, if you select the $5,000 box with your first selection, you’re facing a choice of either walking with that paltry sum or playing on with a 4/9 chance of being knocked out.  You have to cheat death, so to speak, many times before being able to even have a chance to earn $100,000 in this game, much less actually win it.  An average value of over $16,000 may not sound bad, but when the best game on the list has an average value three times that, you see just how bad of a game this is.


 

7. Advance to Boardwalk

Average: $28,708.46

Chance of Winning $100,000: 16.4%

Chance of Winning $0: 33.8%

Unfortunately, nothing to do with the spin-off board game from the 80’s.  The game is played on a fourteen step board.  Each step has a money amount on it starting at $1,000 and increasing by $1,000 up to $13,000 on Step 13.  Step 14, however is Boardwalk, and worth $100,000 if landed on by exact count (if a contestant rolls a number that would take them beyond Boardwalk, they do not move).  The contestant rolls a die, and moves the number of spaces rolled.  Each money amount that is landed on (not passed over) is added to their bank.  The catch is, they cannot roll the same number twice.  They are given one freebie which allows them to ignore their first duplicated roll, but any more duplicate rolls after that bankrupts them and ends the game.

atb2

The Money … Ladder? How about Money Midway?

Despite the simplicity of the game, it took a lot of effort to work out the correct strategy to this game.  We can lay out a couple of obvious ground rules.   Firstly, you should keep rolling as long as you still have your Free Roll token, since you are in no danger.  Just as obviously, you should stop whenever all of the safe rolls would take you beyond Boardwalk, as there’s no gain to be had.

What to do on the first 4 rolls is simple enough: you roll, no matter what.  There’s no combination of rolls that would give you a high enough bank to not make rolling again worthwhile.

Turn 5 is the big question.  I’ve tried to suss out some simple rules for playing this turn, but as far as I can tell there are no hard and fast rules.  I can say that you should generally play on as long as you can still land on Boardwalk, but even a rule as simple as that has exceptions.  The best that I can do is give you this (ahem) easy-to-read chart.

 

atb_chart

(Click to embiggen)

atb3

Turning the sides of the die red when they become bad rolls is a very swish touch.

That’s not pixel art or a quilt pattern, that’s the chart that tells you what to do on Turn 5. The big numbers correspond to what you rolled in the first (going up and down), and second (going left to right) turns.  Doing that will lead you to another 36-cell chart, where you can find your action by cross-referencing your third (going up and down) and fourth (going left to right) rolls.  If the box is gold, then you’ve already landed on Boardwalk, congratulations!  Similarly, if the box is black, you’ve already lost the game.  Otherwise, if the box is green, you should play on, and if it’s red you should quit.

Turn 6 is a little simpler to understand.  You can create some rules based on the space you’re currently on:

– $13,000: Always stop.

– $12,000: Roll on if 2 is still a good number and you have less than $20,000 OR exactly $22,000.

– $11,000: Roll on if 3 is still a good number and you have less than $22,000.

– $10,000: Roll on if 4 is still a good number and you have less than $23,000.

– $9,000: Roll on if 5 is still a good number.

Turn 7, if we get that far, is very easy to play.  Always stop.  It’s never worth it to play on.


 

6. Electric Company

Average: $33,074.05

Chance of Winning $100,000: 11.8%

Chance of Winning $0: 26.5%

ec1

I told you our electric bill would skyrocket if you turned on every light in the house!

The player is presented with 25 light bulbs, and 10 switches.  Each switch will light up a number of light bulbs from 1 to 10.  Each number is associated with only one switch, so if you find a switch that lights up 4 light bulbs, you know none of the other switches will also light 4 bulbs.

The goal of the game is to light as many bulbs as you can.  Each bulb lit is worth an increasing amount of money, up to $100,000 with bulb 24.  Light up bulb 25, however, and you cause a blackout, losing all your money.  You can stop at any time, leaving with the money accumulated up to that point.

We can’t give you a strict dividing line as to when you should stop and when you should continue, since that depends on the configuration of switches left in play.  What we can give you is a formula for figuring out if you should continue or not.  It’s exactly the same as the formula we used in Community Chest:

cc_equation

M is the amount of money you currently have, n is the number of switches left to pull, and Sum(Mp) is the total of the possible outcomes if you were to pull the next switch.  Again, as long as the left side of the equation is smaller than the right side, you should play on.

ec2

You want switches? We got switches!

Let’s walk through the game play in the first episode as an example.  At the first time the contestant faces a decision, she’s lit up 19 light bulbs, worth $20,000.  She has 7 switches left, worth 1, 2, 3, 5, 7, 8, and 10.  Thus, the left side of our equation is $20,000 * 7 = $140,000.  The possible outcomes if she went on are $25,000, $30,000, $40,000, $100,000, and $0 three times over.  The sum of those outcomes is $215,000.  Thus it is the right decision to move onward.

She moved onward, and flipped the switch worth 3 bulbs, increasing her total to $40,000.  Now there are 6 switches left, worth 1, 2, 5, 7, 8, and 10 bulbs.  The left side of the equation is $240,000, while the right side is only worth $150,000.  She should stop, which is what she chose to do.


 

5. Park It!

Average: $34,217.59

Chances of Winning $100,000: 32.3%

Chance of Winning $0: 56.9%

pi1

Two words that strike fear in every driving test taker.

The Monopoly Parking Garage (must have been in an edition I didn’t own) has five floors, each of which can take one car (just like the real Atlantic City, right?).  10 cars are waiting to be parked, each carrying a value between $1,000 and $10,000.  The contestant chooses a car, and once the value of the car is revealed, chooses which level of the garage to park it in.  The cars must be parked in order of value, with the highest value car on the top floor, and cannot be changed once parked.  If a car cannot be parked, it’s game over.  However, successfully parking five cars will win $100,000.  At any time, the contestant can walk away with the value of the parked cars.

This is a difficult game to win, as the majority of the time you will win nothing.  On the other hand, it’s an easy game to play, as the best strategy when it comes to placing the cars is almost always the intuitive, common sense strategy, trying to keep as many cars in play with each placement.  About the only surprise that will happen commonly comes on the first placement.  If you find the $2,000 or $9,000 car, they should be placed on the 2nd and 4th floors, respectively, to prevent a potential game over on turn 2.

pi2

The best solution for games where everybody wants to play as the race car.

The first time you should consider stopping is after placing the third car, and that’s only if you have three of the seven remaining cars able to be placed.  As long as you can still place a majority of cars, it’s right to continue.  After placing the fourth car, compare your bank to the following formula:

pi_equation

C is the number cars that will fit in the final open slot.  If your bank is bigger than that number, then stop.


 

4. Block Party

Average: $36,434.83

Chance of Winning $100,000: 26.1%

Chance of Winning $0: 41.6%

bp1

Yes, they animate a game board in the middle of the bigger game board that makes up the set. It’s Boardception.

The contestant is presented with an array of 12 face down cards. 8 of the cards are associated with a color group on the Monopoly board, and have a cash value starting with $1,000 for Mediterranean/Baltic, and going up to $20,000 for Park Place/Boardwalk. Picking those cards lights up the respective monopoly on the board, and banks the associated cash.  3 of the cards are strikes.  Get 2 strikes, and your bank is cut in half, though you may continue to play.  Find all three strikes, and you leave with nothing.  The remaining card is the “Block Party” card.  Find that card and you can light up one whole side of the board, up to 2 monopolies.  If you light up all eight monopolies before finding the third strike, you win $100,000.  And, of course, you can leave at any time and win the value of your bank.

The Thrill of Victory.

The Thrill of Victory.

The first strategic question is how to use the Block Party card – to maximize money won or to maximize blocks won? Testing both scenarios showed that there was a clear winning strategy: light up as much as you can, regardless of their value.  It is much more profitable in the long run to light up the Dark Purples and Light Blues and only put $3,000 in your bank, than to light up only the Dark Blues for $20,000.

The second and much harder question to answer is when you you should stop.  After playing around with a bunch of different strategies, the best formula I have discovered for determining whether or not to quit is as follows:

If Block Party card is on the board:

bp_eq1

After Block Party card is found:

bp_eq2

bp2

The Agony of Defeat.

S is the number of strike cards left on the board, and P is the number of property cards left.  For example, at the start of the game, the formula would be as such:

bp_eq3

Not coincidentally, that’s pretty close to the average value of the game.  As long as that value is greater than the value of your bank, keep picking cards.


 

3. No Vacancy

Average: $38,729.46

Chance of Winning $100,000: 4.6%

Chance of Winning $0: 2.3%

nv1

From Yelp: “Very expensive for the area. Front desk forced us all to stay on the same floor. 2 Stars.”

The contestant is tasked with filling up all three floors of a Monopoly hotel.  Each floor has seven rooms.  On each turn, five cars come out, of which the contestant must select one.  Each car has a unique number of people in it, from 1 to 5.  The contestant has to choose which floor to put those people on; there must be enough room left on the chosen floor, and all people in a car must be put on the same floor.  If none of the floors have enough open rooms to fit the number of people in the chosen car, the contestant wins nothing.  Each room filled on the bottom floor is worth $1,000, the middle floor $2,000, and the top floor $3,000.  Fill up all the rooms, and you win $100,000.

This game is one of the hardest to win, but also one of the hardest to win nothing.  The best strategy is to stop playing once your top floor has 4 or more rooms filled and the other two floors have 3 or more rooms filled (thus making the car with five people in it unplayable).  There are a few exceptions to that rule where you should continue:

– 4 Rooms filled in the top and 3 Rooms filled in the middle.

– 3 Rooms filled in the middle and the bottom filled completely.

– 4 Rooms filled top, the middle filled completely, and 3 Rooms filled bottom.

– 4 Rooms filled top, and both middle and bottom filled.

– 3 Rooms filled bottom, and both the top and middle filled.

nv2

Can I ask the drivers if they drove in the the carpool lane on their way here?

Following this strategy maximizes your winnings, but will see you ending the game prematurely about 93% of the time.

What was really surprising to me was the optimal strategy to use when filling rooms. My assumption going in was that it would be very straightforward: fill the top row until you come to a number you can’t fill there, then move on to the middle row and then the bottom.  It turns out that the strategy to maximize your winnings is much, much more complex.  For example, on the first turn you should fill the rooms on the top floor, unless you pick the car which has 4 people in it, in which case they should go in the middle row!  I tried sussing out some placement rules to use, but I couldn’t generate an easy-to-follow list of rules.  I placed the optimal strategy in a spreadsheet if you’re interested in the gory results.


 

2. Bank Buster

Average: $42,592.69

Chance of Winning $100,000: 24.6%

Chance of Winning $0: 19.0%

bb1

Say we get into the cage, and through the security doors there and down the elevator we can’t move, and past the guards with the guns, and into the vault we can’t open…

The contestant is presented with a bank vault, locked with six locks.  Twelve keys are given to the contestant to select one at a time.  Each lock has two different keys that will unlock it.  Unlock a lock, and an amount of money is added to your bank depending on the lock, from $6,000 up to $20,000.  However, if you select a key that fits an already opened lock, that lock gets re-locked for good, and the money taken away from you.  You need to unlock five of the six locks to earn the top prize of $100,000.  If you manage to re-lock two locks, thus making the game unable to be won, you lose everything.

bb2

Five keys too many for Jack Narz, seven keys too few for Richard Bacon.

Not only is this game very likely to end well for the contestant, but the optimal strategy is also very simple.  The first time you want to consider stopping is after your 4th key.  If you have re-locked a lock and are in danger of losing, stop if your bank is $26,000 or more (except in the very specific case that you’ve unlocked the $6K and $20K locks, and the re-locked lock is the $7K lock), otherwise go on.  After you’ve picked 5 keys, stop the game with $21,000 or more in your bank (unless you have exactly $21,000 and the $20K lock is still available to open).  Finally, stop with 6 keys if your bank has reached $34,000.  The game is guaranteed to end one way or another after 7 keys have been chosen.


 

1. Ride the Rails

Average: $49,942.86

Chance of Winning $100,000: 39.5%

Chance of Winning $0: 7.1%

rtr1

I’ve sold monorails to Chesapeake, Gulf Coast, and Washington, and, by gum, it put them on the map!

This game is pretty similar to ITV’s 2009 show The Colour of Money.  That should have sent a shiver down your spine if you’re unlucky enough to remember The Colour of Money.

The contestant is presented with a list of ten railroad lines.  Each line has a railroad engine carrying between one and ten boxcars, called “cash cars”, and a caboose.  Each train has a unique number of cash cars between 1 and 10, like the switches in Electric Company.  Once a contestant chooses a line, that line’s train will slowly make it’s way across the floor, revealing its cash cars.  Each cash car revealed is worth money: $1,000 for the first line chosen, $2,000 for the second, $3,000 for the third, and $5,000 for the fourth.  At any time, the contestant can stop the train and bank the value of the cash cars revealed.  This is important, because if the caboose comes out, all of the money earned on that train is lost (money won on previous trains is kept, though).  If the contestant manages to earn $50,000 after four trains, then their total is doubled to $100,000.

Thanks to combinatorics, we know there are only 5,040 different combinations of trains that could be selected.  We can also create an exhaustive list of strategies, where a strategy is the number of cars we will let pass before hitting the brakes in each round.  Since the possible number of cars in a train changes in later rounds based on what was picked in earlier rounds, we’ll define strategies in terms of the length of possible trains in each round.  For example, if a strategy told us to stop after the 3rd train in the second round, that would mean stopping after 3 cars if we picked a train from 4-10 in the first round, or stopping after 4 cars if we pick a train from 1-3 instead.  To reflect the incentive of trying to reach $50,000 to win the maximum prize, we’ll also add a special strategy that can be chosen in the fourth round: “End”, where we will let the train continue until we’ve hit $50,000 or we see the caboose.

rtr3

Stop on a Whammy!

After testing every possible strategy against every possible configuration of trains, the winning strategy is fairly simple: 6, 5, 4, End.  In other words, we let 6 cars pass in the first round before stopping.  In the second round, let the number of cars pass equal to the 5th longest train in the second round.  In the third, we want to see a number of cars equal to the 4th longest train left on the board.  Finally, we go for $50,000 or bust in the last round.  This strategy will win us, on average, almost $50,000, making this game the most profitable game to play.


 

BONUS: Go for a Million

Average: $176,140+

Chance of Winning $1,000,000: 7.8%

Chance of Winning $0: 15.2%

gftm1

The big board in action, with the (sigh) “Monopoly Rock ‘n Roller” die roller in the middle.

The end game is almost identical to the end game to the 1990 version of Monopoly, for those of us who remember it.  The contestant starts on GO, and has 5 rolls to traverse the 40 squares of the board and return back to GO.  Along the way, the contestant earns money for each square he lands on, which he can stop with at any time.  If the contestant rolls doubles, he gets another roll, but like in the board game, three straight doubles and you’re off to jail with no money.  Likewise, landing on Space #30, “Go To Jail”, is also an instant lose.  You can also lose by landing on Community Chest and Chance spaces; contestants have to draw a card when they land on that space, which like the game could be a “Go To Jail” card.  If you make it around the board and pass GO, you win $200,000.  However, if you land right on GO, you win $1,000,000 for yourself, and your audience section gets a rolling Audience jackpot.

gftm5

“Can’t I just pay $50 and try again?”

In order to play this, you first have to give back whatever you’ve won in the first game.  Since the expected value of the game is over $176,000, you should always give back anything you won previously, even a maximum prize of $100,000.  I’m not able to calculate the exact value of the game, since I don’t have a list of how much money you win by landing on every property.  The figure listed above is only counting the $200,000 for passing GO, and $1,300,000 for landing on GO, assuming the value of the Audience jackpot to be $300,000.

gftm_win

What happens when you win $1,000,000. Sliding into GO optional.

Also, I don’t really have a strategy for whether you should stop or not.  I doubt that you should ever stop, since the chances of failure are so small compared to the potential payout.  I suppose it might be possible if, as a worst case scenario, you are on Indiana Avenue, seven squares away from “Go To Jail”, after having rolled two doubles with only one roll left.  Since you have a 33% chance of failure in that scenario (⅙ of the time you’ll roll a 7 to land in jail, ⅙ of the time you’ll roll your 3rd double) with no chance of hitting the jackpot, you’re probably better off quitting then.  But situations like that are so rare that it’s not worth the effort to try to quantify them.  Just keep rolling, and hopefully you’ll be rolling in the dough before long.