mersenneforum.org  

Go Back   mersenneforum.org > Math Stuff > Probability & Probabilistic Number Theory

Reply
 
Thread Tools
Old 2017-05-01, 02:37   #1
schickel
 
schickel's Avatar
 
"Frank <^>"
Dec 2004
CDP Janesville

41128 Posts
Default Lottery pick-3 odds?

So, I know just enough probability to get myself in trouble. For example: pick-3 games (pick 3 digits from 0-9 inclusive) have 1 in 1000 odds of winning on a straight bet, ie. I play 395 and the computer picking that number should happen every 1000 draws or so.

(I like to think) I'm not naive enough to think that if a number hasn't hit in 900 draws that it is more likely to hit than any other number (assuming a fair random number generator and unbiased code*), but I don't know how to work out what the odds are that if I were to pick a number, say 734, and play it constantly that I will have to wait more than 1000 draws for it to hit.

* California uses an "Automated Draw Machine" to pick winners for the Pick-3 and other games.
schickel is offline   Reply With Quote
Old 2017-05-01, 02:47   #2
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dartmouth NS

22·72·43 Posts
Default

Quote:
Originally Posted by schickel View Post
So, I know just enough probability to get myself in trouble. For example: pick-3 games (pick 3 digits from 0-9 inclusive) have 1 in 1000 odds of winning on a straight bet, ie. I play 395 and the computer picking that number should happen every 1000 draws or so.

(I like to think) I'm not naive enough to think that if a number hasn't hit in 900 draws that it is more likely to hit than any other number (assuming a fair random number generator and unbiased code*), but I don't know how to work out what the odds are that if I were to pick a number, say 734, and play it constantly that I will have to wait more than 1000 draws for it to hit.

* California uses an "Automated Draw Machine" to pick winners for the Pick-3 and other games.
depends on if they can be redrawn etc. at last check if they can the odds of not picking n for y drawings is (999/1000)^y I think, which would put your odds of not picking it for 1000 at about 36.77% in theory.
science_man_88 is online now   Reply With Quote
Old 2017-05-01, 03:31   #3
schickel
 
schickel's Avatar
 
"Frank <^>"
Dec 2004
CDP Janesville

2×1,061 Posts
Default

Quote:
Originally Posted by science_man_88 View Post
depends on if they can be redrawn etc. at last check if they can the odds of not picking n for y drawings is (999/1000)^y I think, which would put your odds of not picking it for 1000 at about 36.77% in theory.
If you mean redrawn within each draw, yes, it's 3 independent fields of 10 digits. In fact just within the last week, the winning number was 555 (I think.....let me check)

Last fiddled with by schickel on 2017-05-01 at 03:34 Reason: Re-thoiught the post
schickel is offline   Reply With Quote
Old 2017-05-01, 03:41   #4
schickel
 
schickel's Avatar
 
"Frank <^>"
Dec 2004
CDP Janesville

1000010010102 Posts
Default

Quote:
Originally Posted by schickel View Post
In fact just within the last week, the winning number was 555 (I think.....let me check)
Sunday April 23 evening draw. Looks like it doesn't really pay to play triples.
schickel is offline   Reply With Quote
Old 2017-05-01, 04:17   #5
a1call
 
a1call's Avatar
 
"Rashid Naimi"
Oct 2015
Remote to Here/There

2·7·132 Posts
Default

At the risk of stating the obvious, the probability of picking any given 3 digits is
(1/10)^3, so from a theoretical point of view, given the large enough sample(of draws), you will get any given 3 digit combinations very close to 1/1000th of times. However studying historical lottery results you will find out that some numbers are biased and occur more often.
There are two different factors at work.
1. The draw is not truly random
2. There is observed influence in random draws, which probably has a quantum basis. In quantum physics it is a basic principle that just observing an experiment will affect the outcome of that experiment. For example in the double slit experiment, observing which slit a photon passes through will collapse its wave function and destroy the interference fringes which would be otherwise present.

Last fiddled with by a1call on 2017-05-01 at 04:18
a1call is offline   Reply With Quote
Old 2017-05-02, 00:54   #6
schickel
 
schickel's Avatar
 
"Frank <^>"
Dec 2004
CDP Janesville

2×1,061 Posts
Default

Quote:
Originally Posted by a1call View Post
At the risk of stating the obvious, the probability of picking any given 3 digits is
(1/10)^3, so from a theoretical point of view, given the large enough sample(of draws), you will get any given 3 digit combinations very close to 1/1000th of times. However studying historical lottery results you will find out that some numbers are biased and occur more often.
There are two different factors at work.
1. The draw is not truly random
2. There is observed influence in random draws, which probably has a quantum basis. In quantum physics it is a basic principle that just observing an experiment will affect the outcome of that experiment. For example in the double slit experiment, observing which slit a photon passes through will collapse its wave function and destroy the interference fringes which would be otherwise present.
Yeah, maybe, but if it was really easy, someone would have exploited any bias by now. According to the FAQ, they have two different draw machines and two different ways to pick the winning numbers, with both being chosen before the draws are run. I imagine there would also be a test draw or two before the winning draw, so it would seem to be impossible to figure out any effect there.
Quote:
Originally Posted by science_man_88 View Post
depends on if they can be redrawn etc. at last check if they can the odds of not picking n for y drawings is (999/1000)^y I think, which would put your odds of not picking it for 1000 at about 36.77% in theory.
Wow, that seems high to me. That's really why I'm asking, since my instincts could be wrong.

So, if there's a ~37% chance of not drawing one number in 1000 draws, what would be the odds of missing a win in the following scenario: take 10 different numbers and play them for 100 draws.

Intuition would seem to say that 10(numbers)x100(draws) = 1000 "trials" which would seemingly make it a certainty that you would hit once, but I don't know enough about how to calculate the odds in that case.
schickel is offline   Reply With Quote
Old 2017-05-02, 01:06   #7
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dartmouth NS

842810 Posts
Default

Quote:
Originally Posted by schickel View Post
Yeah, maybe, but if it was really easy, someone would have exploited any bias by now. According to the FAQ, they have two different draw machines and two different ways to pick the winning numbers, with both being chosen before the draws are run. I imagine there would also be a test draw or two before the winning draw, so it would seem to be impossible to figure out any effect there.Wow, that seems high to me. That's really why I'm asking, since my instincts could be wrong.

So, if there's a ~37% chance of not drawing one number in 1000 draws, what would be the odds of missing a win in the following scenario: take 10 different numbers and play them for 100 draws.

Intuition would seem to say that 10(numbers)x100(draws) = 1000 "trials" which would seemingly make it a certainty that you would hit once, but I don't know enough about how to calculate the odds in that case.
I think that would make it into (990/1000)^100 = 0.36603234127322950493061602657251738619 ( used PARI/GP both times I think)

probability would depend on so many things see:

https://www.youtube.com/watch?v=lP58mP8Wchc standupmath video ( matt parker)
https://www.youtube.com/watch?v=U7f8j3mVMbc numberphile video
https://www.youtube.com/watch?v=BGfK9Bxl3OI another numberphile video

that may help you. it's also why the monty hall problem stumbles so many as the video they made on that shows.

Last fiddled with by science_man_88 on 2017-05-02 at 01:07
science_man_88 is online now   Reply With Quote
Old 2017-05-02, 13:27   #8
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dartmouth NS

22·72·43 Posts
Default

they give example odds for one play at the bottom of http://www.calottery.com/play/draw-g...-3/how-to-play but there's a lot to think about some numbers it doesn't matter which you play etc.

numbers with all the same digit only have one way of sorting them so any= exact and the two main things become the same ( down to the prize money or using the straight/box option to win both prizes). those that have 2 digits in common ( something like 27% of the numbers total if you don't include the overlap with the all three digits the same in the set) have only 3 ways to arrange themselves, whereas numbers with no digit in common have 6 ways to arrange themselves.

let x stand in for the same digits those with two or more digits the same include ( per digit x with some overlap e.g for x=6 xx6 x6x and 6xx are all the same number ( 666 the case where all three are the same digit technically))
x0x
x1x
x2x
x3x
x4x
x5x
x6x
x7x
x8x
x9x
xx0
xx1
xx2
xx3
xx4
xx5
xx6
xx7
xx8
xx9
0xx
1xx
2xx
3xx
4xx
5xx
6xx
7xx
8xx
9xx

if you take away the overlap you have 28 possibilities remaining ( including 666 111 etc only once not three times). edit:doh I now see that this is already explained in that link.

Last fiddled with by science_man_88 on 2017-05-02 at 13:40
science_man_88 is online now   Reply With Quote
Old 2017-05-02, 20:23   #9
chalsall
If I May
 
chalsall's Avatar
 
"Chris Halsall"
Sep 2002
Barbados

2·3·5·373 Posts
Default

Quote:
Originally Posted by science_man_88 View Post
if you take away the overlap you have 28 possibilities remaining ( including 666 111 etc only once not three times). edit:doh I now see that this is already explained in that link.
Just to share, you do understand that the house always wins (statically)?

There is a reason lotteries are not popular where gambling is legal.
chalsall is offline   Reply With Quote
Old 2017-05-02, 20:57   #10
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dartmouth NS

22·72·43 Posts
Default

Quote:
Originally Posted by chalsall View Post
Just to share, you do understand that the house always wins (statically)?

There is a reason lotteries are not popular where gambling is legal.
my point was one of best case scenarios because some numbers get better odds in the setup than others do.

xxx will have the best win with straight/box combo
xxy xyx and yxx forms still have best win for them in straight/box combo but are at lower number of possibilities than the forms xyz, xzy, yzx, yxz, zxy, and zyx.
science_man_88 is online now   Reply With Quote
Old 2017-05-02, 21:10   #11
chalsall
If I May
 
chalsall's Avatar
 
"Chris Halsall"
Sep 2002
Barbados

2·3·5·373 Posts
Default

Quote:
Originally Posted by science_man_88 View Post
my point was one of best case scenarios because some numbers get better odds in the setup than others do.
It's a bit like trying to teach calculus to a mouse.
chalsall is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
if I won the lottery ... davar55 Lounge 8 2014-12-22 17:07
GIMPS: much worse odds than the lottery? Unregistered Information & Answers 67 2010-05-09 17:58
A rather difficult lottery Oddball Lounge 2 2010-05-06 02:18
Searching for m. primes is like playing lottery joblack Lounge 20 2009-01-05 15:18
Lottery suspicious TTn Soap Box 8 2005-10-27 09:55

All times are UTC. The time now is 17:28.


Wed Mar 29 17:28:21 UTC 2023 up 223 days, 14:56, 0 users, load averages: 0.78, 0.91, 0.97

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.

≠ ± ∓ ÷ × · − √ ‰ ⊗ ⊕ ⊖ ⊘ ⊙ ≤ ≥ ≦ ≧ ≨ ≩ ≺ ≻ ≼ ≽ ⊏ ⊐ ⊑ ⊒ ² ³ °
∠ ∟ ° ≅ ~ ‖ ⟂ ⫛
≡ ≜ ≈ ∝ ∞ ≪ ≫ ⌊⌋ ⌈⌉ ∘ ∏ ∐ ∑ ∧ ∨ ∩ ∪ ⨀ ⊕ ⊗ 𝖕 𝖖 𝖗 ⊲ ⊳
∅ ∖ ∁ ↦ ↣ ∩ ∪ ⊆ ⊂ ⊄ ⊊ ⊇ ⊃ ⊅ ⊋ ⊖ ∈ ∉ ∋ ∌ ℕ ℤ ℚ ℝ ℂ ℵ ℶ ℷ ℸ 𝓟
¬ ∨ ∧ ⊕ → ← ⇒ ⇐ ⇔ ∀ ∃ ∄ ∴ ∵ ⊤ ⊥ ⊢ ⊨ ⫤ ⊣ … ⋯ ⋮ ⋰ ⋱
∫ ∬ ∭ ∮ ∯ ∰ ∇ ∆ δ ∂ ℱ ℒ ℓ
𝛢𝛼 𝛣𝛽 𝛤𝛾 𝛥𝛿 𝛦𝜀𝜖 𝛧𝜁 𝛨𝜂 𝛩𝜃𝜗 𝛪𝜄 𝛫𝜅 𝛬𝜆 𝛭𝜇 𝛮𝜈 𝛯𝜉 𝛰𝜊 𝛱𝜋 𝛲𝜌 𝛴𝜎𝜍 𝛵𝜏 𝛶𝜐 𝛷𝜙𝜑 𝛸𝜒 𝛹𝜓 𝛺𝜔