So I got this question in brilliant.org's probability fundamentals:
Every week you play a lottery game that requires choosing 4 numbers between 1 and 80. In this particular game, you win "outright" and do not have to potentially share the prize with others. Your friends give you some advice for the next week on which numbers to pick.
Which advice is the most reasonable?
- You should choose two even and two odd numbers.
- You should not pick 4 consecutive numbers (numbers in a row such as 3, 4, 5, 6).
- You should pick some low numbers, high numbers, and numbers in the middle.
- It doesn't matter which four numbers you pick. It's just luck.
brilliant.org says the correct answer is advice #4. I do agree that any particular combination of four numbers is just as likely as any other combination; however, combinations having certain characteristics are more likely than combinations not having those characteristics. For example, a combination having 2 even and 2 odd is about six times as likely as a combination having all even or all odd (the math for this is below), so advice #1. is beneficial. Is brilliant.org wrong or am I not thinking about this correctly? Is the question too vague?
I did the math the for advice #1.:
1. You should choose two even and two odd numbers.
The probability that the winning sequence has two even and two odd numbers is:
$P(2,2) = \binom{4}{2} * \frac{40*39*40*39}{80*79*78*77} \approx 0.385$
whereas the probability that the winning sequence has three even and one odd is:
$P(3,1) = P(1,3) = \binom{4}{3} * \frac{40*39*38*40}{80*79*78*77} \approx 0.250$
Finally, the probability that the winning sequence has four even and zero odd is:
$P(4,0) = P(0,4) = \binom{4}{4} * \frac{40*39*38*437}{80*79*78*77} \approx 0.058$
Given that $P(2,2)$ is greater than $P(3,1)$, $P(1,3)$, $P(4,0)$, and $P(0,4)$, wouldn't we be better off following the advice of option #1. than not following it?
Likewise, if I do the math on advice #2. and #3., I'm very sure that the math would show that the advice is beneficial. It should be possible to follow all three pieces of advice (#1., #2., and #3.) as well.
I'm trying to reconcile this with brilliant.org's correct answer that basically says the advice (#1., #2., and #3.) is irrelevant.
Thanks!
You're almost going about it backwards. Let's say there are five people: Alfonso follows advice #1: He picks two evens and two odds randomly. (We're assuming order doesn't matter here.) Barbara follows advice #2: She picks randomly but makes sure to not pick $4$ consecutive numbers. Cory follows advice #3: he picks one "high number" (say, $>60$), one "low number" (say, $\leq 20$), and one "in the middle" (in the interval $(20,60]$), plus one randomly. Denise follows advice #4 and just goes random. And just for fun, Ed decides that he's always going to pick $(1,2,3,4)$ because that's his phone passcode and he doesn't want to forget it.
As you calculated, Alfonso has a $\binom 42\frac{40\cdot39\cdot40\cdot39}{80\cdot79\cdot78\cdot77}\approx38.5\%$ chance of being "right," i.e. the winning combination has 2 evens and 2 odds. But that's not his probability of winning. No, because Alfonso picked just one of $\frac{40\cdot39\cdot40\cdot39}{2!2!}$ possible "two even, two odd" tickets, and only one of those possible tickets is a winner. Therefore, Alfonso's probability of winning is $\frac{2!2!}{40\cdot39\cdot40\cdot39}\cdot\binom 42\frac{40\cdot39\cdot40\cdot39}{80\cdot79\cdot78\cdot77}=\frac{4!76!}{80!}$ shot at winning.
Let's move on to Barbara. What are the odds that Advice #2 is correct? Well, the only way that two consecutive numbers can win is if the winning combo is $(1,2,3,4),(2,3,4,5),\dots,(77,78,79,80)$. That's only $77$ possible tickets, out of the $\frac{80!}{4!76!}$ available. So that means that the total chance that advice $2$ is correct is $\frac{\frac{80!}{4!76!}-77}{\frac{80!}{4!76!}}\approx99.995\%$. Pretty good, right? So Barbara is in the money? Well, not quite. You see, Barbara has just one ticket, out of the possible $\frac{80!}{4!76!}-77$ possible "non-consecutive" tickets, so her shot is really $\frac1{\frac{80!}{4!76!}-77}\cdot\frac{\frac{80!}{4!76!}-77}{\frac{80!}{4!76!}}=\frac{4!76!}{80!}$, the same as Alfonso.
Hmm. What about the rest of them? Can you do the math out and show that Cory, Denise, and Ed all have the same chances to win? Or can you convince yourself why the probabilities "cancel out" this way?