[Math] Nine people sit down at random seats around a round table. Four of them are math majors, three others are physics majors, and the two remaining

combinatoricsprobability

Nine people sit down at random seats around a round table. Four of them are math majors, three others are physics majors, and the two remaining people are biology majors. What is the probability that all four math majors sit in consecutive seats?

There are a total of $(9-1)!=8!$ possible seating arrangements. We treat the four math majors as a single person. So we're really seating 6 people around a table which gives $5!$. So the probability is $5!/8!$. I think this is wrong. Any help is greatly appreciated.

Best Answer

There are $9$ distinct spots in which the $4$ math majors can be seated consecutively around a table, if you treat the $4$ people as a clump. There $4!$ ways to arrange them within each clump. The other $5$ people can be seated in $5!$ different ways. Everyone can be seated in $9!$ different ways giving a probability of

$$\frac{9\cdot4!\cdot5!}{9!}\approx.0714$$

Note that this probability is lower if you seat the $9$ people in a line rather than around a circle, since there would only be $6$ ways to "clump" the $4$ math majors together.

To see why there are $9$ ways to seat a clump of $4$ people, consider a clock with numbers $1-9$ instead of $1-12$. Then the $4$ people can sit in spots $$1-4, 2-5, 3-6, 4-7, 5-8, 6-9,7-1, 8-2, \text{ or } 9-3$$.

Related Question