[Math] Alternate solution to circular permutation problem with restrictions

combinatorics

Ten chairs are evenly spaced around a round table and numbered clockwise from $1$ through $10$. Five married couples are to sit in the chairs with men and women alternating, and no one is to sit either next to or across from his/her spouse. How many seating arrangements are possible?

$\mathrm{(A)}\ 240\qquad\mathrm{(B)}\ 360\qquad\mathrm{(C)}\ 480\qquad\mathrm{(D)}\ 540\qquad\mathrm{(E)}\ 720$

Solution
For the first man, there are $10$ possible seats. For each subsequent man, there are $4$, $3$, $2$, and $1$ possible seats. After the men are seated, there are only two possible arrangements for the five women. The answer is $10\cdot 4\cdot 3\cdot 2\cdot 1\cdot 2 = \boxed{480}$.

I am not satisfied with this solution. Is there another way to do this?
(I just don't like this solution's..solution. There are many ways to proof the Pythagorean Theorem, and while you have no logical objections to others, surely there's some you like better or less than others? It's like that. I don't think I "think" like this solution. In any case, I just want to explore some other solutions that make better sense in my mind.)

Best Answer

This is not very different from your solution but maybe it is more clear: Let the men be $m_1, m_2, ..., m_5$ and their arrangement be the (ordered) vector $A=(a_1, ..., a_5)$ Since the seats are labelled, the arrangement $(1,3,5,7,9)$ is different than $(3,5,7,9,1)$ etc. There are 10 ways to pick $a_1$ for man $m_1$. For each arrangement vector $A$ there are $4!$ permutations for men $m_2$ to $m_5$ and all the men arrangements are now $10\times 4!$

Without losing generality let's consider one men's arrangement $(1,3,5,7,9)$ For this case let's name the women as $w_i$, where $i$ is the seat number where their spouse is seated. Women can go to the even seats. In seat 2 you cannot have $w_1$ and $w_3$ and not $w_7$ either (across her spouse in seat 7). That leaves two choices for seat 2: $w_5$ or $w_9$. If you pick $w_5$ there is only one possible arrangement for the rest of the even seats to give: $(w_5, w_7,w_9,w_1,w_3)$. Same as you pick $w_9$, there is only one arrangement. Working the same way you can confirm that there are only two possible arrangements for the women as your solution states and get the answer $2\times10\times4!$

Related Question