0
1.7kviews
Solve the game graphically whose playoff matrix for player A is given as follows:
1 Answer
written 8.4 years ago by |
Minimax point lies on strategies a1 & a3.
So the game reduces to:
$x = \dfrac{2-3}{(2+2)-(3+4)} = \dfrac13 \\ y = \dfrac{2-4}{(2+2)-(3+4)} = \dfrac23$
Value of the game: $v =\dfrac{ 2×2 - 3×4}{(2+2) - (3+4)} = 83$
Optimum strategies:
$Player \ A = \bigg(\dfrac13, 0, \dfrac23 , 0\bigg) \\ Player \ B = \bigg(\dfrac23 , \dfrac13 \bigg) \\ \text{Value of the game} = \dfrac83$