20.1 Problem

The following problem was inspired by the lecture of a Richard Dawkins’ book and his considerations about altruism. Alas, I borrowed the book and it’s been like 15-20 years since I read it, so I don’t even remember its title. Shortly, if I mess things up, the fault is mine.

Anyway, there is this interesting game theory problem called the prisoner’s dilemma. Imagine two accomplices being interrogated by the police for the crime they committed. The investigators separate them and try to convince them to testify against each other (good cop, bad cop isn’t it):

Imagine, that you are one of the two. Pause for a moment and think which is the best option for you (use pure logic, not emotions, it is guaranteed that nobody will know what you did).

If you stay silent you will be punished for sure, if you betray then you may walk away free. That being said, the betrayal is often considered to be the optimal strategy.

You could say that was a no-brainer, but the problem is deeper than you may think. Imagine there are two monkeys and each got a tick on their back that they cannot remove themselves. A tick decreases survival of an animal (it spreads diseases), so does the removal of the tick (less time to find food). Therefore assume that, when:

To make it more realistic assume that the monkeys are neighbors that will interact with each other a few hundred times in their lives (but they don’t know exactly how long), and get a tick just as many times. Does this new situation makes a difference, is it worth the while to be altruistic?

Let’s use Julia to answer that question. To that end we assume there are 6 monkeys in the group:

Test which monkey ends on top if every animal interacts a random number of times (let’s say 50 to 300 times) with all the other animals.

Does it make a difference, if you replace the unforgiving monkey with a gullible one (it cooperates at random 90% of the times)?

Note: You don’t need to strictly adhere to the above task description, feel free to adjust it to your level/liking.



CC BY-NC-SA 4.0 Bartlomiej Lukaszuk