Find the number of ways $z_n$ of seating $n$ couples around a rectangular table such that no one is allowed to sit next to his or her partner.figure $(\text{I})$.
$\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;$
$$\text{Figure (I)}$$
First we should find the number of ways that $2n$ people can sit around the table,we choose $n$ of $2n$ people to sit on one of the sides of the table in $\binom{2n}{n}$ ways,besides for the people sitting on each sides of the table there are $n!$ permutations,and so by the multiplicative law:$$\binom{2n}{n}\left(n!\right)^{2}=\left(2n\right)!$$
Denote by $w_k$ the number of seatings under which some specified set of $k$ couples (and possibly some other couples) end up sitting next to their partner:
$$z_n=\left|\bigcap_{i=1}^{n}\overline{A_i}\right|=\left(2n\right)!-\left|\bigcup_{i=1}^{n}A_i\right|=\sum_{k=0}^{n}\left(-1\right)^{k}\binom{n}{k}w_{k}$$
Now it's left to determine a formula for $w_k$:
This is where I cannot continue,I thought that the formula maybe is :
$$w_k=\binom{2n}{2k}k!\cdot2^{k}\left(2n-2k\right)!$$
(Decide where the k couples go, and which couple goes where, and which partner takes which seat, and where the $2n-2k$ individuals go.)
However after some thought,I figured out that this is not true,since it may happen that one of the husbands/wives be left unpaired,so what is the strategy to solve the problem?
$$\left(2n-2k\right)!\sum_{r=0}^{k}\binom{n-r}{r}\binom{n-(k-r)}{k-r}$$ Which is what you said,I was just a little confusing about the process,it seems convincing to first select which people are going to sit on which sides of the table and then permuting them,instead of permuting them directly,both ways gives the same answer,however I think you already have done my process and then you typed the simplified form.
– May 20 '20 at 15:39