A tennis club has 40 members. They host a tournament playing single (one verses one) matches. Every member of the club plays one match with another member of he club, so twenty matches are held. (a) In how many ways can this be arranged?
I was a little confused by the wording of this question in regards to the teams being 'arranged' but I was wondering if it is as simple as the number of ways to choose 20 different match setups, i.e number of ways to choose two different people out of 40. So tried:
C(40,2) and wasn't sure if I needed to multiply by the number of people: so C(40, 2) * 40. I also thought this could be a circular arrangement problem but wasn't sure.. Am I on the right track or way off here?