0

Suppose a lazy professor collects a quiz from each student in a class, then shuffles the papers and redistributes them randomly to the class for grading. How likely is it that no one receives his or her own quiz to grade?

How do I set it up?

DSL
  • 1,359

1 Answers1

0

We can get by inclusion exclusion that $!n=\sum\limits_{i=0}^n(-1) ^n \binom{n}{i}(n-i)!=n!\sum\limits_{i=0}^n \frac{(-1)^n}{i!}$.

So $\frac{!n}{n!}=\sum\limits_{i=0}^n \frac{(-1)^n}{i!}$. There is no closed formula for this, however if you look at the taylor series for $e^x$ it is clear that it approaches $e^{-1}$ when $n$ goes to infinity.

Asinomás
  • 105,651