I have a question - If a player rolls $4$ dice, and the maximum result is the highest number he gets (for example he tosses and gets $1$,$2$,$4$,$6$ the maximum result is $6$). His opponent rolls a single die and if the player's result is higher than his opponent's, he wins. What is the chance of the player to to lose?
So, I can't seem to compute this in my mind and can't see which distribution this is since I don't know what are the results on each die when the player rolls them.
Let’s think of the chances when the opponent win Let the opponent got a six on his die then the chances for opponent to win is $$\frac{5\times5\times5\times5}{6\times6\times6\times6}$$ as our player can get from $1$ to $5$ on any die and total cases are $6^4$ So if the opponent rolls $4$ $$P(opponent Winning)= \frac{4\times4\times4\times4}{6\times6\times6\times6}$$similarly you can get for other cases Total probability of opponent winning is $$\frac{5^4}{6^4} + \frac{4^4}{6^4} + \frac{3^4}{6^4} +\frac{2^4}{6^4} + \frac{1}{6^4}$$
So if you subtract this from one you will get your answer I hope this helps you.