In how many ways can 3 couples be seated in a round table?

In this section you will learn to

  1. Count the number of possible permutations of items arranged in a circle
  2. Count the number of possible permutations when there are repeated items

In this section we will address the following two problems.

  1. In how many different ways can five people be seated in a circle?
  2. In how many different ways can the letters of the word MISSISSIPPI be arranged?

The first problem comes under the category of Circular Permutations, and the second under Permutations with Similar Elements.

Suppose we have three people named A, B, and C. We have already determined that they can be seated in a straight line in 3! or 6 ways. Our next problem is to see how many ways these people can be seated in a circle. We draw a diagram.

In how many ways can 3 couples be seated in a round table?

It happens that there are only two ways we can seat three people in a circle, relative to each other’s positions. This kind of permutation is called a circular permutation. In such cases, no matter where the first person sits, the permutation is not affected. Each person can shift as many places as they like, and the permutation will not be changed. We are interested in the position of each person in relation to the others. Imagine the people on a merry-go-round; the rotation of the permutation does not generate a new permutation. So in circular permutations, the first person is considered a place holder, and where he sits does not matter.

The number of permutations of \(n\) elements in a circle is \((n-1)!\)

In how many different ways can five people be seated at a circular table?

Solution

We have already determined that the first person is just a place holder. Therefore, there is only one choice for the first spot. We have

So the answer is 24.

In how many ways can four couples be seated at a round table if the men and women want to sit alternately?

Solution

We again emphasize that the first person can sit anywhere without affecting the permutation.

So there is only one choice for the first spot. Suppose a man sat down first. The chair next to it must belong to a woman, and there are 4 choices. The next chair belongs to a man, so there are three choices and so on. We list the choices below.

So the answer is 144.

Let us determine the number of distinguishable permutations of the letters ELEMENT.

Suppose we make all the letters different by labeling the letters as follows.

\[E_1LE_2ME_3NT \nonumber \]

Since all the letters are now different, there are 7! different permutations.

Let us now look at one such permutation, say

\[LE_1ME_2NE_3T \nonumber \]

Suppose we form new permutations from this arrangement by only moving the E's. Clearly, there are 3! or 6 such arrangements. We list them below.

\begin{aligned} &\mathrm{LE}_{1} \mathrm{ME}_{2} \mathrm{NE}_{3} \\ &\mathrm{LE}_{1} \mathrm{ME}_{3} \mathrm{NE}_{2} \\ &\mathrm{LE}_{2} \mathrm{ME}_{1} \mathrm{NE}_{3} \mathrm{T} \\ &\mathrm{LE}_{2} \mathrm{ME}_{3} \mathrm{NE}_{1} \mathrm{T} \\ &\mathrm{LE}_{3} \mathrm{ME}_{2} \mathrm{NE}_{1} \mathrm{T} \\

& \mathrm{LE}_{3} \mathrm{ME}_{I} \mathrm{NE}_{2} \mathrm{T} \end{aligned}

Because the E's are not different, there is only one arrangement LEMENET and not six. This is true for every permutation.

Let us suppose there are n different permutations of the letters ELEMENT.

Then there are \(n \cdot 3!\) permutations of the letters \(E_1LE_2ME_3NT\).

But we know there are 7! permutations of the letters \(E_1LE_2ME_3NT\).

Therefore, \(n \cdot 3! = 7!\)

Or \(n = \frac{7!}{3!}\).

This gives us the method we are looking for.

The number of permutations of n elements taken \(n\) at a time, with \(r_1\) elements of one kind, \(r_2\) elements of another kind, and so on, is

\[\frac{n !}{r_{1} ! r_{2} ! \ldots r_{k} !} \nonumber \]

Find the number of different permutations of the letters of the word MISSISSIPPI.

Solution

The word MISSISSIPPI has 11 letters. If the letters were all different there would have been 11! different permutations. But MISSISSIPPI has 4 S's, 4 I's, and 2 P's that are alike.

So the answer is \(\frac{11!}{4!4!2!} = 34,650\).

If a coin is tossed six times, how many different outcomes consisting of 4 heads and 2 tails are there?

Solution

Again, we have permutations with similar elements.

We are looking for permutations for the letters HHHHTT.

The answer is \(\frac{6!}{4!2!} = 15\).

In how many different ways can 4 nickels, 3 dimes, and 2 quarters be arranged in a row?

Solution

Assuming that all nickels are similar, all dimes are similar, and all quarters are similar, we have permutations with similar elements. Therefore, the answer is

\[\frac{9 !}{4 ! 3 ! 2 !}=1260 \nonumber \]

A stock broker wants to assign 20 new clients equally to 4 of its salespeople. In how many different ways can this be done?

Solution

This means that each sales person gets 5 clients. The problem can be thought of as an ordered partitions problem. In that case, using the formula we get

\[\frac{20 !}{5 ! 5 ! 5 ! 5 !}=11,732,745,024 \nonumber \]

A shopping mall has a straight row of 5 flagpoles at its main entrance plaza. It has 3 identical green flags and 2 identical yellow flags. How many distinct arrangements of flags on the flagpoles are possible?

Solution

The problem can be thought of as distinct permutations of the letters GGGYY; that is arrangements of 5 letters, where 3 letters are similar, and the remaining 2 letters are similar:

\[ \frac{5 !}{3 ! 2 !} = 10 \nonumber \]

Just to provide a little more insight into the solution, we list all 10 distinct permutations:

GGGYY, GGYGY, GGYYG, GYGGY, GYGYG, GYYGG, YGGGY, YGGYG, YGYGY, YYGGG

We summarize.

1. Circular Permutations

The number of permutations of n elements in a circle is

\[(n -1)! \nonumber \]

2. Permutations with Similar Elements

The number of permutations of n elements taken n at a time, with \(r_1\) elements of one kind, \(r_2\) elements of another kind, and so on, such that \(\mathrm{n}=\mathrm{r}_{1}+\mathrm{r}_{2}+\ldots+\mathrm{r}_{\mathrm{k}}\) is

\[\frac{n !}{r_{1} ! r_{2} ! \dots r_{k} !} \nonumber \]

This is also referred to as ordered partitions.

Here is the question, straight from the textbook:

If three couples are seated around a circular table, what is the probability that no wife and husband are beside one another?

Here's my take on it.

To find the total number of arrangements in which no couple sits together, one must take the total number of arrangements of people and subtract permutations in which one, two, or all three couples are seated next to each other.

Let $A_1$ be the event in which the first couple sit together. Let $A_2$ be the event in which the second couple sit together.

Let $A_3$ be the event in which the third couple sit together.

There are 6 seats. If we could sit any person anywhere, there would be 6! ways of seating them.

The event $A_i$ can occur in 5! * 2 ways - there are 5 different seat combinations one couple can choose while sitting together, and 4! ways to seat the other four people - 5 * 4! = 5!. For each of these combinations, there are 2 ways to "flip" the couple, hence 5! * 2.

The events $A_1$ $\cap$ $A_2$, $A_1$ $\cap$ $A_3$, and $A_2$ $\cap$ $A_3$ can occur in (5 * 2)(3 * 2)(1 * 2) ways (or 5!) - 5 ways to seat the first couple next to each other, 3 ways to seat the second couple next to each other in the remaining 4 seats, and 2! ways to seat the remaining two people - 5 * 3 * 2!. There are 2 ways to flip each couple, hence (5 * 2) and (3 * 2). This comes together in the form (5 * 2)(3 * 2)(2!), or (5 * 2)(3 * 2)(1 * 2).

The event $A_1$ $\cap$ $A_2$ $\cap$ $A_3$ can occur in (5 * 2)(2 * 2)(1 * 2) ways. This is a lot like the aforementioned intersection events, except for one small difference - the second couple can only be seated in 2 different places. This is because if they sit directly across from the first couple such that only one seat is open to either side of them, the third couple is unable to sit together.

The event $A_1$ contains the events $A_1$ $\cap$ $A_2$ and $A_1$ $\cap$ $A_3$, both of which contain the event $A_1$ $\cap$ $A_2$ $\cap$ $A_3$. The same can be said about $A_2$ and $A_3$, except with their own respective intersections. This must be accounted for. The total is then:

$$6! - (A_1 - A_1 \cap A_2 - A_1 \cap A_3 + A_1 \cap A_2 \cap A_3) - (A_2 - A_1 \cap A_2 - A_2 \cap A_3 + A_1 \cap A_2 \cap A_3) - (A_3 - A_1 \cap A_3 - A_2 \cap A_3 + A_1 \cap A_2 \cap A_3) - (A_1 \cap A_2 - A_1 \cap A_2 \cap A_3) - (A_1 \cap A_3 - A_1 \cap A_2 \cap A_3) - (A_2 \cap A_3 - A_1 \cap A_2 \cap A_3) - (A_1 \cap A_2 \cap A_3)$$

This is a very exhaustive form of the equation, but it helps me visualize the problem a little bit better - each term surrounded by parentheses represents a section of a Venn Diagram. The simplified form of the equation is as follows:

$$6! - A_1 - A_2 - A_3 + A_1 \cap A_2 + A_1 \cap A_3 + A_2 \cap A_3 - A_1 \cap A_2 \cap A_3$$

Substitution yields:

$$6! - 3 * (5! * 2) + 3 * [(5 * 2)(3 * 2)(1 * 2)] - [(5 * 2)(2 * 2)(1 * 2)]$$

or:

$$720 - 3 * 240 + 3 * 120 - 80 = 280$$

The probability is then found by dividing this number over the total number of arrangements.

$$280/720 = .3888888888 \approx 38.8\%$$

Is this correct?

Nope. First error found: There are 6 ways to sit the first couple together, not 5.

Taking this into account the answer is:

$$6! - 3 * (6 * 4! * 2) + 3 * [(6 * 2)(3 * 2)(1 * 2)] - [(6 * 2)(2 * 2)(1 * 2)]$$

or:

$$720 - 3 * 288 + 3 * 144 - 96 = 192$$

$$192/720 = .2666666666 \approx 26.6\%$$