Skip to main content
DILR 5% exam weight

Logical Reasoning Arrangements

Part of the CAT study roadmap. DILR topic dl-004 of DILR.

Logical Reasoning Arrangements

🟢 Lite — Quick Review (1h–1d)

Rapid summary for last-minute revision before your exam.

Types of Arrangements:

  1. Linear Arrangement: Items in a row (left-to-right or top-to-bottom)
  2. Circular Arrangement: Items around a circle (facing center or outward)
  3. Grid/Matrix Arrangement: Items in rows and columns with constraints

Linear Arrangement Key Points:

  • Positions are numbered: 1, 2, 3… (or first, second, third…)
  • “A is to the left of B” → A’s position number < B’s position number
  • “A is immediately left of B” → A is directly next to B on left
  • “Between” means somewhere in between, not necessarily adjacent

Circular Arrangement Rules:

  • If facing center: Left = anticlockwise, Right = clockwise
  • If facing outward: Left = clockwise, Right = anticlockwise
  • With $n$ people around a circle, position relative to A is counted skipping A

CAT Tip: Always note direction in circular arrangements. “A’s left hand neighbor” depends entirely on which way A is facing. Write this down immediately when you see it.


🟡 Standard — Regular Study (2d–2mo)

For students who want genuine understanding.

Linear Arrangement Strategies

Given: P, Q, R, S, T are in a row. P is not at an end. Q is to the right of S. T is between P and R.

Step 1: Draw positions 1, 2, 3, 4, 5 Step 2: P not at end → P in position 2, 3, or 4 Step 3: Q right of S → position(Q) > position(S) Step 4: T between P and R → either P-T-R or R-T-P in consecutive positions

Let’s say positions 3-4-5 are P, T, R (one possible arrangement) Or positions 1-2-3 could be R, T, P…

Solving Technique:

  1. Start with the MOST restrictive condition
  2. Work out all possible positions for each person
  3. Combine constraints gradually
  4. Use elimination when positions conflict

Circular Arrangement Deep Dive

With 6 people A, B, C, D, E, F facing center:

  • A’s left neighbor = person going anticlockwise from A
  • A’s right neighbor = person going clockwise from A
  • If A is between B and C, there are two possibilities: B-A-C or C-A-B around the circle

Relative Position vs Absolute Position:

  • Relative: “A is third to the left of B”
  • Absolute: “A is in position 3”
  • Sometimes you need to convert between them

Special Case: Single Row with Two Variables

If we know:

  • A sits in position 3
  • B is 2 seats to the right of A
  • C is 3 seats to the left of B

Then: B = 5, C = 2

Common Mistake: In linear arrangements, students confuse “A is third to the right of B” with “A is in the third position from the right.” Count carefully: third to the right means B’s position + 3.

Multi-Row Arrangements:

For rectangular arrangements:

  • 3 rows × 4 columns
  • “A is in row 2, column 3”
  • “B is directly below A” → same column, next row
  • Adjacent means sharing a side (not diagonal)

Building a Systematic Approach:

  1. List all given conditions
  2. Identify fixed points (who has exact position?)
  3. Identify anchors (who has relative position?)
  4. Draw the framework (line, circle, or grid)
  5. Fill in definite positions first
  6. Use process of elimination for unknowns

🔴 Extended — Deep Study (3mo+)

Comprehensive theory for serious exam preparation.

Complex Arrangement Patterns

Case 1: Multiple Non-Adjacency

Conditions like “A and B cannot sit together” and “B and C cannot sit together” create complex exclusion zones.

For 5 people A-E with A and C not adjacent, B and D not adjacent:

Solution approach:

  1. Place people with most restrictions first
  2. Map out all valid adjacencies
  3. Count arrangements using complementary counting

Case 2: Conditional Adjacency

“If A sits next to B, then C sits next to D”

Truth table for conditional P → Q:

PQValid?
TT
TF
FT
FF

Only invalid case is when A and B are adjacent AND C and D are NOT adjacent.

Case 3: Circular with Gender Split

“A must sit between two boys” or “No two girls sit together”

Draw the circle, place alternating genders first, then fill in individuals.

Distribution Before Arrangement:

Sometimes people must be grouped first, then arranged:

  • Group X gets 3 people → arrange within group (3! ways)
  • Group Y gets 2 people → arrange within group (2! ways)
  • Arrange groups around table (for circular) → (n-1)! ways for n groups
  • Total = product of all arrangements

Numbering in Linear Arrangements:

For “arrange 5 people so that A is always before B”:

  • Total arrangements = 5! = 120
  • In exactly half, A is before B (by symmetry) = 60
  • For “A is immediately before B” = 4 × 2! = 48 (treat AB as a block)

Case 4: Round Table with Position Labels

If chairs are numbered (1-6), absolute position matters:

  • A sits in chair 3
  • B sits 2 chairs to the right of A → chair 5
  • C sits opposite B → chair 2 (directly across)

For a 6-chair round table, opposite = 3 seats away in either direction.

Grid-Based Logic Puzzles:

Building a 3×3 house grid with conditions like:

  • P lives in a corner
  • Q lives in the middle of a side
  • R lives above P

Approach:

  1. Draw the 3×3
  2. Mark corners and center
  3. Apply each condition
  4. Use cross-referencing

Scheduling Problems:

Arranging meetings/tasks with:

  • Duration constraints
  • Precedence requirements (A before B)
  • Shared resource conflicts

Gantt chart approach or dependency graph.

CAT 2022-2023 DILR Pattern:

SlotSet DescriptionPersons/ItemsComplexity
2023-16 persons in a circleMediumModerate
2023-28 students in 2 rowsMediumModerate
2022-37 scientists in labHardHigh

Combination Arrangements:

When arrangement is within groups AND between groups:

  • Group 1: 4 people → 4! internal arrangements
  • Group 2: 3 people → 3! internal arrangements
  • Around circular table (2 groups): (2-1)! = 1! = 1 arrangement for groups
  • Total = 4! × 3! × 1 = 144

Maximum-Minimum Scenarios:

Questions like “What is the maximum number of people who could have scored 100%?”

Approach:

  1. Maximize: Assume everyone scored unless proven otherwise
  2. Apply all “at least one” type constraints
  3. Verify total = 100%

Advanced Tip: When multiple circular arrangements exist, the relative positions matter more than absolute ones. For n people around a circle, there’s really only (n-1)! distinct arrangements (since rotating the entire circle doesn’t create a new arrangement when chairs aren’t numbered).

Handling “Not Adjacent” Constraints:

For n people with k specific people who must NOT be adjacent:

  1. Arrange the other (n-k) people first → (n-k)! ways in a line, (n-k-1)! in a circle
  2. This creates (n-k+1) gaps in linear, (n-k) gaps in circular
  3. Place the k non-adjacent people in these gaps → P(n-k+1, k) ways for linear

Verification Check:

Always verify your arrangement:

  • Does everyone have a position?
  • Does no position have more than one person?
  • Are all conditions satisfied?

Time Management: In DILR, if an arrangement set has >8 conditions, it may take 8-10 minutes. Budget time accordingly. Don’t spend 15 minutes on one set — that’s 3-4 questions, but you might get 8+ from completing 2-3 sets.



📊 CAT Exam Essentials

DetailValue
SectionsVARC (24 Qs), DILR (20 Qs), QA (22 Qs)
Time2 hours (40 min per section)
Total66 questions, 198 marks
Marking+3 correct, −1 wrong (MCQ); no penalty for TITA
ModeComputer-based, multiple sessions
PercentileNormalized — 99+ needed for top IIMs

🎯 High-Yield Topics for CAT

  • Reading Comprehension — 16-20 marks in VARC
  • Para Summary + Odd Sentence — 8-12 marks
  • DI Sets (Tables + Caselets) — 10-15 marks in DILR
  • Arithmetic (Percentages + Profit/Loss) — 8-12 marks in QA
  • Geometry + Mensuration — 6-10 marks
  • Logarithm + Sequences — 6-10 marks

📝 Previous Year Question Patterns

  • Q: “The passage is primarily concerned with…” [2024 VARC — RC passage]
  • Q: “If f(x) = x² - 5x + 6, the value of f(3) is…” [2024 QA — Arithmetic]
  • Q: “How many ways can 5 people be arranged around a round table…” [2024 DILR — Circular]

💡 Pro Tips

  • VARC is the top priority — strong RC skills can push you to 99+ percentile quickly
  • DILR: attempt 2 full sets out of 4-5 sets — accuracy matters more than coverage
  • QA: arithmetic (time-speed-work) + geometry carry ~40% of QA marks
  • Take 3-4 full mocks before the exam to find your section-wise pacing

🔗 Official Resources


Content adapted based on your selected roadmap duration. Switch tiers using the pill selector above.

📐 Diagram Reference

Educational diagram illustrating Logical Reasoning Arrangements with clear labels, white background, exam-style illustration

Diagrams are generated per-topic using AI. Support for AI-generated educational diagrams coming soon.