While doing some unrelated work, I ran into a dilemma on probability, which can be stated as follows.
In a game of chess, you can either lose ($0$ points), draw ($\frac12$ points), or win ($1$ points). At some specific moment, you can make two moves, $A$ or $B$. You know, for both the moves, the probabilities of winning, drawing, or losing. $$\begin{array}{c|c|c|c}&Win&Draw&Loss\\\hline A&0.2&0.6&0.2\\B&0.3&0.1&0.6\end{array}$$ Which move should you make?
Here's where I get a bit confused. $B$ has a higher win percentage than $A$, so I should play $B$. But in $A$, I have equal chances of winning or losing, while in $B$, I have twice the chance of losing as winning.
The expected point value of $A$ is $0.5$, and $B$ is $0.35$. However, I am playing only one game, so I should play $B$ because it has a higher winning percentage.
Which move should I play?
Please help.
As already stated in the comments, the objective function needs to be specified as part of the problem statement and can't be deduced mathematically.
Near the beginning of a round-robin tournament, the expected utility a player derives from a game result can be approximated by the expected number of points. In this case, you should play $A$, as the expected number of points is $\frac12$, whereas it is lower for $B$.
Near the end of a round-robin tournament, especially in the last round, a player typically knows which result she needs in order to win the tournament. For instance, you may need to win the game in order to win the tournament, or you may know that you’re sure to win the tournament if you can secure a draw. In this case, if you need to win, you should play move $B$, since it has the higher probability of winning, whereas if you want to secure a draw, you should play $A$, since it has the lower probability of losing.