Should I pick entirely different numbers on each of the multiple tickets, for the same lottery draw?

5k Views Asked by At

I was discussing optimal lottery ticket purchasing strategies with a friend, and an interesting question came up. Suppose you:

  • purchase multiple tickets for one and the same draw.
  • select the option to pick the numbers at random for all tickets.

It occurred to me that if the numbers are selected at random, then it would be possible - indeed quite likely if you buy several tickets - that the same number(s) may be repeated on multiple tickets. A quick Google confirms what I expected - that the random number selection process for my local lottery is independent for each ticket even when you buy them together and for the same draw, so this would be entirely possible.

This had me wondering, does this factor decrease your odds at all? If it does, could one improve upon the process of randomly selecting each ticket independently to improve things? Perhaps this is just a more specific version of the general question - should you avoid repeatedly selecting the same number across multiple tickets on the same draw?

The parameters of the draw are:

  • Numbers are 1-59.
  • Six numbers are drawn.
  • Prizes start at three numbers, increasing in size up to all six.

Having not studied maths in any depth since my college days, I'm unsure how to frame the problem mathematically, so I'm interested both from a mathematical point of view and practically.

4

There are 4 best solutions below

0
On

For the jackpot, you only care if the set of six numbers is different between your tickets. Having tickets $1,2,3,4,5,6$ and $1,2,3,4,5,7$ gives you the jackpot on two different draws and gives you twice the chance of winning that you would have from buying only one ticket.

The downside of these two tickets is that many combinations of three numbers are repeated. You are not increasing your chances of the smaller prizes as much by buying these two tickets as you would by buying two tickets that do not share numbers. Even for this, you only care if at least three numbers match between two tickets, so having $1,2,3,4,5,6$ and $1,2,7,8,9,10$ is as good as having two tickets that disagree completely.

Presumably if you get a set of three on multiple tickets you get paid multiple times. That means the expected value of two tickets with overlap is the same as two without overlap. You will win less often, but some of the time you do win you win more money.

The arguments of picking unpopular numbers only matter if there is a jackpot that is divided among the winners. In that case you want unpopular numbers so you share less. If the payout even for six of six is a fixed amount, you don't care about the popularity of the numbers, but the operators do.

1
On

The first thing to do is determine the number of possible tickets, in this case ${59 \choose 6}=45057474$, and the number of ways of winning each of the prizes:

  1. Matching 3: ${6 \choose 3} \times {53 \choose 3} =20\times 23426 =468520$ (The number of ways of choosing 3 from the winning set and 3 from the loosing set.)
  2. Matching 4: ${6 \choose 4} \times {53 \choose 2} =15\times 1378=20670$
  3. Matching 5: ${6 \choose 5} \times {53 \choose 1} = 6\times 53 =318$
  4. Matching 6: ${6 \choose 6} \times {53 \choose 0} = 1$

The probability of winning in each of these ways is determined by dividing by ${59 \choose 6}$. (The probability of winning anything at all is approximately $0.01$.) The expected value of a single random ticket depends on what the actual prizes are. As a function of these prizes we get: $$\frac{234260}{22528737}E_3 + \frac{3445}{7509579}E_4 + \frac{53}{7509579}E_5 + \frac{1}{45057474}E_6$$ Let's assume that the prizes are $E_3=\$5$, $E_4=\$100$, $E_5=\$10000$, $E_6=\$1000000$. Then we get an expected value of about $\$0.19$.

If you do this twice, where the two tickets are independent of each other, you simply get twice the expected value, about $\$0.38$.

Now, if the second ticket has distinct numbers in it, the first ticket proceeds the same way but for the second, we get a minor plague of cases. First, there are ${53 \choose 6}$ ways of choosing the second ticket in each of the cases. Then, there are seven cases (each with subcases) depending on how many of the winning digits were matched by the first ticket:

  1. The first ticket matched 0 numbers. $P={53 \choose 6}/{59 \choose 6}$

Then the second ticket could match any number of winning numbers. There are 6 unpicked winning numbers and 47 unpicked losing numbers.

Number of ways of matching 3: ${6 \choose 3}\times {47 \choose 3}$

Number of ways of matching 4: ${6 \choose 4}\times {47 \choose 2}$

Number of ways of matching 5: ${6 \choose 5}\times {47 \choose 1}$

Number of ways of matching 6: ${6 \choose 6}\times {47 \choose 0}$

  1. The first ticket matched 1 number. $P={6 \choose 1}{53\choose 5}/{59 \choose 6}$

Then the second ticket could match any number of winning numbers except all of them. There are 5 unpicked winning numbers and 48 unpicked losing numbers.

Number of ways of matching 3: ${5 \choose 3}\times {48 \choose 3}$

Number of ways of matching 4: ${5 \choose 4}\times {48 \choose 2}$

Number of ways of matching 5: ${5 \choose 5}\times {48 \choose 1}$

  1. The first ticket matched 2 numbers. $P={6 \choose 2}{53\choose 4}/{59 \choose 6}$

Then the second ticket could match up to 4 winning numbers. There are 4 unpicked winning numbers and 49 unpicked losing numbers.

Number of ways of matching 3: ${4 \choose 3}\times {49 \choose 3}$

Number of ways of matching 4: ${4 \choose 4}\times {49 \choose 2}$

  1. The first ticket matched 3 numbers. $P={6 \choose 3}{53\choose 3}/{59 \choose 6}$

Then the second ticket could match up to 3 winning numbers. There are 3 unpicked winning numbers and 50 unpicked losing numbers.

Note that, in this case, we have a win even if the second ticket doesn't win so this is really two cases: One where you win twice, one where you only win once.

Number of ways of matching 3: ${3 \choose 3}\times {50 \choose 3}$

  1. The first ticket matched 4 numbers.
  2. The first ticket matched 5 numbers.
  3. The first ticket matched 6 numbers.

The second ticket cannot win in these cases.

That's 14 cases where you win something. The expected value of playing this way is then $P(T_1=0,T_2=3)(0+E_3)+P(T_1=0,T_2=4)(0+E_4)+P(T_1=0,T_2=5)(0+E_5)+P(T_1=0,T_2=6)(0+E_6) +P(T_1=1,T_2=3)(0+E_3)+P(T_1=1,T_2=4)(0+E_4)+P(T_1=1,T_2=5)(0+E_5) +P(T_1=2,T_2=3)(0+E_3)+P(T_1=2,T_2=4)(0+E_4) +P(T_1=3,T_2=3)(E_3+E_3)+P(T_1=3,T_2<3)(E_3+0) +P(T_1=4)E_4 +P(T_1=5)E_5 +P(T_1=6)E_6$

I made Sage do the algebra on this to find the expected value as a function of the prizes: $$\frac{268671400163}{25860151455138}E_3 + \frac{6890}{7509579}E_4 + \frac{106}{7509579}E_5 + \frac{1}{22528737}E_6$$ This is $\frac{1573862727}{151228955878}E_3$ less than the expected value for two independent tickets. For the prize amounts I gave above, the expected value is about $\$0.33$ or about five cents less than the expected value for independent tickets.

0
On

Both strategies give the same expectation, but picking different numbers will lower the standard variation (which is good, usually one wants low variance). Proof: let $X$ be the gain with the first ticket, $Y$ the gain with the second ticket. In the first and the second strategy, they have same distribution, and $E(X+Y)=E(X)+E(Y)$. Indeed, in the second strategy, where you pick the first ticket and then pick the second ticket avoiding the six numbers in the first ticket, your pick for the second ticket is still a random set of six numbers picked uniformly along all possibles set of six numbers. Now when it comes to the standard deviation, $\sigma=E((X+Y)^2)-E(X+Y)^2=2\sigma_1 ^2 +2\text{Cov}(X,Y)$, where $\sigma_1$ is the standard deviation of one ticket. Do you see why the covariance is smaller in the second strategy? No computation needed.

0
On

You can simplify the math without going into heavy details regarding proper equations with a basic understanding of Statistics and Probability.

Example:

You buy 5 tickets, EZ pick randomly chosen numbers or so you think.

3 of the tickets have 2 identical numbers in common with 2 or more tickets. 1 ticket has only 1 identical number in common with one of the other 4 tickets. 1 ticket has 3 identical numbers in common with the other 4.

Your odds of winning the jackpot are 1:10,000,000.

But, 3 of the tickets have an 67% chance of 1:10,000,000 odds of winning.
1 of the tickets has a 50% chance of 1:10,000,000 odds of winning.
1 of the tickets has an 84% chance of 1:10,000,000 odds of winning.

In short, duplicate numbers on multiple tickets actually reduces your odds of winning drastically with each common number found in a series of tickets.

So, that 84% chance of 1:10,000,000 ticket is actually 1:11,600,000.
The 67% ticket's chance of 1:10,000,000 ticket is actually: 1:13,300,000.
The 50% ticket's chance of 1:10,000,000 is actually 1:15,000,000.

Statistically, you can eliminate 4 of the 5 tickets of being jackpot winners. Your best chance of winning is on 1 of the 5 tickets you bought, because it only has 1 duplicate number in common with one of the other 4 tickets.

TL:DR : The deck is stacked against you with each duplicate number.