I am setting up a minute to win it challenge for a party. I have 9 teams of 5 players each. Each round will be head to head challenge with one team idle per round. All games are played simultaneously. there will be stations set up with a different game at each station. Teams will rotate through each station/game. Rules: no team will play the other team twice, no team will play the same game twice How many games do I need to do this? How do I determine the schedule per round?
I am not a mathematics person so simpler answers or equations would be appreciated. Some of the answers I have read are over my head or are displaying complete graphs which I cannot interpret.
Here is a $9$-round schedule. This is optimal because there are $\binom 92=36$ pairs of teams, and each round takes care of four pairs.
I found this using the idea presented in Anders Kaseorg's solution to a similar scheduling problem, together with brute force search to find the parameters which work.