Writing up to this point, everyone should see a pattern. Since calculating for one, two, or three rolls of the dice works, it can be extended for any number of rolls. We find that when determining the sequence with the maximum probability, we need to do the following. First, regardless of the sequence length, start by calculating the maximum probability of obtaining each die for a sequence length of 1. Then, gradually increase the length, each time adding one more position, and recalculating the maximum probability of obtaining each die at this new length. Because the maximum probabilities of obtaining each die for the previous length have already been calculated, recalculating is actually not difficult. When calculating for the final position, we will know which die has the highest probability. Then, we need to deduce the sequence corresponding to this maximum probability from the end.
Who Moved My Dice?
For example, if you suspect that your six-sided die has been tampered with by the casino, it may have been replaced with another type of six-sided die, where the probability of rolling a 1 is higher at 1/2, while the probability of rolling a 2, 3, 4, 5, or 6 is 1/10. What do you do? The answer is simple, calculate the probability of a normal sequence rolled by three dice, then calculate the probability of an abnormal six-sided die and two other normal dice rolling this sequence. If the former is smaller than the latter, you need to be careful.
For example, the result of rolling the dice is:
MonsterPro : I learned a lot.