Fernando Garcia

Home     Research     Blog     Other     About me


Russian Roulettes... or the disadvantege of being first.

January 24th, 2025.

Introduction

It’s been a while since I’ve written here! Although I’ve been busy with other things, I do miss typing these little blog entries. Not too long ago, I was thinking about probability—ranging from basic problems to applications in real-world physics research.

Due to my lack of formal studies in probability, I was quite astonished after reflecting on the problem of Russian roulette games. In this blog post, I want to discuss one version of it and test the theory with simulations. By writing this blog, I hope to understand, beyond mathematical manipulations, the equation governing the game.

The game

Let's consider two players. Let's call them A and B. Suppose player A goes first (and continuous doing so), and consider a game where

What is the probability (call it q) that A losses? Spoiler alert: It is greater than 50%. It is in fact this number that led to write this blog entry. It feels right but at the same time it doesn't. Perhaps it is just one of those matters your think over and over and at some point you understand it (or you think you do and feel happy doing so).

The most basic game would consist of A shooting himself on the first round. The chances of this happening are 1/n.

Suppose A happens to survive the first round. It is B's turn now. They spin the gun, prepare to shoot, and boom... player B survived! This can happen with a probability of (n1)/n.

This can continue on and on and on. We want player A to lose. That is, we need player B to beat a round and win. B winning is represented by 1q=p. So B winning is given by n1np. We now have all the possible cases: ``Player A loses on the first round, or player A survives but B wins.''

q=1n+n1np

Since p=1q,

(i)q=1n+n1n(1q)

We can now solve for q:

(1+n1n)q1nn1n=0 (1+n1n)q1nn1n=0(21n)q1=0(2n1n)q=1q=n2n1

The second term in Eq. (i) could also be thought as ``player A wins the round, but also B wins the game.''

Simulations

Before running many games of Russian Roulette, notice that as n, the probabilities even out:

That is,

limnn2n1=1250%

Consider now the following:

Dots represent averages, with bars displaying standard deviation over the appropriate subrange of data. Notice first that the fewer rounds we simulate, the more uncertainty we have. Most importantly, as we increase the number of simulated games, the ratio of games lost by A approaches the theoretical value of (when n=6) 6/110.545455. This is what probability promises!

Interesting, right?


Back to Blogs