Order and Ranking — Study Notes
Overview
Order and Ranking is a staple reasoning topic in SSC GD that tests your ability to arrange items or people in a sequence and determine their positions from either end. Questions typically involve a linear arrangement where candidates must find the rank of a person from the top, bottom, left, or right, often with additional conditions like overlaps or gaps in the sequence.
This topic appears regularly in the General Intelligence and Reasoning section with 1–3 questions per paper. Mastery requires careful reading, basic arithmetic operations, and attention to the relationship between position from one end and position from the other end. The core skill is understanding that in a line of *n* people, if someone is at position *r* from one end, their position from the other end is *(n – r + 1)*. Students who rush through these problems often miscount or forget to account for the person themselves when calculating total members.
The beauty of Order and Ranking lies in its predictability—once you grasp the fundamental formulas and practice 15–20 problems, accuracy becomes nearly guaranteed. This makes it a high-yield topic where invested time directly translates to marks.
Key Concepts
- **Linear arrangement**: People, objects, or students are arranged in a single line (horizontal row or vertical column). The arrangement has two clear ends—top/bottom or left/right.
- **Position from one end determines position from other**: If you know someone's rank from the top and the total number of people, you can find their rank from bottom, and vice versa. The relationship is algebraic and exact.
- **Overlap concept**: When a problem states "X is 5th from top and Y is 8th from bottom, and there are 3 people between X and Y," the total is NOT simply 5+8+3. You must account for whether X and Y are counted and whether positions overlap.
- **Double-counting trap**: The most common error is counting the same person twice when adding ranks from both ends. The formula *Total = Rank from top + Rank from bottom – 1* exists because the person in question appears in both counts.
- **Between vs. Including**: "3 people between A and B" means exactly 3 persons stand in the gap, so A and B are NOT adjacent. "Including A and B" means count them; "between" means exclude them.
- **Symmetry in ranks**: In an arrangement of *n* people, the middle position (when *n* is odd) is *(n+1)/2* from either end. For even *n*, there are two middle positions at *n/2* and *(n/2)+1*.
Formulas / Key Facts
1. **Total members from one rank**: If a person is *r*-th from top and *s*-th from bottom → Total = *r + s – 1*
2. **Rank from opposite end**: If total is *n* and rank from one end is *r* → Rank from other end = *n – r + 1*
3. **With people between two known ranks**: If A is *a*-th from top, B is *b*-th from bottom, and *k* people are between them → Total = *a + b + k*
4. **Interchanging positions**: If A and B swap positions, A's new rank = B's old rank and vice versa. Total remains the same.
5. **Gap calculation**: If A is *p*-th and B is *q*-th from the same end (p < q) → Number between them = *q – p – 1*
6. **Middle position for odd *n***: Middle rank = *(n + 1)/2* from either end
7. **Sum check**: Rank from top + Rank from bottom should equal Total + 1 for the same person
8. **Minimum total with overlap**: When two people from opposite ends have positions and some are between them, the minimum total assumes maximum overlap
Worked Examples
**Example 1**: In a class of 45 students, Mohan is 15th from the top. What is his rank from the bottom?
*Solution*: Given: Total students *n* = 45, Rank from top *r* = 15 Formula: Rank from bottom = *n – r + 1* = 45 – 15 + 1 = 31 **Answer**: Mohan is 31st from the bottom.
---
**Example 2**: Priya is 12th from the top and 18th from the bottom in a row. How many students are in the row?
*Solution*: Given: Rank from top = 12, Rank from bottom = 18 Formula: Total = Rank from top + Rank from bottom – 1 = 12 + 18 – 1 = 29 **Answer**: 29 students in the row.
---
**Example 3**: In a queue, Arun is 7th from the front and Vijay is 10th from the back. If there are 4 people standing between them, how many people are in the queue?
*Solution*: Given: Arun = 7th from front, Vijay = 10th from back, 4 people between them Formula: Total = Position from one end + Position from other end + People between = 7 + 10 + 4 = 21 **Answer**: 21 people in the queue.
---
**Example 4**: Ravi is 20th from the left and 25th from the right in a row. If all students to his right are asked to sit down, what will be his position from the left?
*Solution*: This is a conceptual question. Ravi's position from the left does NOT change if people to his right sit. **Answer**: He remains 20th from the left.
But if the question asks how many students remain standing: Total students = 20 + 25 – 1 = 44 Students to Ravi's right = 25 – 1 = 24 (excluding Ravi himself) Remaining = 44 – 24 = 20 students standing.
Common Mistakes
1. **Double-counting the person**: Using *Rank from top + Rank from bottom* to find total without subtracting 1. *Correct fix*: Always subtract 1 because the person is counted in both ranks.
2. **Miscounting "between"**: Assuming "5 people between A and B" means the gap is 5, but then adding A and B again. *Correct fix*: "Between" excludes A and B themselves; only count the gap people once.
3. **Ignoring which end stays fixed**: When students leave from one end, assuming both ranks change. *Correct fix*: Position from one end changes only if people leave from that same end.
4. **Confusing "interchange" with "shift"**: Thinking that if A and B swap, the total changes. *Correct fix*: Swapping positions does not change total count, only individual ranks flip.
5. **Calculation errors with overlap problems**: Adding all numbers without checking the logical arrangement. *Correct fix*: Draw a simple line diagram with positions marked; visualize before calculating.
Quick Reference
- Total = Rank from top + Rank from bottom – 1 (for the same person)
- Rank from other end = Total – Known rank + 1
- With *k* people between two from opposite ends: Total = Rank₁ + Rank₂ + k
- People between two from same end (positions *p* and *q*, p<q) = q – p – 1
- Middle of odd *n* = (n+1)/2 from either end
- Always subtract 1 when the same person is counted from both ends