Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Intuitively, why doesn't picking unpopular integers ($> 31$) lower your probability of winning lotteries?

+3
−2

Let $N \ge 32$ be the largest integer pickable by players. I feel that picking unpopular integers (like N) lowers your probability of winning lotteries, for 2 reasons.

  1. Winning integers range randomly from 1 to N. But you're transmogrifying this game, by artificially narrowing yourself to $[32, N]$!

  2. By disregarding the 31 possible winning integers $\in [1, 31]$, you are flouting the lottery’s random distribution of winning integers! Because $[1, N]$ contains more integers than $[32, N]$, picking numbers $\in [1, N]$ proffers more chances to win than picking $\in [32, N]$.

What’s wrong with my intuition? Please correct my intuition. I'm NOT seeking any proof or formality. Please explain at a 16 year old (my son's age) level.

Here’s something you can do that might have an impact on your game: studies show that most people play numbers based on special days of the month, such as birthdays and anniversaries. So, numbers greater than the number of days in the month, or over 31, are less frequently played.
If you do win with a less popular number, there may be less people to split a prize. So while picking these numbers won’t increase the odds of a win, it might increase the amount of a win.

Anyhow, if you do play the lottery, you should not play obvious combinations, or anything that can be described in one sentence, such as "the birthdays of my pets, increased by 5" (yes, there is going to be someone who has pets born on the same days as you, and who also thinks 5 is his lucky number).

The only thing you can do to improve your situation is to pick an unpopular set of numbers to reduce the number of ways you split the prize should you win.

You should also not pick the date - or any date for that matter.

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.

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

0 comment threads

1 answer

+2
−0

Let's say every lottery you buy exactly one ticket and always use the same numbers. Does that lower your odds of winning versus a strategy where you always pick a random set of numbers? No.

Assuming the winning numbers are uniformly distributed, your odds of winning are always directly proportional to the number of (distinct) tickets you buy. Their actual values or how you chose them do not matter.

A bit of probability theory reconciles this with the fact the winning numbers are less likely to be in a subrange. Write $P(A\mid B)$ for the probability that some statement $A$ is true given that $B$ is known to be true. We have $P(A\textrm{ and } B) = P(A\mid B)P(B)$ which states that the probability that $A$ and $B$ hold is equal to the probability that $A$ holds given that $B$ holds times the probability that $B$ holds. This should be intuitively reasonable.

We now have a concrete and an abstract way of illustrating the above. Assume that each number has 100 possible values and we only consider tickets where the first number is 39, say. Then our two statements are $A$="I won." (i.e. the specific ticket I bought, which starts with 39, was chosen), and $B$="The winning ticket started with 39." It should be obvious that $P(B)$ is 1% corresponding to the fact that there is only a 1/100 chance that the winning numbers start with 39. However, if I knew the first number was 39, then any ticket starting with 39 is now 100 times more likely to be a winner, i.e. $P(A \mid B) = 100P(A)$. (This is balanced by the fact that every ticket not starting with 39 now has zero chance of being a winning ticket.) These clearly cancel out giving $P(A\textrm{ and }B) = 100P(A)/100 = P(A)$. It should be clear that this would work for any subset. However much you restrict the possibilities you choose from will be balanced out by having each choice out of those possibilities being more likely given the winning ticket is one of those possibilities.

A more abstract but much simpler proof that $P(A\textrm{ and } B) = P(A)$ in this case is just to note that $A$ implies $B$. That is, "my ticket, which starts with 39, was the winner" implies that "the winning ticket starts with 39". Thus logically $(A\textrm{ and }B)$ is equivalent to just $A$. So we immediately have that they have the same probability, i.e. $P(A\textrm{ and }B) = P(A)$.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

0 comment threads

Sign up to answer this question »