Suppose n people leave their coats at the cloakroom, but on leaving the cloakroom the supervisor randomly gives any coat back to each person. Now to determine the number of permutations in which s persons receive their coat, there is the formula:
$$\sum\limits_{t=s}^{n}(-1)^{t-s}\binom{t}{s}\binom{n}{t}(n-t)!.$$
Now I would like to understand the formula. To do this, I will consider the case n=3 and s=1 to be able to illustrate this and determine the subset: N$_{1}$={Lists with 1 in position 1} (I mean: person 1 gets his coat back). N$_{2}$ = {Lists with 2 in position 2} and N$_{3}$ = {Lists with 3 in position 3}
Then
$$\sum\limits_{t=1}^{3}(-1)^{t-1}\binom{t}{1}\binom{3}{t}(3-t)! = \binom{1}{1}\binom{3}{1}(3-1)! - \binom{2}{1}\binom{3}{2}(3-2)! + \binom{3}{1}\binom{3}{3}(3-3)!.$$
Now consider a I multiplication: For example $\binom{1}{1}\binom{3}{1}(3-1)!$.
The part $\binom{3}{1}(3-1)!$ means: I think this is the same as |N$_{1}$|+|N$_{2}$|+|N$_{3}$| and that's mean we fix 1 of 3 that's why $\binom{3}{1}$ and the other 3-1 elements may be anywhere, that's mean (3-1)!
I know that the inclusion-exclusion principle applies here.
Now I try to understand the coefficient $\binom{1}{1}$ or in general, how can I imagine the coefficient $\binom{t}{s}$.
I am very grateful if you can explain this to me.