A total of 3n people, consisting of n families (father, mother and child), are randomly seated (all possible orderings being equally likely) at a round table.
Approximate the probability, for n large, that there are no families who are seated together.
I think that this is a poisson distribution problem since n is large. However, I am unsure how to approach this.. the answer should be exponential. I am already stuck at the first step of trying to find the probability of a family sitting together. I know that if this was a couple instead, the probability would be 2/(2n-1)! since the individual have 2 neighbours. In this case for a family, is it right that the probability is 3!/(3n-1)! since it can be seen as a permutation of 'F,M,C' If that is right, I am still unsure how to move forward from here. I know that my expectation would be 6n/(3n-1)!How do I apply the poison distribution here then?