The following is an interview question.
Question: Given 4 players $A,B,C,D$ and a fair $50$-sided dice, assume that we do not allow repeated score (i.e. next player cannot get the same score as all previous players. Otherwise, the player roll again).
We group players with the highest and lowest scores together and second and third highest together. The winning team is the group that has the larger sum which will win the difference between team score.
For example, say $A,B$ and $C,D$ form 2 groups and $A=1,B=7,C=3,D=2,$ then $A,B$ groups wins with $8-5=3$ units.
What number should player $A$ hopes to get to maximize his expected winning?
I totally have no idea how to start this question at all.


If player $A$ scores $50$ and his team mate scores $1$, their team scores $51$. So the second and third highest players should not score more than $24 + 25 = 49$, thus allowing for $(25-1) \times (24-1) = 24 \times 23 = 552$ possibilities.
If player $A$ scores $50$ and his team mate scores $2$, their team scores $52$. So the second and third highest players should not score more than $25 + 26 = 49$, thus allowing for $25 \times 24 = 600$ possibilities.
Continuing in this way, if player $A$ scores $50$ and his teammate scores $46$, their team scores $50 + 46 = 96$, and then the second and third highest-scoring player can score at most $48 + 47 = 95$, thus allowing for $$47 \times 46$ possibilities.