Problem set 2

Due by 11:59 PM on Monday, September 16, 2019

Submit this as a PDF on iCollege.

Cite your sources and show your work.

1

Think about the news over the past couple weeks. Identify two events that are social dilemmas and explain what makes them social dilemmas. (Remember that a social dilemma isn’t necessarily just a bad thing that happens in society; it has a specific meaning.) Answer in ≈40 words for each event.

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

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.

5

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 example from Lab 2 at BYU about how to calculate mixed strategy probability cutoffs. Also, see this post and/or this video on solving 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.

6

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 Frederick W. Mayer, Narrative Politics: Stories and Collective Action (Oxford: Oxford University Press, 2014).

    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.