Problem set 2

Due by 11:59 PM on Monday, June 21, 2021

Submit this as a PDF on iCollege. You can use whatever you want to make your drawings, including Gravit Designer, Adobe Illustrator, Excel, PowerPoint, Microsoft Paint, or photographed/scanned pen and paper.

Cite your sources and show your work.

1

The following game represents the interaction between two software engineers, Astrid and Bettina, who are working together to write code as a part of a project. Astrid is better at writing Java code, while Bettina prefers C++. The numbers represent the pay in dollars for completion of the project.

Bettina
Java C++
Astrid Java $4,000 , $3,000 $2,000 , $2,000
C++ $0 , $0 $3,000 , $6,000

 

Based on this information, which of the following are true? Why or why not? Explain why or why not in a sentence for each.

  1. There are two Nash equilibria: (Java, Java) and (C++, C++).

  2. If Astrid can choose the language first and commit to it, then (Java, Java) will be chosen.

  3. If the two can make an agreement beforehand, including a transfer of $500 from Bettina to Astrid, then (C++, C++) will be chosen.

  4. If the two can make an agreement beforehand, including a transfer of $2,000 from Bettina to Astrid, then (C++, C++) will be chosen.

  5. If the two cannot make an agreement beforehand, then they may end up with the (Java, C++) outcome.

2

Consider a repeated prisoners' dilemma game with a finite number of rounds.

  1. If we assume that all parties are narrowly rational, and that they know which is the last period, why would we predict no cooperation during the whole game? Answer in a sentence.

  2. Why, in practice, might parties not behave this way? Answer in ≈30 words.

In the prisoners' dilemma computer tournament described in the Radiolab episode, the Tit for Tat strategy won. This was also the case in the “Evolution of Trust” game that you played.

  1. In what sense, exactly, did it win? Answer in a sentence.

  2. How robust was this finding? Are there situations where Tit for Tat is too nice? Too provocable? Too forgiving? Answer in ≈30 words.

3

The inherent negativeness in political campaigns is often described as a classic prisoner’s dilemma.

  1. Write down a payoff matrix that shows the choice between positive and negative campaigning as a prisoner’s dilemma.

  2. Give a recent real-life example of a negative campaign prisoner’s dilemma. Answer in ≈30 words.

In class, I argued that negative political campaigning might be better modeled as a stag hunt.

  1. Why did I say this? What is the difference between a stag hunt and a prisoner’s dilemma? Answer in ≈50 words.

  2. Write down a payoff matrix that shows the choice between positive and negative campaigning as a stag hunt.

4

After Hurricane Maria, hundreds of nonprofit organizations streamed to Puerto Rico and other Caribbean islands to provide disaster relief. Research has found that coordination between nonprofits during disasters is difficult to maintain—it’s easy for individual nonprofits to fundraise and pursue programming on their own while ignoring other organizations working on the same issues. Additionally, there are incentives to do projects that are cheap and have fast turnaround, since donors respond to the visibility of organizations providing disaster relief.

Consider two nonprofit organizations working in Puerto Rico. Together, they could spend time coordinating their efforts and run a shelter for hurricane victims, providing each organization with 100 utils. Alternatively, they could individually distribute paper towels—a simple, low-cost, fast, and visible project—and receive 5 utils.

This situation can be modeled with the following payoff matrix:

Nonprofit 2
Run shelter Distribute paper towels
Nonprofit 1 Run
shelter
100 , 100 0 , 5
Distribute
paper
towels
5 , 0 5 , 5
  1. What are the consequences of this kind of interaction? What will the two organizations naturally tend to do? Why? (i.e. what are the equilibria?) Answer in ≈30 words.

  2. What kind of game is this? Why? Can cooperation be ensured? How? Answer in ≈20 words.

  3. Extra credit: In the absence of communication, what are the two nonprofits' mixed strategies? (See the guide in the resources section for how to calculate mixed strategies.) How will they guess what the other organization will do? Under what conditions will nonprofit 1 choose to run the shelter? (i.e. what are the probability cutoffs for each nonprofit choosing to run the shelter or distribute paper towels?) Answer in ≈40 words. Show your work.

  4. Extra credit: What is the expected payoff of engaging in a mixed strategy? (i.e. choosing to gamble based on probability cutoffs rather than communicate and coordinate in person?) Show your work.

5

A recent poll by the Edelman Trust Barometer shows a staggering drop in trust in private and public institutions in the United States. Only 33% of Americans surveyed have trust in government, and “no country saw steeper declines than the United States, with a 37-point aggregate drop in trust across all institutions”

  1. Why does a community with a high level of trust have an advantage over one with lower levels of trust? (Hint: recall your reading from Mayer, 2014 on stag hunts) Answer in ≈40 words.

  2. To what extent can the institution of trust be thought of as a cooperative equilibrium in a stag hunt game? Answer in ≈30 words.

  3. How might a cooperative equilibrium degenerate into a non-cooperative equilibrium? Answer in ≈30 words.

6

Consider the society you live in, or another society with which you are familiar.

  1. To make society fairer (according to the substantive judgment of fairness), would you want greater equality of income, happiness, or freedom? Why? Would there be a trade-off between these aspects? (≈30 words)
  2. Are there other things that should be more equal to achieve greater substantive fairness in this society? (≈30 words)
  3. How fair is this society, according to the procedural judgment of fairness? (≈30 words)
  4. Suppose that, behind a Rawlsian veil of ignorance, you could choose to live in a society in which one (but only one) of the three procedural standards for fairness (voluntary exchange of property, equality of opportunity, and deservingness) would be the guiding principle for how institutions are organized. Which procedural standard would you choose, and why? (≈50 words)

7

  1. Two farmers have unlimited access to a common plot of land and can let their cows graze on it. The matrix below shows the benefits they get from grazing either 1 or 2+ cows on the land.

    1. What category of game is this?
    2. What is/are the Nash equilibrium/equilibria?
    3. What is/are the Pareto efficient outcome(s) in this game?
Farmer 2
1 cow 2+ cows
Farmer 1 1
cow
8 , 8 2 , 10
2+
cows
10 , 2 4 , 4
  1. The government offers a reward or subsidy for communities where farmers only allow 1 cow to graze on the common field, resulting in a new payoff matrix.

    1. What category of game is this?
    2. What is/are the Nash equilibrium/equilibria?
    3. What is/are the Pareto efficient outcome(s) in this game?
Farmer 2
1 cow 2+ cows
Farmer 1 1
cow
15 , 15 2 , 10
2+
cows
10 , 2 4 , 4
  1. How is Pareto efficiency different from fairness? (≈30 words)