Current Events > A question about cycles of combinations

Topic List
Page List: 1
Garioshi
08/19/22 12:38:35 AM
#1:


I have a group of 8 people who I want to arrange into 2 groups of 4 over the course of 40 or so instances of the same activity. I want a cycle I can run through that, over an arbitrarily long number of instances, will end up with every person being grouped with every other person roughly evenly i.e. 1234 5678, 1357 2468, 1278 3456, 1256 3478, etc. I'd also like to minimize the length of this cycle if possible. What is the optimal cycle?

---
"I play with myself" - Darklit_Minuet, 2018
... Copied to Clipboard!
CobraGT
08/19/22 12:45:28 AM
#2:


Well 8*7*6*5/4*3*2*1

Once you choose the first group the second group is chosen.

So ways to chose the first group divided by how many ways that group will be listed

7*2*5

---
GoldenSun/Crossbone Isle diagrams/ 18 teams known https://photobucket.com/u/SwordOfWheat/a/9990a2ee-25f3-4242-ae79-7d2d4b882be4
... Copied to Clipboard!
Garioshi
08/19/22 1:11:23 AM
#3:


CobraGT posted...
Well 8*7*6*5/4*3*2*1

Once you choose the first group the second group is chosen.

So ways to chose the first group divided by how many ways that group will be listed

7*2*5
Yes, I know about the actual number of combinations, but I'm trying to optimize these combinations to make the cycle as short as possible.

---
"I play with myself" - Darklit_Minuet, 2018
... Copied to Clipboard!
Questionmarktarius
08/19/22 1:12:46 AM
#4:


Isn't this just simple round-robin pairng?
... Copied to Clipboard!
Topic List
Page List: 1