The probleme des menages consists of the following:
How many ways can $n$ married couples si at a round table in such a way that there is one man between every two women and no man is seated next to his wife?
The solution on Titu Andreescu's book A path to combinatorics for undergraduates, is by Inclusion-Exclusion.
First it states that by treating the seats as being indistinguishable there are $(n-1)!$ ways to seat all of the women, so if we let $M_n$ denote the number of ways to seat the men for a fixed arrangement of women we can say that the answer is $(n-1)!M_n$. First why there are $(n-1)!$ ways to seat the women? Shouldn't it be $n!$?
Second, later in the solution it takes the seats as distinguishable and lets $B_k$ be the set such that if we label the women and men $w_1, \dots w_n$ and $m_1,\dots,m_n$ with $m_i$ married to $w_i$, $B_k$ consists of the arrangements such that $w_i$ and $m_i$ are next to each other for $1\leq i \leq k$. Next it states that the first $k$ couples need to find $k$ pairs of adjacent seats to sit in. And because of this there are $(n-k)!^2$ ways to seat everyone else and
$$|B_k| = 2(k!)(n-k)!^2G_k$$
Where $G_k$ denotes the number of ways to choose $k$ pairs of seats. My question is why there are $(n-k)!^2$ ways to seat everyone else? Shouldn't $B_k$ consist of the arrangements such that only the first $k$ couples are next to each other? Or is it that each arrangements can allow other couples to be next to each other?
Any help would be appreciated thanks.