If the number of ways to arrange k letters into k envelopes so that none of them are in the right envelope is u[k], prove that u[k+1]=k(u[k]+u[k-1].)
I thought that the answer was u[k] = kC(k-1) * (k-1)C(k-2) ... * 2 as there would progressively be less spots to take up.
Hint.
You are working with derangements and practicizing the notation that you meet in the link you are asked to prove that $$!(k+1)=k[!k+!(k-1)]$$
You can place letter $k+1$ in a wrong envelop and there are $k$ candidates. Distinguish the following cases:
letter $k+1$ is placed in envelop $i\in\{1,\dots,k\}$ and letter $i$ is placed in envelop $k+1$.
letter $k+1$ is placed in envelop $i\in\{1,\dots,k\}$ and letter $i$ is not placed in envelop $k+1$.