2. Solve the 4( × )3 game with pay off matrix. (10)
6 5 6
7 4 5
8 6 5
8 5 8
A
At each stage, clearly explain the steps involved.
B1 B2 B3
A "\\begin{vmatrix}\n 6 & 5 & 6\\\\\n 7 & 4 & 5 \\\\\n 8 &6 & 5 \\\\\n 8 & 5 & 8 \\\\\n\\end{vmatrix}"
Now we need to solve the game using the above payoff matrix.
A1 = First row of the payoff matrix
A2 = Second row of the payoff matrix
A3 = Third row of the payoff matrix
A4 = Fourth row of the payoff matrix
Now,
Am = Strategy opted by A m = 1, 2, 3, 4
Bn = Strategy opted by B n = 1, 2, 3
We need to check for each strategy opted by A or B what money does B needs to pay A and vice versa.
Steps involved:
1) We will find the maximum value for each column and minimum value for each row.
2) The row minimum value indicate the payments made from A to B.
3) The column maximum value indicates the payments from B to A.
Minimum value for A1 = 5
Minimum value for A2 = 4
Minimum value for A3 = 5
Minimum value for A4 = 5
Maximum value for B1 = 8
Maximum value for B2 = 6
Maximum value for B3 = 8
FOR PLAYER A:
1) The minimum value for 1st row indicates that if player A has chosen strategy A1 irrespective of what player B has chosen he has to pay 5 units to B.
2) The minimum value for 2nd row indicates that if player A has chosen strategy A2 irrespective of what player B has chosen he has to pay 4 units to B.
3) The minimum value for 3rd row indicates that if player A has chosen strategy A3 irrespective of what player B has chosen he has to pay 5 units to B.
4) The minimum value for 4th row indicates that if player A has chosen strategy A4 irrespective of what player B has chosen he has to pay 5 units to B.
FOR PLAYER B:
1) The maximum value for 1st column indicates that if player B has chosen strategy B1 irrespective of what player A has chosen he has to pay 8 units to A.
2) The maximum value for 2nd column indicates that if player B has chosen strategy B2 irrespective of what player A has chosen he has to pay 6 units to A.
3) The maximum value for 3rd column indicates that if player B has chosen strategy B3 irrespective of what player A has chosen he has to pay 8 units to A.
Hence, player A should choose strategy A2 and player B should choose strategy B2 so that their loss minimized.
Comments
Leave a comment