- #1
The Head
- 144
- 2
Real World Application here. I'm creating a virtual meeting involving six people and will have the first round include two groups of three. Then we'll switch a few times. I tried hopelessly to do it such that after three rounds, everyone would see everyone else at least once. Was so close but always missed one or two pairs. It's not a straight 6C3 problem because if I have people A, B, C, D, E, F, I just care that A meets with D & F, but I don't necessarily need ADF to be a group. It could be ADE and then ABF.
Anyway, just trying to figure out how many rounds I'd need to make sure everyone interfaced with everyone else at least once, or if anyone has a suggestion that's better than guess and check.
Note, there may be a complication where only three of the six can "host" the meeting due to who has access to the full software, but honestly just want to figure this out first.
Anyway, just trying to figure out how many rounds I'd need to make sure everyone interfaced with everyone else at least once, or if anyone has a suggestion that's better than guess and check.
Note, there may be a complication where only three of the six can "host" the meeting due to who has access to the full software, but honestly just want to figure this out first.