A complex dice game (at least to me)

  • Context: Undergrad 
  • Thread starter Thread starter bobze
  • Start date Start date
  • Tags Tags
    Complex Dice Game
Click For Summary

Discussion Overview

The discussion revolves around calculating the probability and expected number of turns in a complex dice game involving rolling three dice, where any dice that show a six are retained for subsequent rolls. Participants explore the mathematical expectations of achieving three sixes, addressing various scenarios and calculations related to the game mechanics.

Discussion Character

  • Mathematical reasoning
  • Exploratory
  • Debate/contested

Main Points Raised

  • One participant seeks help in calculating the probability of rolling three sixes with the condition that sixes are retained for future rolls.
  • Another participant outlines the expected number of rolls needed to achieve a six with one die, leading to a formula for two dice.
  • Several participants attempt to derive the expected number of rounds for three dice, with varying approaches and calculations.
  • Discussions include the probability of rolling one, two, or no sixes and how these affect the overall expected number of rounds.
  • Participants correct and refine each other's calculations, discussing the need to distinguish between different outcomes when rolling multiple dice.
  • There is a proposal for a formula that accounts for different scenarios but is met with challenges regarding its completeness and accuracy.

Areas of Agreement / Disagreement

Participants express differing views on the correct approach to calculating the expected number of rounds, with no consensus reached on the final formula or outcome. Multiple competing models and calculations are presented throughout the discussion.

Contextual Notes

Some calculations depend on specific assumptions about the outcomes of rolling the dice, and there are unresolved mathematical steps in deriving the expected values. The discussion reflects a range of interpretations and methods without a definitive resolution.

bobze
Science Advisor
Gold Member
Messages
648
Reaction score
18
Hello all,

I was thinking about how a certain probability would be calculated and the answer is eluding me. It has been a number of years since I have taken a statistics and probabilities class so I am a little rusty.

Anyway, to jump right into my question: How would one figure out the probability of rolling 3 dice and getting a 3 6's. The twist is, dice rolled on a 6 remain the 6 for the next round.

So for example, if I roll 3 dice and get a 1/3/6 my next roll would be the first two dice as I already got a 6 and that is removed/remember by the game.

Also, how would one go about figuring out how many turns of the game one would expect before they attained 3 6's.

I know that for rolling 3 sixes at once, I could call the first roll X and the second roll x(1-x) such that on the nth round I would have x(1-x)(n-1)

Knowing that I came up with [tex]E[/tex]ix(1-x)(i-1) when i=1 to +[tex]\infty[/tex]

Then solve the limit to get the expectation of rounds =x(1/x2)

This won't work however for a game where a roll of 6 is removed, just the expectation of rolling all 6's. I am confused on how to start to setup the equation for this new game.

Any help would be much appreciated:smile:.
 
Physics news on Phys.org
Did I explain this poorly?
 
If you have only one die, there's a 1/6 chance of rolling a 6 each time and a 5/6 chance of rolling nothing. Thus the expectation is
e(1) = 1 + 5/6 * e(1)
e(1)/6 = 1
e(1) = 6

If you have two dice, you have a 1/36 chance of finishing in one step, a 10/36 chance of rolling one 6, and a 25/36 chance of rolling none. The expectation is
e(2) = 1 + 10/36 * e(1) + 25/36 * e(2)
11/36 e(2) = 1 + 10/36 * 6
e(2) = 36/11 * 8/3 = 96/11

Can you finish the problem from here?
 
CRGreathouse said:
If you have only one die, there's a 1/6 chance of rolling a 6 each time and a 5/6 chance of rolling nothing. Thus the expectation is
e(1) = 1 + 5/6 * e(1)
e(1)/6 = 1
e(1) = 6

If you have two dice, you have a 1/36 chance of finishing in one step, a 10/36 chance of rolling one 6, and a 25/36 chance of rolling none. The expectation is
e(2) = 1 + 10/36 * e(1) + 25/36 * e(2)
11/36 e(2) = 1 + 10/36 * 6
e(2) = 36/11 * 8/3 = 96/11

Can you finish the problem from here?

I think so, though I am not sure if I understand why or if it is correct. Here is what I came up with;

With 3 dice you have a 1/216 chance to win the game in 1 roll, a 90/216 chance of rolling at least one 6 and 125/216 chance of rolling no 6 at all.

So...

e(3)= 1 + 90/216 * e(2) + 125/216 * e(3)
91/216e(3)= 1 + 90/216 * 96/11
e(3)=216/91*51/11
e(3)=11016/1001 or 11.00

So I would expect to win the game (on average) in 11 rounds?

Can anyone explain the formula? I don't understand how you came by it.
 
Also, I think I made a mistake in my other calculation. For determining the expected number of rolls to get all 6's on 3 dice would it just be (1-p)/p

So;

[tex]1-(1/216)[/tex] = 215
[tex]\overline{(1/216)}[/tex]
 
bobze said:
Can anyone explain the formula? I don't understand how you came by it.

I just came up with it as I was trying to find a way to explain this to you. It avoids infinite series and other things that I thought might be tricky.

The "1" at the beginning is your first roll, which you have to make in all cases. The fractional parts are just each different outcome. You solve the simple ones first, then move on to the complex ones.

bobze said:
With 3 dice you have a 1/216 chance to win the game in 1 roll, a 90/216 chance of rolling at least one 6 and 125/216 chance of rolling no 6 at all.

So...

e(3)= 1 + 90/216 * e(2) + 125/216 * e(3)

Not quite. You need to distinguish between rolling 1 six and 2 sixes. This formula gives the expected number of turns if you can keep only one six per round if you roll two. You want

e(3) = 1 + blah * e(1) + blah * e(2) + 125/216 * e(3)
 
CRGreathouse said:
I just came up with it as I was trying to find a way to explain this to you. It avoids infinite series and other things that I thought might be tricky.

The "1" at the beginning is your first roll, which you have to make in all cases. The fractional parts are just each different outcome. You solve the simple ones first, then move on to the complex ones.



Not quite. You need to distinguish between rolling 1 six and 2 sixes. This formula gives the expected number of turns if you can keep only one six per round if you roll two. You want

e(3) = 1 + blah * e(1) + blah * e(2) + 125/216 * e(3)

Ok let me try again then:

there are 25 ways you can get one 6 (from (5/6)2*1/6) so there are 65 ways to get two 6's, from (25-90)

So

e(3) = 1 + 25/216 * e(1) + 65/216 * e(2) + 125/216 * e(3)
91/216e(3) = 1 + 25/216 * 6 + 65/216 * 96/11
e(3) = 1711/396 * 216/91 = 10266/1001 or 10.26 rounds

Correct?
 
bobze said:
Correct?

Heh, getting there. There are 25 ways of getting 6-other-other, but also 25 ways of getting other-6-other and 25 ways of getting other-other-6. This should make sense -- you're more likely to roll 1 six out of three dice then 2.
 
CRGreathouse said:
Heh, getting there. There are 25 ways of getting 6-other-other, but also 25 ways of getting other-6-other and 25 ways of getting other-other-6. This should make sense -- you're more likely to roll 1 six out of three dice then 2.

Ahh, that makes sense so it should be:

e(3) = 1 + 75/216 * e(1) + 15/216 * e(2) + 125/216 *e(3)
91/216*e(3) = 1 + 75/216 * 6 + 15/216 * 96/11
e(3) = 216/91 * 487/132
e(3) = 8766/1001 or 8.76 rounds


correct?
 

Similar threads

  • · Replies 16 ·
Replies
16
Views
4K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 41 ·
2
Replies
41
Views
6K
  • · Replies 2 ·
Replies
2
Views
8K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
6K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 6 ·
Replies
6
Views
4K