Suppose we have a group of n women and n men, all heterosexual and all strictly monogamous. How many ways are there to make n couples out of these 2n people?
So apparently the given solution is n! which I don't quite understand.
In the textbook it says:
n=1 --> 1 couple
n=2 --> 2 couples
n=3 --> 6 couples
But I don't really get this logic. For example if n = 2, wouldn't the choices be (w1m1, w1m2, w2m1, w2m2) giving 4 choices instead of 2? I don't understand what 2 choices it's referring to. The only example I agree with is n = 1 where the only possible choice is w1m1.
So apparently the given solution is n! which I don't quite understand.
In the textbook it says:
n=1 --> 1 couple
n=2 --> 2 couples
n=3 --> 6 couples
But I don't really get this logic. For example if n = 2, wouldn't the choices be (w1m1, w1m2, w2m1, w2m2) giving 4 choices instead of 2? I don't understand what 2 choices it's referring to. The only example I agree with is n = 1 where the only possible choice is w1m1.