Question

Identify which payoff matrix below is a Prisoner’s Dilemma and which one is an Assurance Game....

Identify which payoff matrix below is a Prisoner’s Dilemma and which one is an Assurance Game.

a

X

Y

X

4,2

1,5

Y

3,3

5,1

b

X

Y

X

10,10

3,8

Y

8,3

8,8

c

X

Y

X

0,0

15,3

Y

3,15

5,5

d

X

Y

X

2,2

4,4

Y

4,4

0,0

e

X

Y

X

2,2

10,6

Y

6,10

4,4

f

X

Y

X

6,6

10,2

Y

2,10

8,8

g

X

Y

X

8,8

10,3

Y

3,10

4,4

Homework Answers

Answer #1

prisioner dileama is a situation where two participant are in a good situation if they cooperates . but they do not have any information about other participant strategies..

assurance game

in that game both parties cooperates . if loss happened they both bear . and vice- versa.here

(a ) and ( e) is assurance game . and remaing prisioner dileama. because in first two matrix there is only two values are same . and in another two all components are opposite each other .

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Fill in a payoff matrix for a prisoner’s dilemma game where one player has a dominant...
Fill in a payoff matrix for a prisoner’s dilemma game where one player has a dominant strategy and the other doesn’t. Firm 2 in Duopoly Firm 1 in Duopoly a. Explain the dominant and non-dominant strategy of the firms. b. Is there a Nash equilibrium in your game? Explain.
Describe what the following query does using lyrics database with mysql. lyrics database is posted below...
Describe what the following query does using lyrics database with mysql. lyrics database is posted below 1.) select m.lastname, m.firstname, s.lastname from members m inner join salespeople s using (salesID) order by m.lastname asc; 2.) select studioID, studioname, base from salespeople sa inner join studios st on (sa.salesID = st.salesid) where base < 300 3.) SELECT artistName FROM Artists WHERE artistID IN (SELECT artistID FROM Titles) DROP TABLES IF EXISTS Artists,Genre, Members, Titles, Tracks,SalesPeople,Studios,XrefArtistsMembers; DROP TABLES IF EXISTS Authors,Publishers,Titles,Title_Authors,Royalties; DROP...
using mysql lyrics.database. i will provide the lyrics schema database info below 1. List the first...
using mysql lyrics.database. i will provide the lyrics schema database info below 1. List the first name, last name, and region of members who do not have an email. 2. List the first name, last name, and region of members who do not have an email and they either have a homephone ending with a 2 or a 3. 3. List the number of track titles that begin with the letter 's' and the average length of these tracks in...