Project*: ELECTION, Part 1:
Ann and Beth are running for president of the USB. There are three states.
Similar to the president of the USA, this president is elected by votes from the three states,
where states have different numbers of votes, and cannot split their votes.
A state votes for that candidate that visited the state more often.
In case of a tie, they abstain. We assume that the payoff for the winner is 1, and the payoff
for the loser is -1. In case of a tie the payoffs are 0 for both.
It's three days before the election, and the two candidates have to determine now, simultaneously,
which states to visit on each on the remaining three days. They have one visit per day,
and they have to change states every day, so either they visit all three states,
or they visit one twice and one once.
For parts (a) to (d) we also assume that the first state has 7 votes, the second state 8,
and the third one 13.
- a) Assume each of the three state has seen each candidate equally often so far.
What will the candidates do?
- b) Assume the small state has seen Ann once more than Beth so far,
the medium state has seen Beth once more than Ann,
and that the large state has seen both candidates equally often.
What will both candidates do in the remaining three days?
- c) Assume the small state has seen Ann twice more than Beth so far,
the large state has seen Beth once more than Ann,
and that the medium state has seen both candidates equally often.
What will both candidates do in the remaining three days?
- d) Assume the medium state has seen Ann once more than Beth so far,
the large state has seen Beth once more than Ann,
and that the small state has seen both candidates equally often.
What will both candidates do in the remaining three days?
- e) How will (a), (b), (c), and (d) change if the small states has 6 votes instead of 7?
- f) How will (a), (b), (c) and (d) change if the small states has 5 votes instead of 7?
The recommendation is to find first the possible moves for both players, then
compute the Normal form, and then eliminate weakly dominated moves to get the
IEWD matrix.