2021 WSMO Team Round Problems/Problem 8
Problem
Isaac, Gottfried, Carl, Euclid, Albert, Srinivasa, René, Adihaya, and Euler sit around a round table (not necessarily in that order). Then, Hypatia takes a seat. There are possible seatings where Euler doesn't sit next to Hypatia and Isaac doesn't sit next to Gottfried, where
is maximized. Find
. (Rotations are not distinct, but reflections are).
Proposed by mahaler
Solution
First, we deal with Euler and Hypatia. Out of the possible seatings for the two, there are only
that are valid. Now, given Euler and Hypatia aren't together, we'll calculate the chance Isaac and Gottfried don't sit together. After Euler and Hypatia are seated, note that there are
possible seatings of Isaac and Gottfried. Excluding Euler and Hypatia, there are
possible arragements of Isaac and Gottfried that are valid, since there are always 2 empty neighboring seats next to Isaac that Gottfried cant sit in. However, over all
possible seatings are Isaac, there are
neighboring seats that are already occupied. Therefore, including Euclid and Hypatia, there are
possible valid arragements, where ordering matters. Therefore, our answer is
~pinkpig