Blog

Circular Permutations: When Clockwise and Anticlockwise Arrangements Are Distinct

Learn when to count a reversed circular order separately, when to divide by two, and how to solve seating and bracelet questions with confidence.

  • 11th
  • 12th
Six distinct lanterns on a circular astrolabe with two differently coloured paths around the rim

Imagine six friends settling around a round table. Someone rotates the whole table a little. Nobody has a new neighbour, so you would probably call it the same seating arrangement. Now imagine the friends swap to the reverse order. The person on your left is suddenly on your right. Is that still the same arrangement?

That second question is where many circular permutation answers go wrong. The arithmetic is usually short. The real work is deciding what the question considers the same.

The one question to ask first

Can one arrangement be turned into the other using only the moves the question allows?

For a usual round-table seating question, turning the entire arrangement around does not create a new arrangement. Reversing everyone’s order does. For a bracelet that can be turned over, a reversed order may look exactly the same, so it is counted once.

Take four people A, B, C and D. Starting at A and reading clockwise, compare these orders:

ArrangementClockwise order from AA’s immediate clockwise neighbour
FirstA, B, C, DB
SecondA, D, C, BD

No rotation changes the first order into the second. Their clockwise relationships differ. But if you flip a bracelet carrying the four names, the first can become the second.

Why the basic count is (n - 1)!

With n distinct people around an unmarked round table, choose one person as an anchor. Place A in your sketch first, then arrange the other n - 1 people clockwise from A. There are

(n - 1)! arrangements.

The anchor is a counting aid. You are not saying A must use a particular chair. You are simply giving every circular arrangement one consistent place to start reading.

For five friends, the answer is 4! = 24. The same result comes from starting with 5! linear orders and observing that each circular order can be written in five ways, one for each possible starting person: 5! / 5 = 24.

Why does the reverse order usually count separately?

Anchor A and read the remaining people clockwise. With five friends, A, B, C, D, E and A, E, D, C, B are two different clockwise orders. In the first, B sits immediately clockwise of A. In the second, E does. Merely turning the table cannot exchange those relationships.

So if a question says clockwise and anticlockwise arrangements are distinct, use (n - 1)!, without an extra division by two. The fact that you could read either way around a circle is not, by itself, a reason to halve the count.

When should you divide by two?

Suppose five different beads are threaded into a bracelet. You can rotate the bracelet and turn it over. After counting rotations, each bracelet has two directed orders: one seen from one side and its reverse seen after the flip. For five distinct beads, this gives

(5 - 1)! / 2 = 4! / 2 = 12 bracelets.

The division works because each directed arrangement pairs with one different reversed arrangement when there are at least three distinct objects. With one or two distinct objects, reversing does not form a different pair, so do not mechanically apply the half rule.

The wording matters more than the object name. A necklace shown on a page with a fixed front, or a design whose reverse side is not allowed, may keep clockwise and anticlockwise arrangements distinct. A ring that can be turned over may identify them. State the allowed movement before choosing the formula.

Situation with n distinct objectsWhat counts as the same?Count for n at least 3
People at an unmarked round tableRotations only(n - 1)!
Directed circular designRotations only(n - 1)!
Flippable braceletRotations and reversal(n - 1)! / 2
People in n individually numbered seatsNo change of seat positionn!

The last row is an important boundary. If chair 1, chair 2 and so on are individually identifiable, moving everybody one chair along changes who sits in each numbered chair. It is no longer the ordinary unmarked round-table count.

Example 1: Six friends around a table

Question: Six distinct friends sit at a round table. Clockwise and anticlockwise orders count separately. How many arrangements are possible?

Fix one friend as the starting point in the sketch. Arrange the other five clockwise:

5! = 120.

There is no division by two. For instance, if A has B on the clockwise side in one arrangement and F on that side in its reverse, those are different seatings.

Example 2: Two friends must sit together

Question: Six distinct friends sit around an unmarked table. A and B must be adjacent. Reverse orders count separately.

Treat A and B as one temporary block. With the other four friends, there are five units around the circle. Arrange those units in (5 - 1)! = 4! ways. Inside the block, A and B can be in either order.

Answer: 4! x 2 = 48.

You can check this another way. Anchor A. B has two neighbouring positions available, and the other four friends fill the remaining places in 4! ways: 2 x 4! = 48.

If the same six names were beads on a flippable bracelet, the adjacent designs would number 48 / 2 = 24. Flipping the bracelet pairs each design with its reverse.

Example 3: A must sit immediately clockwise of B

Question: Five distinct friends sit at a round table. A must sit immediately clockwise of B. How many arrangements are possible?

Anchor B. A’s place is now fixed: the next place clockwise. Arrange the other three friends in the remaining places.

Answer: 3! = 6.

Compare this with “A and B must sit next to each other.” That allows A on either side of B, giving 2 x 3! = 12. The word clockwise is a restriction, not an instruction to halve an answer.

Example 4: Alternating around a circle

Question: Three named students from one group and three named students from another group sit alternately around a table. Clockwise and anticlockwise orders are distinct.

Anchor one student from the first group. The other two from that group must occupy the two remaining alternating positions, in 2! ways. The three students from the second group fill the gaps in 3! ways.

Answer: 2! x 3! = 12.

Why not multiply by two for choosing which group starts? A circle has no first seat. Anchoring a named student already accounts for every alternating arrangement once. This is a common place to double-count.

Example 5: Choose some people, then seat them

Question: Five of eight distinct students will sit around an unmarked round table. Reversed orders are distinct. How many seatings are possible?

First choose the five students: C(8, 5) = 56. Then arrange the chosen five in a circle: (5 - 1)! = 24.

Answer: 56 x 24 = 1,344.

If the five selected students instead made a flippable bracelet design, you would halve the 24 arrangements per group of five, giving 56 x 12 = 672.

A quick decision guide

Before calculating, try these four checks:

  1. Are the objects distinct? The simple factorial rules here assume they are. Repeated colours or identical objects need more careful counting.
  2. Are the positions marked? If every seat has its own number, a rotation may change the arrangement.
  3. Can the whole circle rotate without changing the result? If yes, anchor one object and count the rest.
  4. Can the object be flipped, or does the question explicitly identify reverse orders? Only then consider dividing the directed count by two.

For at least three distinct objects, the shortest memory aid is: round table, (n - 1)!; flippable bracelet, (n - 1)! / 2. Always read the exact wording before using it.

Try these yourself

  1. Seven distinct people sit around an unmarked round table. Reverse orders count separately. How many seatings are there?
  2. Seven distinct coloured beads make a bracelet that can be turned over. How many designs are there?
  3. Six distinct people sit around a table. A and B must sit opposite each other. Reverse orders count separately. How many seatings are there?
  4. Four distinct people sit in four numbered seats around a table. How many seatings are there?

Answers: 1. 6! = 720. 2. 6! / 2 = 360. 3. Anchor A; B’s opposite seat is fixed and the other four people can be arranged in 4! = 24 ways. 4. Every seat is identifiable, so 4! = 24.

If you would like another explanation of the rotation step, Ohio State’s circular-permutations lesson works through seating and bracelet examples. Harvey Mudd College’s combinatorics notes also describe why turning a bracelet over changes the count.

Frequently asked questions

Is clockwise order always different from anticlockwise order?

No. At an ordinary round table, a reversed seating order is different because left and right neighbours swap. On a bracelet that may be turned over, the two orders describe the same physical design. Follow what the question says can be done to the arrangement.

Why do we fix one person in circular permutations?

It removes duplicate descriptions caused by choosing different starting points around the same circle. It does not force that person into a particular physical chair.

Should I divide by two whenever I see a circle?

No. First account for rotations, usually by anchoring one distinct object. Divide by two only if reversing the order also leaves the arrangement unchanged under the question’s rules.

What does “clockwise and anticlockwise arrangements are distinct” tell me?

It tells you to count an order and its reverse separately. For n distinct objects around an unmarked circle, use (n - 1)!, assuming no other restrictions.

What if a circular arrangement has only two distinct objects?

There is just one order up to rotation. Its reverse is already the same arrangement. The bracelet rule (n - 1)! / 2 is therefore not appropriate for n = 2.

Does an adjacent pair always give an extra factor of two?

For distinct people at an ordinary round table, yes, because A-B and B-A put the pair in different clockwise orders. For a flippable design, count the directed arrangements first and then account for the flip when valid.

Do numbered chairs still give (n - 1)! arrangements?

No. Numbered chairs make the positions distinguishable. With n distinct people and n numbered chairs, there are n! assignments unless the question imposes another condition.

Can I divide by two when some beads have the same colour?

Not automatically. Repeated colours can make a design identical to its own reverse, so pairs of two are not guaranteed. Count the actual distinct designs under the allowed rotations and flips instead.

Looking for commerce tuitions?

Prachi is a gold-medalist commerce teacher with experience at Deloitte and KPMG. She focuses on fundamentals to build a strong foundation.

Start classes