Order and Ranking — Study Notes
Overview
Order and Ranking problems test your ability to arrange people, objects or events in a logical sequence based on given conditions. In SSC CHSL Tier 1, expect 1–2 questions where you must determine someone's position in a line, queue or series, or find their rank when counting from top/bottom or left/right.
These questions appear deceptively simple but require careful attention to whether positions are counted "from the top," "from the bottom," or involve overlapping positions. Common variants include linear arrangements (rows or queues), rank in exams or competitions, age-based ordering, and height-based arrangements. Mastery comes from understanding the relationship between position from start, position from end, and total number of items.
The key skill is translating word problems into mathematical relationships. You must identify what is given (rank from one end, total count, or gaps between positions) and what is asked (rank from other end or total strength). Most problems reduce to a simple formula once you establish whether counting includes or excludes the reference person.
Key Concepts
- **Position from opposite end**: If someone is nth from one end in a line of N people, their position from the other end is (N – n + 1). This is the single most tested formula in ranking problems.
- **Total strength formula**: When A is pth from top and qth from bottom, total number = p + q – 1. The subtraction of 1 accounts for counting A once, not twice.
- **Overlapping ranks**: When two people swap positions, or one person shifts, track both their original and final ranks carefully. The change in one person's rank directly affects calculations.
- **Age-based ranking**: When ranking by age (eldest to youngest), "older" means lower numerical rank. The eldest person is rank 1, not the highest number.
- **Bidirectional counting**: In circular or row arrangements, clearly distinguish "from left," "from right," "from top," "from bottom." Sketch a quick diagram with arrows to avoid confusion.
- **Gaps and intervals**: If people stand with fixed gaps between them (every 3rd person, alternate positions), count actual positions, not just people. Position ≠ person number when there are gaps.
- **Competition ranks**: In exam or race results, if two people tie at rank 5, the next rank is 7 (not 6), because two positions are consumed. This matters when calculating total participants.
- **Information sufficiency**: Some questions ask "Can we determine X?" — check whether you have two independent pieces of information (position from both ends, or total + one position).
Formulas / Key Facts
1. **Rank from opposite end** = Total number – Rank from this end + 1 2. **Total in line** = Rank from start + Rank from end – 1 (when counting the same person) 3. **People between A and B** = |Rank_A – Rank_B| – 1 (when both counted from same end) 4. **Position after swapping**: If A (at position p) and B (at position q) swap, A moves to q and B moves to p. Recalculate ranks from opposite end using the new positions. 5. **Total when interchange occurs**: If A is 10th from left, B is 15th from left, and after swapping A becomes 18th from right, then Total = A's new position from left + A's position from right – 1 = (B's old position) + 18 – 1 = 15 + 18 – 1 = 32. 6. **Age ranking direction**: Rank 1 = eldest, highest rank number = youngest. Don't reverse this. 7. **Multiple rows**: If arranged in rows of r people each, person in nth row at position p from left has overall position = r(n – 1) + p. 8. **Shift in position**: If a person moves k positions toward top/left, new rank = old rank – k. If toward bottom/right, new rank = old rank + k.
Worked Examples
**Example 1**: In a class of 50 students, Raj ranks 16th from the top. What is his rank from the bottom?
*Solution*: Using the formula for rank from opposite end: Rank from bottom = Total – Rank from top + 1 = 50 – 16 + 1 = 35 **Answer**: 35th from bottom.
---
**Example 2**: In a row, A is 12th from the left and B is 18th from the right. If they interchange positions, A becomes 25th from the left. How many people are in the row?
*Solution*: After interchange, A is at B's original position. So B was 25th from left originally. B is also 18th from right. Using total formula: Total = Position from left + Position from right – 1 = 25 + 18 – 1 = 42 **Answer**: 42 people.
---
**Example 3**: Priya is 7th from the top and 28th from the bottom in an exam. How many students took the exam?
*Solution*: Total students = Rank from top + Rank from bottom – 1 = 7 + 28 – 1 = 34 **Answer**: 34 students.
---
**Example 4**: In a queue, Mohan is 20th from the front. There are 15 people between Mohan and Sohan. If Sohan is ahead of Mohan, what is Sohan's position from the front?
*Solution*: 15 people are between them, so Sohan is 15 + 1 = 16 positions ahead of Mohan. Sohan's position = 20 – 16 = 4th from front. (Check: Positions 5 to 19 are 15 people, then Mohan at 20 ✓) **Answer**: 4th from front.
Common Mistakes
1. **Forgetting the "–1" in total formula** → Students add rank from top and rank from bottom directly, counting the person twice. *Fix*: Always subtract 1 because that person is counted in both ranks. Total = p + q – 1, not p + q.
2. **Confusing "people between" with "positions apart"** → If A is 5th and B is 10th, students say 5 people between them. *Fix*: Positions 6, 7, 8, 9 are between them = 4 people. Formula: |Rank_A – Rank_B| – 1.
3. **Wrong direction in age ranking** → Treating eldest as highest number rank. *Fix*: Eldest = Rank 1 (smallest number). Youngest = highest rank number. Think "gold medal = 1st place."
4. **After interchange, using old positions** → When A and B swap, students forget to update A's position before calculating from the opposite end. *Fix*: After swap, A is at B's original position. Use that new position for any subsequent calculation.
5. **Not drawing a quick diagram** → In complex left-right, top-bottom problems, mental math leads to errors. *Fix*: Spend 10 seconds sketching a line with arrows. Mark known positions. Visual clarity prevents sign errors.
Quick Reference
- **Opposite rank** = Total – This rank + 1
- **Total in line** = Rank from one end + Rank from other end – 1
- **People between** = |Difference in ranks| – 1
- **After swap**: Update the person's position to their new location before calculating anything else.
- **Age rank**: Lower number = older person; Rank 1 = eldest.
- **Always subtract 1** when the same person is counted from both ends to find total.