Install our extension to search inside any video instantly.

The Josephus Problem | He Survived a Death Lottery 2,000 Years Ago | Induction Proof + Binary Magic

Added:
106 views7likes19:15MathsmerizingOriginal Release: 2026-07-19

In the Josephus problem where every second person is eliminated from a circle of n people, the survivor's position is given by 2l + 1 when n = 2^m + l (where l is between 0 and 2^m). This can be proven using strong induction with recurrences J(2r) = 2J(r) - 1 and J(2r + 1) = 2J(r) + 1. The binary magic interpretation shows that the survivor's position is found by rotating n's binary representation left by one bit—for example, n = 100 (binary 1100100) gives survivor position 73 (binary 1001001). When n is a power of 2, the first person always survives.