Player A repeatedly rolls a fair eight-sided die (faces 1-8) and…
Question
Player A repeatedly rolls a fair eight-sided die (faces 1-8) and player B repeatedly rolls a fair six-sided die (faces 1-6). In each round both roll once; the round is decisive if their numbers differ, and is replayed if they tie. The player with the higher number wins the decisive round. The match goes to whoever first wins 3 decisive rounds. Let the probability that A wins the match be m/n in lowest terms. Find m+n.
Step-by-step solution
First find the probability A wins a single decisive round. Over all 8*6 = 48 pairs (a,b): A>B in pa pairs, B>A in pb pairs, ties in the rest.
Count a>b: for each b in 1..6, the number of a in 1..8 with a>b is (8-b).
Count b>a: for each a in 1..8, number of b in 1..6 with b>a is max(0,6-a).
Match is first-to-3 (best of 5).
A wins iff A reaches 3 wins before B.
Sum over the number of B-wins (0,1,2) at the moment A scores its 3rd win; the final round is A's 3rd win, and before it there are 2 A-wins and losB B-wins arranged in C(2+losB, losB) ways:
Final answer235787
Stuck on a problem like this?
Paste any JEE or NEET question — verified working, a confidence %, and an honest “not sure” instead of a bluff.
Solve my doubt →More Probability solutions