We belong to a dinner club with 9 other couples. Each month for four months dinner for 8 is held at five different homes. All dinners have a total of 4 couples at each home. The host makes the main meal, one couple will bring appetizers, one couple will bring salad and bread, one couple will bring dessert. At the end of the four months, there are always people we had dinner with two or three times and some we never met at all. How can we rotate so that we never have dinner with the same couple twice? Caroline Jean
If there are 9 other couples, and you dine with 3 a month for four months, then best case scenario, you’re going to dine with 3 couples twice.
O.K., there’s a mathematical theory for this. If you want to make sure that every couple always has dinner with every other couple the same number of times during each four-month period, then what you want is a block design:
What you want is a 2-design with parameters v = 10 (since there are 10 couples, and note that one couple is one point in your problem, since they are always together at the same dinner), k = 4 (since there are always 4 couples at each dinner, so each dinner is a 4-element subset), b = 20 (since there are 20 dinners (5 each month for 4 months) over those 4 months), and r = 8, since each couple will attend a total of 8 dinners.
Now let us calculate λ, which is the number of dinners that each couple shares with each other couple. Let me check that bk = vr. Yes, that’s true, since both sides of that equation equals 80. Now let me solve for λ:
λ * 9 = 8 * 3, so λ equals 8/3.
That’s not an integer, so it’s impossible for each couple to have exactly the same number of dinners with each other couple during each 4-month period. You can fix it so they have three dinners with three of the other couples and two dinners with six of the other couples. I’m working an example of a schedule that will allow the ten couples to do that over the 4-month period.
You could use this block design twice, which would guarantee that everyone would see each of the other couples twice. The remaining two dinners would then have to be picked at random, or maybe to even out the number of times each couple has to host.
I don’t know which is more interesting-that someone trying to plan some dinner parties is introduced to hypergraph theory or that two dopers brought it up as a solution.