I've got a task about combinatorics and I'm very unsure how to handle it. The task says, that I have four groups of people:
- Group $A$ with $24$ people
- Group $B$ with $28$ people
- Group $C$ with $17$ people
- Group $D$ with $18$ people
I have to get the combinations I can get, when I choose $2$ out of each group, so that I have $8$ people at the end.
I know that I have to get the combinations of the two people of each group first. Which would be for $A$: $276$ combinations, $B$ gets $378$, $C$ gets $136$ and $D$ with $153$. But I'm very confused what to do with these. Am I summing them up and calculate the combinations of $8$ people I can get from these?