A group of 8 friends want to play double tennis. How many different ways can the group be divided into 4 teams of 2 people?
Logic thinking: 1st group: C(2,8); 2nd group: C(2,6); 3rd group: C(2,4) and 4th group: C(2,2). So the total combination is: C(2,8)*C(2,6)*C(2,4)*C(2,2) = 2,520
Is it correct? I feels that the number of combination should be less that than that figure.
Logic thinking: 1st group: C(2,8); 2nd group: C(2,6); 3rd group: C(2,4) and 4th group: C(2,2). So the total combination is: C(2,8)*C(2,6)*C(2,4)*C(2,2) = 2,520
Is it correct? I feels that the number of combination should be less that than that figure.
Yiliang

















