Q. 4.24

Question

A and B play the following game: A writes down either number 1 or number 2 , and B must guess which one. If the number that A has written down is i and B has guessed correctly, B receives i units from A. If B makes a wrong guess, B pays 34 unit to A. If B randomizes his decision by guessing 1 with probability p and 2 with probability 1-p, determine his expected gain if (a) A has written down number 1 and (b) A has written down number 2 .

What value of p maximizes the minimum possible value of B 's expected gain, and what is this maximin value? (Note that B 's expected gain depends not only on p, but also on what A does.)


Consider now player A. Suppose that she also randomizes her decision, writing down number 1 with probability q. What is A 's expected loss if (c) B chooses number 1 and (d) B chooses number 2 ?

What value of q minimizes A 's maximum expected loss? Show that the minimum of A 's maximum expected loss is equal to the maximum of B 's minimum expected gain. This result, known as the minimax theorem, was first established in generality by the mathematician John von Neumann and is the fundamental result in the mathematical discipline known as the theory of games. The common value is called the value of the game to player B.

Step-by-Step Solution

Verified
Answer

(a) 74p-34

(b) 2-114p

(c) 74q-34

(d) 2-1114q

1Step 1 Calculation

If player A puts number 1 , player B will guess the number correctly with the probability p and he will miss with the probability 1-p. Hence, the expected amount of winnings is

EX1=1·p-0.75(1-p)=74p-34

If player A puts number 2 , player B will guess the number correctly with the probability 1-p and he will miss with the probability p. Hence, the expected amount of winnings is

EX2=2·(1-p)-0.75p=2-114p

We have to analyse the function pminEX1,EX2=min74p-34,2-114p. The minimum is maximized in the point where 74p-34=2-114p. Solving this we get

p=1118 maximied gain =2372

2Step 2 Continue Calculation

Now, let's look this problem from the angle of player A. If player B chooses number 1 , player A will lose one dollar with the probability q and will obtain 3 / 4 dollars with the probability 1-q. Hence, the expected amount of loss is

EX1=1·q-0.75(1-q)=74q-34

If player B chooses number 2, player A will lose two dollars with the probability 1-q and she will obtain 1.5 dollars with the probability q. Hence, the expected amount of winnings is

EX2=2·(1-q)-34q=2-1114q

We have to analyse function qmaxEX1,EX2=max74p-34,2-114q. The maximum is minimized in the point where 74q-34=2-114q. Solving this we get

q=1118 minimized loss =2372

Hence, we have proved the claimed.