At first, I tried with 2 couples.
Suppose A1A2 & B1B2 are 2 couples.
So if A1 forms a team with any other person, there is only one way in which the other team would be formed.
Like A1 A2 -----> then only B1B2 will be the other team.
Similarly for A1B1 and A1B2 where the other team would be A2B2 and A2B1 respectively.
So a total of 3 ways the teams could be formed.
Hence,total eventual possibilities is total pairs possible / total no of teams.
Total pairs possible is 4C2 and total no. of teams possible will be only 2.
So total eventualities = 4C2/2 = 3.
Extending the logic above for 4 couples:
Suppose A1 A2, B1 B2 , C1 C2 and D1D2 are 4 couples.
The first two people among the group can be chosen in 8C2 ways. That forms the first team. The other 6 people in whatever way they arrange themselves will form 3 teams and not more.
Hence, the total arrangements will be : 8C2/4 (as there are 4 teams)
Now the second team will be formed in 6C2 ways. Whatever may be the permutation among the rest of the 4 people, the teams formed will be 2.
Hence, the total arrangements will be : 6C2/3 (as there are 3 teams)
The logic goes on for the next two team formation too.
Hence the total no. of ways will be:
(8C2/4) * (6C2/3) * (4C2/2) * (2C2/1) = 105.
Hope I could clear some confusion
