Test 1

First Version

  1. (5 points) Consider the following sequential game, and perform backward induction analysis.

    • There are 22 positions.
    • There is always just one start position, and there are 13 end positions, the positions that have payoffs attached.
    • Ann will choose A1.
    • Beth will chose B5.
    • Ann gets 3 and Beth gets 4.
  2. (6 points) Consider the following two-player game with players Ann and Beth, where Ann has three choices, A1, A2, or A3, and Beth has the three choices, B1, B2, and B3.
      B1    B2    B3  
    A1  1, 3    2, 5    4, 1  
    A2  5, 2    4, 3    3, 3  
    A3  3, 1    3, 4    2, 5  

    • 2
    • A2 for Ann, B2 for Beth.
    • A2 strictly dominates A3, B2 strictly dominates B1.
    • The best responses are underlines:
        B1    B2    B3  
      A1  1, 3    2, 5    4, 1  
      A2  5, 2    4, 3    3, 3  
      A3  3, 1    3, 4    2, 5  
      Therefore there is only one Nash equilibria: (A2,B2) .
  3. (1 point) What is a zero-sum game?
    In a zero-sum game, the sum of all payoffs of all players for every outcome equals 0.
  4. (1 point) When does a sequential game have perfect information?
    A sequential game has perfect information if every player, when about to move, knows all moves done by the other players (including the random player) so far.
  5. (1 point) Assume a 3-person simultaneous game has a Nash equilibrium of Ann playing move A2, Beth playing B3, and Cindy playing C2. Assume the three players talk before playing and agree playing these moves. Why is it unlikely then that any players plays something different than agreed?
    Since if only one player deviates, the payoff for that player is less or equal to the payoff in case of playing the agreed move. To get more, more than one player has to deviate.

Second Version

  1. (5 points) Consider the following sequential game, and perform backward induction analysis.

  2. (6 points) Consider the following two-player game with players Ann and Beth, where Ann has three choices, A1, A2, or A3, and Beth has three choices, B1, B2, and B3.
      B1    B2    B3  
    A1  3, 3    5, 1    1, 2  
    A2  2, 3    3, 4    2, 4  
    A3  1, 2    4, 2    3, 3  

  3. (2 points) Assume a 3-person simultaneous game has a Nash equilibrium of Ann playing move A2, Beth playing B3, and Cindy playing C2. Assume the payoff for Ann for that outcome equals 3.
    1. True or false: The payoff for Ann in any outcome is at most 3.
    2. True or false: If Ann plays A3, Beth plays B3, and Cindy plays C2, then the payoff for Ann must be at most 3.

    False. True.
  4. (1 point) What is a zero-sum game?
    In a zero-sum game, the sum of all payoffs of all players for every outcome equals 0.
  5. (1 point) When does a sequential game have perfect information?
    A sequential game has perfect information if every player, when about to move, knows all moves done by the other players (including the random player) so far.
  6. ..