#What is probability of rolling 11 with 3 dice
53 messages · Page 1 of 1 (latest)
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close
- Feel free to nominate the person for helper of the week in #helper-nominations
Do you mean adding the sum up? You cannot roll an 11 out of any 6-sided dice.
YeH
Three 6-sided dice have 6^3 different possible outcomes.
146, 155, 236, 245, 335, 344 are the combinations that add up to 11. Each if those has 6 variations (for example: 146, 164, 416, 461, 614, 641), except for the ones with a repeating number, those have 3 variations (for example: 155, 515, 551).
So 6+6+6+3+3+3 of the 6^3 possibilities add up to 11.
That's 1 in 8 or 12,5%.
Ok how do you know 146, 155, 236, 245, 335, 344 are the only ones
If the first is 1, then the 2nd and third must sum to 10. There are 3 possibilities for that.
If the first is 2, then the 2nd and third must sum to 9. There are 4 possibilities for that.
If the first is 3, then the 2nd and third must sum to 8. There are 5 possibilities for that.
...
If the first is 6, then the 2nd and third must sum to 5. There are 4 possibilities for that.
There are 3+4+5+6+5+4 possibilities, which is 27 possibilities out of 6^3, which is 1/8.
This is one of the many ways to calculate 27 possibilities
I just went down the list.
1: At least 4 is needed to make 11 archievable with the 3rd die. 146. Then for 5: 155. With 6 you get a combination we already had (146).
2: At least 3 needed to make 11 achievable, 236. 245. 2-6 was already done.
3: Same process. 335. 344.
4, 5 and 6 don't offer any new combinations once we reach the halfway point.
I figured out
3/36+4/36+5/36+6/36+5/36+3/36
ODS=one dice sum
TDS=two dice sum
P(ODS=1)P(TDS=10)+P(ODS=2)P(TDS=9)+P(ODS=3)P(TDS=8)+P(ODS=4)P(TDS=7)+P(ODS=5)P(TDS=6)+P(ODS=6)P(TDS=5)
=(1/6)*(3/36)+(1/6)*(4/36)+(1/6)*(5/36)+(1/6)*(6/36)+(1/6)*(5/36)+(1/6)*(4/36)=27/216
I have another question
I made a game
Start with a score of 0. Then roll 3 dice, if you roll a sum of 11, you gain 10 points. If not, calculate the distance between your roll and 11 and subtract that number from your score. Then roll again and repeat
Example game:
Starting score: 0
Roll 1: 2,3,4 (sum=9)
Score: 0-2
Roll 2: 5,5,3 (sum=13)
Score: -2-2
Roll 3: 1,2,3 (sum=6)
Score -4-5=-9
Roll 4: 3,4,4 (sum=11)
Final score: -9+10=1
Suppose n = the expected number of rolls before rolling a 11
And m = expected # of points gained per turn
Then is the final expected score m*n?
@earnest dagger
We figured that the ratio of games that add up to 11 to total games is 1/8
Let’s call the number of games x
Then it would be 11 (x/8) + n (7x/8)
I made a chart
On the left there’s each possible outcome and the resulting points (keep in mind that combinations with the structure xyz are actually 6 of the possibilities, xyy 3, and xxx 1)
On the right are the probabilities of each amount of points (the last column are percentages that are all rounded up or down to two decimals when needed)
Then for your question, if you were to play 216 rounds and get the ‘expected’ result (which I interpreted as getting +10 27 times, -1 52 times, -2 46 times, etc.) then you would end up with -252 points.
Which means that on average you lose -1,167 points per round (-252/216)
The longer you play, the more predictable your final score will become.
If you were to play only about 10 rounds then your total amount of points could easily climb into the positives with a few lucky rolls. But if you play lots, then your odds of getting lucky get smaller and smaller and your total will slowly drop lower and lower due to the average amount of points you get being negative.
Seems like a good game for a casino to pick up huh
@earnest dagger you forgot an important detail. The game ends as soon as you roll an 11.
Ah, well you didn't explicitly mention that (aside from saying 'final score' in the example, but that was just an example so I didn't realize that the game had to end there)
But that's fine
If anything, it balances the game out a little
May I ask if you thought up this game to actually play it, or just made it for this math-question?
Anyway, I understand the relevance of this question now
The expected final score would be m*n+10
Had to come up with a game for an assignment
It was actually pretty hard to come up with one where it wouldn't be extremely easy nor extremely hard to determine the best strategy/expected final score
m=-2,76...
((-1 times 52-2 times 46-3 times 36...)/(216-27), because we should leave out the +10 possibilities)
But I'm unsure on how to calculate n (the expexted amount of rolls to get 11)
I think it's just 8, but I'm not sure.
Oh wait the * things are messing up the equation lol
It's (1-p)/p where p is the probability of rolling 11
Which works out to 7
I got m=-1.666... but I included the possibility of gaining +10
Idk if that was wrong
Okay in that case the expected outcome would be -2,76...*7+10=-9,333...
Yeah I did that earlier too, but I excluded it here because m=the average amount of points you get each round before rolling 11
True
Btw, a few comments:
- I'm not sure if I'm allowed to help you with assignments according to the rules of this server. The rules say 'cheating is prohibitied' but idk if asking for help on assignments like this are included in that. So if someone could inform me abt that that'd be nice.
- I'm not sure if this was a requirement in your assignments, but this game has no strategy at all, since the player has no controll over anything in this game at all. But if it's not a requirement it's fine because I think the math behind it is still interesting.
- Idk how hard you want to go on this assignment, but I think the thing I mentioned earlier about your odds evolving the longer you play was pretty interesting too (and how it can relate to the psychology of many other gambling games). So you could write a part about that too. Just a suggestion.
- True but the assignment is already submitted
- I didn't let you in on this but the player actually gets to choose any number they'd like from 3 to 18 before starting the game. I just restricted it to 11
Ah cool