I was on Youtube and found a show called Monopoly Millionaires' Club. I thought it would be interesting to try to calculate the probability of winning the million dollars.
The contestant starts on the Go square, and if they reach the Go square again in less than 5 rolls of the pair of dice, they become a millionaire. Here are the givens:
- The rolls must sum to 40 to get back to Go (I counted on an image of a board)
- You are allowed at most 5 rolls (although we know it's impossible to get to 40 with 3 rolls, so the partition must be at least 4 in length and at most 5).
- Each addend in the partition must be at least 2 and at most 12.
I think if we could answer that question, we could get an approximate answer to the probability, but I am not sure how to do it; it's been some time I've done combinatorics, and I don't even know if I would have been able to do it to start with due to the restriction on the addends.
Could someone possibly please show me how I could do this? Possibly without using the exhahustive method, but by using generating functions? I'd also be interested in subtracting the possibilities that would land the contestant in jail, but it seems that we would have to phrase the question in terms of composition since order matters (if you get 12+12+6 you land in jail, but you don't if you get 6+12+8+12+2 since summing to 30 will get you to jail).
(For the record, I already graduated with my math degree and am no longer studying math. This is not homework.)
Thanks!
Note that the possible addends 2, 3, ... , 11, 12 should be weighted with the corresponding probabilities to get them, else the model is not accurate.
If i correctly understand the question, a short version of it is as follows.
For the $8$ dices, we can consider the following polynomial: $$ P_8(x)=\left(\ \frac 16(x+x^2+x^3+x^4+x^5+x^6)\ \right)^8 %=\frac {x^8}{6^8}\Big(\ 1+x+x^2+x^3+x^4+x^5\ \Big)^8 \ . $$ Then the corresponding probability is the coefficient of $x^{40}$ in the expansion. Using sage, we can ask for the polynomial $P$ (but it would be a mess to insert it here) and the needed coefficient. It is
This is a relatively big probability to become a millionaire. And if we also consider the probability to hit the $40$ with $10$ dices, we get with the similar polynomial $$ P_{10}(x)=\left(\ \frac 16(x+x^2+x^3+x^4+x^5+x^6)\ \right)^{10} $$ the result
This is even a better probability to become a millionaire!
To handle also the jail complications, it is a good idea to introduce the following notations: $$ \begin{aligned} P_N(x) &=\left(\ \frac 16(x+x^2+x^3+x^4+x^5+x^6)\ \right)^N\ ,\\ P_{N,k} &=\text{ coefficient of $x^k$ in $P_N(x)$.} \end{aligned} $$ Then we have the following probabilities: