3 sets of twin sisters are married to 3 sets of twin brothers such that for any pair of twin sisters, their husbands are also twins. They then decide to have a tennis playoff. However, they require mixed pairs (1 male and 1 female) for the match but cannot have a twin and their spouse (husband or wife) as part of their team nor can they have their twin's spouse.
How many different sets of 6 mixed pairs teams are possible?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let A and a refer to the first set of twin sisters, B and b refer to the second set of twin sisters, and C and c refer to the third set of twins. Similarly, let 1 and 2 refer to the husbands of A and a respectively, 3 and 4 refer to the husbands of B and b , and 5 and 6 refer to the husbands of C and c .
From the conditions of the problem, there are 4 possible men to be in a team with each of the women. Since there are 6 women, this means a total of 24 possible teams are possible. These are
A 3 A 4 A 5 A 6 a 3 a 4 a 5 a 6 B 1 B 2 B 5 B 6 b 1 b 2 b 5 b 6 C 1 C 2 C 3 C 4 c 1 c 2 c 3 c 4
We will now determine the number of ways to have 6 teams to create this playoff. Firstly, notice that if F M and f m are teams, where F and f are twin sisters, F m and f M are also teams. Since there are 3 pairs of this in each rally, we will have 8 combinations for each rally of the form F 1 M 1 , f 1 , m 1 , F 2 M 2 , f 2 , m 2 , F 3 M 3 and f 3 , m 3 .
Case 1: A set of twins is paired with another set of twins.
If two of the teams are A 3 and a 4 (or vice-versa), then twins C and c are left with 1 and 2 , which results in twins B and b left with 5 and 6 .
If two of the teams are A 5 and a 6 (or vice-versa), then twins B and b are left with 1 and 2 , which results in twins C and c left with 5 and 6 .
Over all these cases, there are 2 distinct sets of playoff teams possible (that is, of the form F 1 M 1 , f 1 , m 1 , F 2 M 2 , f 2 , m 2 , F 3 M 3 and f 3 , m 3 ).
Case 2: A set of twins is not paired with another set of twins
If two of the teams are A 3 and a 5 (or vice versa), then twins B and b must have one of their parters as 6 (since C and c cannot be paired with 6 if B and b are with 1 and 2 ). However, B and b can have either of 1 and 2 as their other partner. This results in C and c with 4 and the either of 1 and 2 that has not been chosen already. Thus, there are 2 distinct sets of playoff teams possible.
If two of the teams are A 3 and a 6 (or vice-versa), similarly there are 2 distinct sets of playoff teams.
If two of the teams are A 4 and a 5 (or vice-versa), similarly there are 2 distinct sets of playoff teams.
If two of the teams are A 4 and a 6 (or vice-versa), similarly there are 2 distinct sets of playoff teams.
Overall, there are 10 possible distinct sets of playoff teams, each with 8 combinations. Thus, there are 80 possible playoff teams.