How can a program calculate combinations for three players without repetition?

In summary, the conversation discusses finding a formula for calculating the number of rounds for three players to play each other without repetition, with the eventual goal of designing a program with variable inputs. The conversation also mentions the use of combinatorics and the formula for combinations of n elements taken k ways. However, it is noted that this is a problem of combinatorial designs, not combinations.
  • #1
Oljeg
1
0
Hi, I am trying to find the solution (formula) for doing the following:
For any number of players (divisible by three), I need to calculate a number of rounds (in my case 8) for three players to play each other without any repetition.
So the first round of etc. 21 players would be:
1,2,3 4,5,6, 7,8,9 10,11,12 13,14,15 16,17,18 19,20, 21 and I am looking for the combinations for the next 7 rounds so that no one plays the same player again. Eventually, I would like to design a program with number of players and rounds as an input variable.

Regards,
Oljeg
 
Mathematics news on Phys.org
  • #2
Have you studied finite math at all? There are formulas for permutations and combinations that you would likely find useful (combinations in your case, not permutations, since it doesn't matter who sits in what chair in your scenario)
 
  • #3
Are you saying that each match involves three players? That's an odd kind of match! If each player must play each other player once, then each of the n players must be involved in (n- 1) matches. If each match involves 3 players, that would be a total of n(n- 1)/3 matches. For n= 21, this is 21(20)/3= 140 matches, 20 rounds of 7 matches per round.
 
  • #4
  • #5
  • Like
Likes aikismos

1. What is a combination of three players?

A combination of three players refers to a group of three individuals who are chosen to work together on a specific task or project. This could be in a scientific research setting, a sports team, or any other collaborative effort.

2. How are combinations of three players chosen?

Combinations of three players can be chosen through various methods, depending on the context. In research, they may be selected based on their expertise and skills. In sports, coaches may select players based on their abilities and positions needed for the game. In other situations, combinations may be randomly assigned or chosen based on personal preferences.

3. What are the benefits of using combinations of three players?

There are several benefits to using combinations of three players. Firstly, it allows for a diverse range of perspectives and skills to be brought to the table, leading to more creative and comprehensive solutions. Additionally, it can help distribute the workload and responsibilities among the team members, leading to more efficient and effective work. It also promotes teamwork and collaboration, allowing individuals to learn from and support each other.

4. Are there any potential challenges with using combinations of three players?

Yes, there can be potential challenges with using combinations of three players. This may include differences in communication styles, conflicts or disagreements, and difficulties in coordinating schedules and tasks. However, these challenges can be overcome through effective communication, mutual respect, and clear team goals and roles.

5. How can the effectiveness of combinations of three players be measured?

The effectiveness of combinations of three players can be measured in various ways, depending on the specific context. In research, it may be measured by the quality and impact of the results achieved. In sports, it may be measured by the team's performance and success in games. In other situations, it may be measured by the completion of tasks and achievement of goals. Regular evaluations and feedback from team members can also help assess the effectiveness of a combination of three players.

Similar threads

Replies
1
Views
2K
Replies
1
Views
2K
  • General Math
Replies
8
Views
2K
Replies
3
Views
1K
Replies
9
Views
963
  • Set Theory, Logic, Probability, Statistics
Replies
16
Views
4K
  • Precalculus Mathematics Homework Help
Replies
20
Views
2K
  • General Math
Replies
16
Views
2K
  • Calculus and Beyond Homework Help
Replies
18
Views
1K
  • Calculus and Beyond Homework Help
Replies
19
Views
3K
Back
Top