Christopher Keyes

The Mathematics of Press Your Luck

Originally developed as a lesson for high school students at Emory Math Circle and taught in January 2022.

winner cheering on press your luck

Overview

Press Your Luck is an American TV game show from the 80s, recently rebooted and hosted by Elizabeth Banks. On the show, contestants win money and prizes by hitting a button to stop a light moving around the board. The catch is that some spaces (called whammies) cause you to lose all your winnings and start over from zero. On their turn, players can choose to take their spins or pass them to an opponent, creating the dilemma: do you want to press your luck or pass? In this lesson, students will play this game and develop strategies to help them win more money than their opponents, and the most money overall.

Objectives and transferable skills

Resources

Introduction and warmup

We'll start by briefly introducing the gameplay on Press Your Luck, as it originated in 1983. We'll focus here on the multi-contestant phase involving spinning (or not!) on the big board. For more detailed information about the game's rules, see the game shows wiki, or go watch a couple episodes of the show! Original episodes can be found on youtube while the current episodes air on Hulu.

Each game of Press Your Luck has 3 contestants who answer trivia questions for the right to take a spin (or not!) on "the big board." This board contains a total of 54 spaces, each of which could contain cash, prizes, or a whammy --- a grinning red creature who steals all of a contestant's earnings! Even worse, if a contestant hits 4 whammies, they are out of the game entirely. There may be between 5 and 11 whammies placed on the board, so every spin has the opportunity to earn thousands in cash or prizes, but carries the risk of hitting a whammy and losing it all.

On their turn, a contestant can choose to play or pass. Choosing play means taking one of the spins in hopes of winning money and prizes, while choosing to pass gives all of their spins to a rival. The person who gets these passed spins must use them; these spins cannot be passed to another player, unless they hit a whammy. Our main goal for today is to figure out when it is a good idea to play, and when it is best to pass.

How to play Press Your Luck with dice

Since we don't all have a big board lying around, let's simulate each spin by rolling a six-sided die. Here's what each roll is worth:

  1. Whammy! Reset all money to zero. (You are allowed to pass any remaining spins now.)
  2. $200
  3. $300
  4. $400
  5. $500
  6. $1000
Notice that even though we only have 6 "board spaces," we're still about as likely to hit a whammy as on the TV show! (Assuming each spin is random and each space is equally likely to be landed on...)

Setup: you'll need a six-sided die and something to write on to keep track of your score.

2-3 players: decide on the order in which to play. Each player rolls the die to determine how many spins they start with. On each player's turn, they can choose to take one of their spins or pass them to an opponent. Keep track of your scores and remaining spins as you go. Play continues until all players are out of spins. The winner is the player with the most money at the end!

1 player: if you're playing by yourself, you can follow the directions above and play as multiple people. Alternatively, you can play by starting with 5 spins and trying to make the most money. After each spin, you can decide to stop (instead of passing), or risk what you have earned by pressing your luck!

Guiding questions: Try playing using the rules above. As you go, keep in mind the following questions:

Write down any other observations you make!

Questions

Below are several questions about the game. Here is a printable pdf version.

  1. What is the likelihood of rolling once and not hitting a whammy?
  2. What is the likelihood of rolling twice and not hitting a whammy?
  3. What is the likelihood of rolling 3, 4, or 5 times in a row without hitting a whammy? You should be able to figure out the likelihood of avoiding a whammy in n consecutive spins.
  4. When does it become more likely than not that you will hit a whammy?
  5. Let's say you start your turn with 6 spins left.
    1. Should you take all 6 spins?
    2. Suppose you take the first 3 spins and don't hit any whammies. You now have 3 spins left. Should you keep playing? Why or why not?
  6. On an "average" spin, how much money will you make? (Note: this is a bad question. Try answering it in different ways!)
  7. In a 2 person game, you have 1 spin remaining and your opponent has 0. You have $2000 and your opponent has $1400. Should you play or pass?

Challenge questions

  1. One spin situations. Assume you have one spin left and your opponent has none.
    1. If you are behind by more than $1000, should you play or pass?
    2. If you are ahead by more than $1000, should you play or pass?
    3. In the other situations, when should you play or pass?
  2. Two spin situations. You have two spins left and your opponent has none. What should you do with them, depending on the score? (Note: you can try this without answering A above, but it might help!)
  3. Extra spins. In the game show, some spaces have extra spins attached to them. Let’s change our rules so that if you roll a 5 or 6, you get $1000 and an extra spin. Try this and think about the following questions.
    1. How does this change the game, and your strategy?
    2. Do your answers to 5 and 6 above change?
  4. The Michael Larson Game. In 1984, Michael Larson won $110,237 on Press Your Luck ($295,806 in today’s dollars) by spinning over 40 times without hitting a whammy. What is the probability of this, assuming each spin is random? Do you think it was random?

Discussion

Spoiler alert! Below I'll share some answers and insight about the questions above. Try them on your own first, before reading ahead, and proceed only if you're stuck or ready to check your answers and reasoning.

I won't give away the challenge questions here, but try them! Or, come up with your own questions and try to answer them.

If you are curious about question D on Michael Larson, you can actually watch his game on YouTube. He won so much that they had to split the episode into two parts! The story of this game is quite fascinating, inspiring a 2003 documentary Big Bucks: The Press Your Luck Scandal. (I haven't seen this film to recommend it.)

Instructor notes

I originally developed and used this lesson for a 60 minute high school math circle lesson. We started by pairing off students into groups of two to play a few rounds of the dice-based version. Then, students answered the questions in their groups. Some groups made progress on the challenge questions and we got to discuss question D briefly as a class at the end. Depending on your time limits and student background, you might choose to spend less (or more) time on the basic probability questions.

I used six-sided dice because they were available. If you have access to 8-, 10-, 12-, or 20-sided dice, you could cook up a set of values for each side, or better yet let the students decide this themselves! To keep things close to the game show, I suggest keeping the whammy probability to between 10% and 20%, but it might be interesting to try extreme values of these as well. There are also often valuable prizes like cars, which dwarf the value of every other space; if using a 20-sided die, it might be interesting to make one space correspond to a similarly rich value.

For a particularly advanced group of students, I might suggest introducing the extra spins earlier (see challenge question C). The presence of extra spin spaces considerably reduces my own personal intuition about the problem.

If your students have the expertise, or would like to learn, suggest that they write a computer program to simulate playing the game. This can be as simple --- or get as detailed --- as you want and could be done in pretty much any programming language. I used python (including the random package) to write the simulation used in my explanation of question 5 above in just a few lines. This could make for a fun introductory project for the student new to programming, and automating the data collection process makes it possible to get a better handle on the expected value and decision-making problems discussed in this lesson!