0
$\begingroup$

If 2n people are sitting at equally spaced intervals around a circle. How many ways can they form n pairs if no two persons seated directly opposite each other can form a pair?

What I did was draw some examples for low values of 'n' and also tried to see it as a graph on 2n vertices where there is no edge between opposite vertices. However, I have not come to a revelation. Any help would be appreciated.

$\endgroup$
2
  • $\begingroup$ got it... Thank you. :-) $\endgroup$ Commented Dec 16, 2015 at 4:50
  • $\begingroup$ Could you show what your results were for the values of $n$ that you tried? $\endgroup$
    – robjohn
    Commented Dec 16, 2015 at 7:50

2 Answers 2

1
$\begingroup$

Hint

$2n$ persons can form $\binom{2n}{2}$ pairs without restrictions.

How many pairs must we subtract from that due to the restriction ?


I am assuming that the $2n$ persons have already been seated in some order.

Then each of $n$ persons will have a specific person opposite with whom they can't form a pair,

thus $\binom{2n}{2} - n$ allowable pairs.

$\endgroup$
4
  • $\begingroup$ two people can form one pair without restriction. $\endgroup$
    – robjohn
    Commented Dec 16, 2015 at 6:28
  • $\begingroup$ And if they are arranged evenly on a circle, they can't form a pair at all due to the restriction. $\endgroup$ Commented Dec 16, 2015 at 7:02
  • $\begingroup$ I was only showing that the statement that "$2n$ persons can form $\binom{2n}{n}$ pairs without restrictions" is not correct. $\endgroup$
    – robjohn
    Commented Dec 16, 2015 at 7:14
  • $\begingroup$ Oh, corrected the stupid typo, thanks ! $\endgroup$ Commented Dec 16, 2015 at 7:22
1
$\begingroup$

As shown at the beginning of this answer, without restriction, there are $(2n-1)!!$ ways to form pairs with $2n$ people. Let us count how many ways there are to pair at least one opposite using Inclusion-Exclusion.

There are $\binom{n}{k}$ ways to choose $k$ opposites. For each of those choices, there are $(2n-2k-1)!!$ ways to form pairs with the $2n-2k$ left. Inclusion-Exclusion says that there are $$ \sum_{k=1}^n(-1)^{k-1}\binom{n}{k}(2n-2k-1)!! $$ pairings with at least one pair of opposites. Subtracting this from $(2n-1)!!$ gives $$ \bbox[5px,border:2px solid #C0A000]{\sum_{k=0}^n(-1)^k\binom{n}{k}(2n-2k-1)!!} $$ ways to pair without matching opposites. $$ \begin{array}{c|c} n&1&2&3&4&5&6&7&8&9\\\hline \text{pairings}&0&2&8&60&544&6040&79008&1190672&20314880 \end{array} $$ Here are the $8$ pairings for $n=3$:

enter image description here

$\endgroup$
9
  • $\begingroup$ What is your interpretation of the question ? Initially I though derangements, but "$2n$ people are sitting in a circle.." would seem to indicate that we need to work out pairings for any particular seating $\endgroup$ Commented Dec 16, 2015 at 7:15
  • $\begingroup$ @trueblueanil: I have added an image for $n=3$ which gives $8$ pairings. $\endgroup$
    – robjohn
    Commented Dec 16, 2015 at 7:35
  • $\begingroup$ I understand your interpretation, you are simultaneously pairing all the people sitting in a circle, while I interpreted it as the sides and chords of a polygon excluding chords that pass through the center. $\endgroup$ Commented Dec 16, 2015 at 8:05
  • $\begingroup$ The question asks "How many ways can they form $n$ pairs if no two persons seated directly opposite each other can form a pair?" Each of the $8$ arrangements in the $n=3$ image above is "a way to form $3$ pairs if no two persons seated directly opposite each other can form a pair." $\endgroup$
    – robjohn
    Commented Dec 16, 2015 at 8:12
  • $\begingroup$ I just noticed that the Wikipedia page for Double Factorial has an image for all pairings of $6$ points. $\endgroup$
    – robjohn
    Commented Dec 16, 2015 at 13:10

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .