Figure Out Lottery Probability


March 10, 2022 - by

Figure Out Lottery Probability

Problem: The Super Lotto jackpot is $8 million this week. Should I play?

Strategy: It depends on how many numbers are in the game. You need to figure out the number of possible combinations in the game.


You can use the COMBIN function as follows to figure out the number of possible combinations for games in which you choose 6 of 40, 44, 48, and so on numbers:

  • 1. Set up a spreadsheet with the number of balls in the lotto game (40, 44, 48, and so on) in cell A2.



  • 2. In cell B2, identify how many numbers you need to select correctly.

  • 3. Enter the formula =COMBIN(A2,B2) in cell C2.

Draw 6 numbers from 40. There are 3.88 million cominbations, accoring to =COMBIN(40,6).
Figure 369. Combinations of choosing 6 numbers.

If your state lottery game requires you to select 6 numbers out of 40, then the odds against you winning are 3.83 million to 1. For a $1 bet and an $8 million payout, the odds are in your favor.

For a game with 44 numbers, the odds are 7 million to 1. This payoff is only slightly in your favor.

For games with 48 or 54 numbers, the payout is not worth the long odds of the game.

Additional Details: COMBIN figures combinations. Here, the sequence in which the balls are drawn is not relevant. If you had a game in which you had to match both the numbers and the order in which they were drawn, you would want to use the PERMUT function to find the number of permutations of drawing 6 numbers in sequence out of 40.

Additional Details: Since the first edition of this book, two multi-state lotteries have become popular in the United States. These require the player to match five numbers from one pool of numbers and then one number from a separate pool of numbers. This means you have to win two drawings to win the jackpot. Multiply the combinations from the first drawing with the combinations from the second drawing. Here are the calculations for Mega Millions and PowerBall lotteries.

For a lottery where you have to match 5 numbers from 1 to 70 and then 1 number from 1 to 25, there are 302.5 million combinations.  For a system where you match 5 numbers from 1 to 69 and 1 from 1 to 26, there are 292.2 million combinations
Figure 370. The odds are much higher for these lotteries.

It only makes statistical sense to play the $2 multi-state games when the jackpot is above $600 million. As you can see, lotteries are a tax on people who can’t use Excel.


This article is an excerpt from Power Excel With MrExcel

Title photo by Alejandro Garay on Unsplash