Assume there are $n$ people and a successful derangement has been drawn. If $1$ drew $2$, what is the probability that $2$ drew $1$?
2026-02-23 10:22:04.1771842124
Assume there are $n$ people and a successful derangement has been drawn. If $1$ drew $2$, what is the probability that $2$ drew $1$?
87 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Note that $*$ denotes the person to be deranged.
Considering the venn diagram,
METHOD $1$
where, by the inclusion-exclusion principle, \begin{align*} N(21**\cdots)&=\sum_{k=0}^{n-2}(-1)^k{n-2\choose k}(n-2-k)!=(n-2)!\sum_{k=0}^{n-2}\frac{(-1)^k}{k!}=!(n-2)\\ N(*1**\cdots)&=\sum_{k=0}^{n-2}(-1)^k{n-2\choose k}(n-1-k)!=(n-1)[!(n-2)]+(n-2)[!(n-3)]=\frac{!n}{n-1}\\ \end{align*} after rigorous simplification including breaking the summation into two.
METHOD $2$
In a simpler method, since $m$ persons can be deranged in $!m=m!\left(\frac1{2!}-\frac1{3!}+\cdots+(-1)^m\right)$ ways, \begin{align*} N(21**\cdots)&=!(n-2)\\ N(*1**\cdots)&=\frac{!n}{n-1}\\ \end{align*} Explanation for $N(*1**\cdots)=\frac{!n}{n-1}$:
In deranging all $n$ persons, there are $n-1$ possible places $1$ could have been moved to, for the derangement method doesn't count the place of $1$. Hence, there are $\frac{!n}{n-1}$ ways of deranging $n$ persons such that $1$ moves to the place of $2$ and not to that of $3,4,\ldots n$.