Original Question:

Five people check identical suitcases. At the baggage claim, each person takes one of the five suitcases at random. What is the probability that every person ends up with the wrong suitcase?

Answer: 11/30


Solution:

Let’s start from one person, one suitcase. The probability is 0.
Then let n be the number of people, which is also the number of suitcases
If n = 2, P = 12
If n = 3, P = 13
If n = 4, P = 38
If n = 5, P = 1130
If n = 6, P = 53144
It is easy to observe that Pn = Pn-1 + (-1)n/n!
But what if n = ∞?
P = 12 - 16 + 124 - 1120 + 1720 - ...
Recall the Taylor’s Expansion:
ex = 1 + x + x2/2 + x3/6 + x4/24 + x5/120 + x6/720 + ...
When we plug in x = -1, we get that limn → +∞P = 1e, and therefore the answer to infinity people with infinity suitcases is 1e.