How many ways to make $n$ pairs from 2 groups of $n$ people

combinatorics

I'm looking to count ways to make $n$ pairs if there are two groups of $n$ people and each pair must consist of one person from each group.

My initial thought is $^nP_n = n!$, as we can line the groups up, fix the positions of one line, and only permute the other line to make all possible pairings.

I'd also be interested in hearing the intuition behind why this is different from picking $n$ pairs from a single group of $2n$ people, which seems to have $$\frac{(2n)!}{n!2^n}$$ possible sets of pairs.

Best Answer

For the first part, you have already given a nice intuitive explanation.

For an intuitive explanation of the second formula, in the $(2n)!$ permutations of the items which we can pair serially, neither the order of the pairs nor the order within the pairs matter, thus the division by $n!2^n$,

I much prefer, though, to think of the ways for sequential choices being $[(2n-1)(2n-3)(2n-5)...1 = (2n-1)!!$,