Concept:Use a Markov-chain recursion based on the previous roll type.
Explanation:An
A-type roll means 3 or 5, so
P(A-type)=62​=31​.
A
B-type roll means 1, 2, 4, or 6, so
P(B-type)=64​=32​.
Let
x be the probability that A eventually wins when the previous roll was
A-type.
Let
y be the probability that A eventually wins when the previous roll was
B-type.
If the previous roll was
A-type: with probability
31​, the next roll is
A-type, so A wins immediately; with probability
32​, the next roll is
B-type, and the state becomes
y.
Thus,
x=31​+32​y.
If the previous roll was
B-type: with probability
31​, the next roll is
A-type, moving to state
x; with probability
32​, the next roll is
B-type, so B wins and A gets probability
0.
Thus,
y=31​x.
Substitute
y into the first equation:
x=31​+32​⋅31​x=31​+92​x.So,
97​x=31​, giving
x=73​.
Then,
y=31​⋅73​=71​.
Before the first roll, there is no previous roll: the first roll is
A-type with probability
31​, contributing
x; it is
B-type with probability
32​, contributing
y.
Therefore, required probability is
31​⋅73​+32​⋅71​=71​+212​=215​.Answer:215​, i.e. Option B.