Explanation : Given there are two identical dices, each having 6 faces.
Favorable events for tie = {(1, 1), (2, 2), (3, 3), (4, 4), (5, 5), (6, 6)}
Since two dice are thrown, total sample space will be 6 x 6 = 36
Therefore, P(tie) = 6/36 = 1/6
and Probability of not tie = (1 – 1/6)
To one of them win on third trial, previous two trials should be tie.
= 1/6 * 1/6 * (1 – 1/6)
= 1/36 * 5/6
= 5/216 = 0.023
So, option (C) is correct.