Note that I am not asking about the odds of a chosen roll happening 4 times in 10 rolls, (this has a probability of 0.000517 according to a binomial calculator), rather, the odds of ANY roll happening 4 or more times in 10 rolls.
Another way to ask it is: What are the odds that the mode of the list of 10 rolls of the die will be 4 or more?
In general how is this calculated?
Thank you.
Answer
Suppose i is an integer between 1 and 24, and let Ai be the event that you roll an i at least 4 times in ten rolls. Notice that two of the Ai could occur, but not three, since that would be twelve different rolls.
By the inclusion/exclusion principle, you get that P(∪Ai)=∑P(Ai)−∑i ≠jP(Ai∩Aj). You have already calculated P(Ai) for each i. Now you have to calculate P(Ai∩Aj) for i≠j, which is a little trickier (unless I'm missing an easier way).
To do this, you should add up
the number of ways of rolling (exactly) four is and exactly four js,
...of rolling four is and five js,
- ...of rolling five is and four js (same as
above), - ...of rolling five is and five js,
- ...of rolling six is and four js, and
- ...of rolling six js and four is (same as
above).
This is 222(108)(84)+2⋅22⋅(109)(95)+(105)+2⋅(106).
Call that number n for brevity. Dividing n by 2410 will give you P(Ai∩Aj), given i and j. Now add up all the different choices of i and j to give you (assuming you did your previous calculation right) P(∪Ai)=24⋅(.000517)−(242)n2410
No comments:
Post a Comment