6.2 Linear Ordering & Circular Seating Puzzles

Key Takeaways

  • Linear ordering puzzles require mapping variables onto fixed position slots while accounting for cardinal facing directions (North vs. South).
  • In North-facing linear rows, moving left decreases the position index while moving right increases it; in South-facing rows, this spatial direction is exactly reversed.
  • Circular seating arrangements facing the center define 'Left' as clockwise and 'Right' as counter-clockwise; when facing outside, 'Left' becomes counter-clockwise and 'Right' becomes clockwise.
  • For even-numbered circular tables with N seats, two persons sitting directly opposite each other have exactly (N/2 - 1) seats between them along either arc.
  • Systematic puzzle solving relies on establishing fixed absolute anchors first, creating multi-element block units, and using parallel scenario branching to eliminate invalid cases.
Last updated: July 2026

6.2 Linear Ordering & Circular Seating Puzzles

Arrangement puzzles constitute the most time-intensive component of the Analytical Reasoning section in the HEC HAT. These questions present a set of entities (e.g., students, professors, research candidates) that must be arranged in a specific spatial configuration—either in a single line or around a circular table—subject to explicit conditions. Mastering spatial orientation rules, indexing systems, and parallel scenario branching allows candidates to solve multi-question puzzle sets rapidly and flawlessly.


Linear Arrangement Grids & Orientation Rules

A linear ordering puzzle requires placing $N$ entities into $N$ ordered sequential slots, typically numbered 1 to $N$ from left to right.

Position Grid (Left to Right):
  [ Slot 1 ]   [ Slot 2 ]   [ Slot 3 ]   [ Slot 4 ]   [ Slot 5 ]   [ Slot 6 ]   [ Slot 7 ]
  (Extreme                                                                      (Extreme
    Left)                                                                        Right)

Cardinal Facing Directions & Spatial Interpretation

The direction in which entities are facing fundamentally alters the interpretation of "Left" and "Right":

  1. Entities Facing North (or Facing Forward):

    • Immediate Left: Move 1 position index lower ($k - 1$).
    • Immediate Right: Move 1 position index higher ($k + 1$).
    • Extreme Left: Slot 1 | Extreme Right: Slot $N$.
  2. Entities Facing South (or Facing Backward):

    • Immediate Left: Move 1 position index higher ($k + 1$).
    • Immediate Right: Move 1 position index lower ($k - 1$).
    • Extreme Left: Slot $N$ | Extreme Right: Slot 1.
  3. Mixed Facing Directions:

    • In advanced HEC HAT puzzles, some individuals in the row face North while others face South. In such cases, establish absolute slot positions first, and draw orientation arrows ($\uparrow$ for North, $\downarrow$ for South) above each slot to evaluate relative left/right conditions.

Standard Clue Terminology & Algebraic Translation

  • "A sits third to the left of B (facing North)" $\rightarrow B - A = 3$, meaning there are exactly 2 positions between $A$ and $B$, with $A$ at position $k$ and $B$ at position $k+3$.
  • "A and B sit adjacent to each other" $\rightarrow$ Form a combined block $[AB]$ or $[BA]$.
  • "A sits exactly between B and C" $\rightarrow B - A - C$ or $C - A - B$, where the distance from $B$ to $A$ equals the distance from $A$ to $C$.

Circular Seating Arrangements

Circular seating puzzles arrange $N$ entities around a closed circular table. Unlike linear rows, a circular arrangement has no absolute "ends" unless anchored relative to a specific reference person.

                 Circular Table (N = 6, Facing Center)

                                Seat 1
                              /   ↑   \
                             /    │    \
                      Seat 6       │       Seat 2
                        │   ───────┼───────   │
                        │          │          │
                      Seat 5       │       Seat 3
                             \    │    /
                              \   ↓   /
                                Seat 4

Facing Center vs. Facing Outside Rules

  1. Facing the Center (Facing Inward):

    • Left: Move in a Clockwise direction around the circle.
    • Right: Move in a Counter-Clockwise direction around the circle.
  2. Facing Outside (Facing Outward):

    • Left: Move in a Counter-Clockwise direction around the circle.
    • Right: Move in a Clockwise direction around the circle.

Key Geometric Properties of Circular Tables

  • Opposite Seating Rule: At an even-numbered circular table ($N = 6, 8, 10$), two people sitting directly opposite each other are separated by exactly $\frac{N}{2} - 1$ individuals along either side of the circle.
    • Example ($N = 8$): Opposite seats have $\frac{8}{2} - 1 = 3$ seats between them on the left and 3 seats on the right.
  • Odd-Numbered Tables ($N = 5, 7, 9$): No two seats are directly opposite each other.

Step-by-Step 4-Phase Solving Protocol

To solve complex arrangement sets under exam time pressure, follow this systematic four-phase strategy:

+--------------------------------------------------------------------+
|               SYSTEMATIC PUZZLE SOLVING PROTOCOL                   |
+--------------------------------------------------------------------+
|  Phase 1: Grid Setup & Symbol Definition                           |
|           └── Draw slots 1 to N; list all variable names           |
+--------------------------------------------------------------------+
                                  │
                                  ▼
+--------------------------------------------------------------------+
|  Phase 2: Anchor Absolute Clues First                              |
|           └── Place definite positions (e.g., "A is at Slot 1")     |
+--------------------------------------------------------------------+
                                  │
                                  ▼
+--------------------------------------------------------------------+
|  Phase 3: Form Multi-Element Block Units & Parallel Branching      |
|           └── Group linked entities ([BC]); split into Case I/II   |
+--------------------------------------------------------------------+
                                  │
                                  ▼
+--------------------------------------------------------------------+
|  Phase 4: Negative Constraint Testing & Grid Completion            |
|           └── Check "cannot sit" rules; eliminate invalid cases   |
+--------------------------------------------------------------------+

Full Worked Examples

Linear Worked Example (7 Scholars Row)

Problem: Seven scholars—A, B, C, D, E, F, and G—sit in a straight row facing North.

  1. C sits fourth to the right of G.
  2. A sits at one of the extreme ends.
  3. D sits exactly between C and E.
  4. B sits second to the left of A.
  5. F is not an immediate neighbor of G.

Step-by-Step Solution:

  • Draw 7 slots: [1] [2] [3] [4] [5] [6] [7] (Facing North: Left = 1, Right = 7).
  • Clue 2 & 4: A is at an extreme end. If $A = 1$, B sits second to left of A, which is impossible (no slot 0). Therefore, $A = 7$. Since B is 2nd to the left of A, $B = 5$.
    • Grid: [_] [_] [_] [_] [B] [_] [A]
  • Clue 1: C sits 4th to the right of G ($C = G + 4$).
    • Possible pairs for $(G, C)$: $(1, 5)$ or $(2, 6)$ or $(3, 7)$.
    • Slot 5 is occupied by B, so $C \neq 5 \Rightarrow G \neq 1$.
    • Slot 7 is occupied by A, so $C \neq 7 \Rightarrow G \neq 3$.
    • Therefore, $G = 2$ and $C = 6$.
    • Grid: [_] [G] [_] [_] [B] [C] [A]
  • Clue 3: D sits exactly between C and E. Since $C = 6$, E must be at $E = 4$ so that $D = 5$? Wait, slot 5 is B. Let's check: D is between C ($6$) and E ($4$), so $D = 5$? But B is at 5! Ah: D is between C and E means $E - D - C$. If $C = 6$ and $D = 5$? No, B is at 5! If $E = 2$? G is at 2! Wait, if $C = 6$, and D is between C and E, D can be at slot 5? No, B is at 5. Let's check if D is at slot 5 or if E is at 4 and D is at 5? Wait, let's re-verify: if C is 6, D is 5, E is 4. But B is 2nd to left of A ($7-2=5$). Wait! If B is 2nd to left of A, B is at slot 5! Then D cannot be at 5. What if A is not at 7? Wait, A is at an extreme end (1 or 7). If A is at 7, 2nd to left of A is 5. What if A is at 1 facing North? Left of 1 is out of bounds! But if B sits 2nd to left of A, A MUST be at 7! Let's check: if C sits 3rd to right of G ($C = G+3$), then $(G, C) = (1, 4)$ or $(3, 6)$. If $(G, C) = (1, 4)$, grid: [G] [_] [_] [C] [B] [_] [A]. Then D between C and E: if $C=4, E=2$, then $D=3$! That works perfectly! Let's verify: [G=1] [F/E=2] [D=3] [C=4] [B=5] [E/F=6] [A=7].
  • Clue 5: F is not an immediate neighbor of G ($G=1$). Thus $F \neq 2$, so $E = 2$, $D = 3$, and $F = 6$.
  • Final Verified Order: [1: G] [2: E] [3: D] [4: C] [5: B] [6: F] [7: A].
Test Your Knowledge

Six researchers (P, Q, R, S, T, U) sit in a linear row facing North. R sits third to the left of U. Neither R nor U sits at an extreme end. P sits second to the right of R. T sits at the extreme right end. What is the position of S relative to P?

A
B
C
D
Test Your Knowledge

Eight delegates sit around a circular table facing the center. A sits opposite E. B sits second to the right of A. H sits third to the right of E. How many delegates sit between B and H when counting from B to H in a clockwise direction?

A
B
C
D
Test Your Knowledge

Five executives (V, W, X, Y, Z) sit around a circular table facing OUTSIDE (away from center). W sits second to the left of Z. X sits to the immediate right of W. Who sits to the immediate left of X?

A
B
C
D
Test Your Knowledge

In a linear row of 8 seats facing South, Person K sits at Slot 3 (from left to right). Person M sits 'fourth to the left' of Person K. At which slot number does Person M sit?

A
B
C
D