Ranking and Arrangement — Study Notes
Overview
Ranking and Arrangement is a staple Logical Reasoning topic in SOF IMO that tests your ability to organize information logically. These problems appear in two main flavors: **ranking problems** (determining positions in a queue, class or competition from clues like "5th from top" or "12th from bottom") and **arrangement problems** (seating people in a row or around a table based on conditions like "A sits two places left of B").
In SOF IMO, expect 2–3 questions on this topic in the Logical Reasoning section. These are scoring opportunities because once you master the method—drawing diagrams and counting carefully—accuracy becomes high. The key skills tested are: translating verbal clues into visual models, avoiding double-counting in overlapping ranks, and handling left-right or clockwise-anticlockwise orientation correctly. Mastery here also builds foundations for Blood Relations and Seating Arrangement problems in higher classes.
Students often rush these problems and make position-counting errors. The winning approach is methodical: read all conditions, sketch the arrangement, mark known positions first, then deduce unknowns step-by-step.
Key Concepts
- **Ranking from top and bottom**: If someone is nth from top and mth from bottom in a queue, total people = n + m − 1 (subtract 1 to avoid counting that person twice).
- **Linear arrangement**: People or objects seated in a straight row, facing a direction (usually north). "Left" and "right" are relative to the person's viewpoint when facing that direction.
- **Circular arrangement**: Seating around a table—clockwise/anticlockwise matters, and there's no absolute "first" position. If all face center, "left" means anticlockwise neighbor; if facing outward, "left" means clockwise neighbor.
- **Fixed reference point**: Always anchor your diagram to a fixed person or position mentioned in the problem. Place them first, then position others relative to them.
- **Immediate vs. positional neighbors**: "Next to" means immediately adjacent (one seat away). "Two places to the left" means one person in between.
- **Overlapping constraints**: Some problems give multiple clues that must all be satisfied simultaneously. Draw and redraw until all conditions fit, or use elimination on answer choices.
- **Rank overlap formula**: If A is pth from start and qth from end in a line, and B is rth from start and sth from end, you can find people between A and B or total count using addition/subtraction logic carefully.
Formulas / Key Facts
1. **Total in a queue**: If X is nth from top and mth from bottom, total = n + m − 1. 2. **People between two ranks**: If A is ath from top and B is bth from top (b > a), people between them = b − a − 1. 3. **Interchanging ranks**: If two people swap places, their "from top" ranks swap, and their "from bottom" ranks also swap if total is fixed. 4. **Circular arrangement of n people**: Number of relative arrangements (rotations considered same) is (n − 1)! if all distinct. For our purpose, just track relative positions. 5. **Left-Right in linear row facing north**: Left means west (your left hand side when facing north), right means east. 6. **Clockwise in circle facing center**: Your right-hand neighbor is clockwise, left-hand is anticlockwise. 7. **Position numbering**: Always number positions 1, 2, 3, … from one end. Don't skip numbers even for empty seats unless told. 8. **End positions**: In a row of n people, positions 1 and n are the two ends. Middle position of odd n is (n+1)/2; for even n there are two middles at n/2 and n/2 + 1.
Worked Examples
**Example 1: Rank from top and bottom** *Problem*: In a class of students, Ravi is 7th from the top and 26th from the bottom. How many students are in the class? *Solution*: Use the formula: Total = rank from top + rank from bottom − 1 Total = 7 + 26 − 1 = 32 students. *Answer*: 32
---
**Example 2: People between two ranks** *Problem*: In a row of 50 students, A is 15th from the front and B is 12th from the back. How many students are seated between A and B? *Solution*: B is 12th from back, so from front B is 50 − 12 + 1 = 39th position. A is at position 15, B at position 39. Students between = 39 − 15 − 1 = 23 students. *Answer*: 23
---
**Example 3: Linear seating arrangement** *Problem*: Five friends P, Q, R, S, T sit in a row facing north. P sits at one end. Q sits second to the right of P. R sits between Q and T. Who sits at the other end? *Solution*: Draw 5 positions: [1] [2] [3] [4] [5] P at one end, say position 1: [P] [ ] [ ] [ ] [ ] Q second to right of P means position 3: [P] [ ] [Q] [ ] [ ] R between Q and T. Since Q is at 3, T must be at 5 and R at 4, or T at position after R. Let's try T at 5: [P] [ ] [Q] [R] [T] That leaves position 2 for S: [P] [S] [Q] [R] [T] Check: R is between Q(3) and T(5) ✓ Other end (position 5) is T. *Answer*: T
---
**Example 4: Rank interchange** *Problem*: In a queue of 40 people, A is 16th from the front. After A and B swap positions, A becomes 25th from the front. What was B's original position from the front? *Solution*: After swap, A is at 25th. That means B was originally at 25th position. *Answer*: 25th
Common Mistakes
- **Counting the person twice**: Forgetting to subtract 1 in rank-from-top plus rank-from-bottom. The person himself is counted in both, so total ≠ n + m but n + m − 1. *Fix*: Always subtract 1 in overlap formulas.
- **Left-Right confusion**: Mixing up left/right when people face north vs. south, or in circular arrangements. *Fix*: Draw a small compass rose or label "Facing North" clearly. Remember facing north means left = west = your diagram left.
- **Off-by-one in "between" counting**: If A is at position 3 and B at position 6, students between = 6 − 3 − 1 = 2 (positions 4 and 5 only). Students often forget the −1. *Fix*: Positions between p and q (q > p) is q − p − 1.
- **Ignoring "immediately next to" vs. "two places away"**: "Next to" means adjacent (1 gap in position number). "Two places to the left" means 2 positions away, so one person sits in between. *Fix*: Sketch positions numerically and count the gaps.
- **Assuming circular = linear**: In circular seating, relative position matters but absolute "first" doesn't exist. Also direction (clockwise/anticlockwise) is critical. *Fix*: Draw a circle diagram, mark one person, place others clockwise or anticlockwise as stated.
Quick Reference
- Total in queue = (rank from top) + (rank from bottom) − 1.
- People between positions a and b = |b − a| − 1.
- Linear row facing north: left = west, right = east.
- Circular facing center: right neighbor = clockwise, left = anticlockwise.
- Always draw a diagram—never solve ranking/arrangement purely in your head.
- Mark fixed/known positions first, then use conditions to deduce the rest step-by-step.