To find the correct matching between List-I and List-II, let us analyze the probability of score differences between player P1 and player P2 in each round.
Step 1: Single Round Probabilities
In any single round, players P1 and P2 roll a fair 6-faced die. The total number of equally likely outcomes is 6×6=36.
-
Case 1: x>y (P1 wins the round)
Number of outcomes where x>y is (26)=15.
P(x>y)=3615=125
In this case, P1 gets 5 points and P2 gets 0 points.
Score difference ΔD=Xi−Yi=+5.
-
Case 2: x=y (Tie)
Number of outcomes where x=y is 6.
P(x=y)=366=61
In this case, both get 2 points.
Score difference ΔD=Xi−Yi=0.
-
Case 3: x<y (P2 wins the round)
Number of outcomes where x<y is (26)=15.
P(x<y)=3615=125
In this case, P1 gets 0 points and P2 gets 5 points.
Score difference ΔD=Xi−Yi=−5.
Let dk=5ΔDk be the normalized score difference in round k. Then dk∈{+1,0,−1} with probabilities:
P(dk=+1)=125,P(dk=0)=61,P(dk=−1)=125
Let Si=∑k=1idk be the total normalized score difference after i rounds.
Note that due to symmetry:
P(Si>0)=P(Si<0)
Since P(Si>0)+P(Si=0)+P(Si<0)=1, we have:
P(Si>0)=21−P(Si=0)
P(Si≥0)=P(Si>0)+P(Si=0)=21+P(Si=0)
Step 2: Probability Calculations after i=2 Rounds
S2=d1+d2=0 can occur in the following cases:
- (d1,d2)=(0,0): Probability =(61)2=361
- (d1,d2)=(+1,−1) or (−1,+1): Probability =2×(125)×(125)=14450
Therefore:
P(X2=Y2)=P(S2=0)=361+14450=1444+50=14454=83
-
For (I) Probability of (X2≥Y2):
P(X2≥Y2)=21+P(S2=0)=21+83=1611
This matches (Q).
-
For (II) Probability of (X2>Y2):
P(X2>Y2)=21−P(S2=0)=21−83=165
This matches (R).
Step 3: Probability Calculations after i=3 Rounds
S3=d1+d2+d3=0 can occur in the following cases:
- All three zeros: (0,0,0)
Probability=(61)3=2161
- One +1, one −1, and one 0: Permutations of (+1,−1,0) in 3!=6 ways
Probability=6×(125)×(125)×(61)=864150
Therefore:
P(X3=Y3)=P(S3=0)=2161+864150=8644+150=864154=43277
-
For (III) Probability of (X3=Y3):
P(X3=Y3)=43277
This matches (T).
-
For (IV) Probability of (X3>Y3):
P(X3>Y3)=21−P(S3=0)=21−43277=864355
This matches (S).
Conclusion
The matching list is:
- (I) → (Q)
- (II) → (R)
- (III) → (T)
- (IV) → (S)
This corresponds to Option A.