How many possible sequences of tennis matches with 6 players over 4 weeks?

  • Thread starter Thread starter JasonJo
  • Start date Start date
  • Tags Tags
    Combinatorics
JasonJo
Messages
425
Reaction score
2
There are 6 tennis players and each week for a month (4 weeks) a different pair of 5 play a tennis match. How many ways are there to form the sequence of 4 matches so that every player plays at least once?

I believe this is an OR problem, but I don't know how to handle the 4 weeks information and how do you count this?

thanks
 
Physics news on Phys.org
The 4 weeks just refers to the 4 matches. Since there are 6 players there are 6C2 = 15 pairs. Now with 4 matches there are 15P4 possible sequences (since sequences means that the order matters). If we wanted to exclude one person we would have 5C2 pairs and (5C2)P4 possible sequences. What if we tried to exclude two people? Can you go from here?

-Dale
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top