By the end of this chapter you'll be able to…

  • 1Find the total in a row from a two-sided position using N = L + R − 1
  • 2Convert a rank from one end to the other with N − position + 1
  • 3Count the people strictly between two positions
  • 4Solve interchange and 'k ranks below' problems correctly
  • 5Handle ranking puzzles that add failed or absent (un-ranked) people
💡
Why this chapter matters in SSC CGL
Order and ranking is pure formula arithmetic, so it's among the quickest reliable marks in reasoning — provided you never slip on the off-by-one. Three tiny formulas answer everything, and internalising 'subtract 1 when the person is counted from both ends' removes the single mistake that costs candidates these questions. Minutes saved here go to the heavier puzzle topics.

Order and Ranking — SSC CGL Reasoning

Order and ranking is arithmetic in disguise, and it lives or dies on one off-by-one. When someone is counted from both ends, they're counted twice — so you subtract 1. Master three formulas (total, people-between, rank-from-the-other-end), always ask "is this person counted twice?", and these become the fastest marks in the reasoning section.


1. What SSC actually asks

Tier 1: 1–2 Q · Tier 2: 1–2 Q. Types: total people in a row from two-sided position, converting rank-from-top to rank-from-bottom, counting people between two positions, position after an interchange, and puzzles adding failed/absent students to a ranked count.


2. The three core formulas

For a person counted from both ends of a row of :

The is because that person is counted in both positions. Rearranged:

And for people strictly between two positions:

Row of 25, B is 11th from left → 11th from left means th from right.


3. Ranking in a class (top and bottom)

Rank works exactly like left/right:

In a class of 40, a boy 15th from the top is th from the bottom.


4. Interchange and "shifted by" problems

  • Interchange: if A and B swap, A now sits where B was. If that new spot is "12th from right", then A is 12th from right — combine with the other end for the total.
  • "k ranks below": add to the rank from top. Ram 12th, Shyam 6 below → Shyam 18th from top → rd from bottom.

5. Puzzles with un-ranked people

Some students may have failed or been absent and don't hold a rank. Compute the ranked count first, then add them:

  • John is 12th from top and 28th from bottom → ranked . If 9 failed and 3 were absent, total .

6. Solved PYQ-style examples

Q1. A is 7th from the left and 9th from the right in a row. How many people are in the row? Solution. 15.

Q2. In a class of 40, a boy is 15th from the top. His rank from the bottom is… Solution. 26.

Q3. P is 10th from the left and Q is 16th from the left. How many people are between them? Solution. 5.

Q4. Ravi is 7th from the left and Kavi is 12th from the right. They interchange places and Ravi becomes 22nd from the left. How many children are in the row? Solution. Ravi takes Kavi's spot (12th from right) nd from left, so total 33.

Q5. John is 12th from the top and 28th from the bottom of a merit list. If 9 students failed and 3 were absent, the total number of students is… Solution. Ranked ; total 51.


7. Exam protocol

  1. Two-sided position → (the person is counted twice).
  2. Convert ends with — never just .
  3. People between two positions = difference of positions .
  4. After an interchange, the mover inherits the other's position exactly.
  5. Failed/absent people aren't ranked — compute the ranked count, then add them separately.

Key formulas & results

Everything to memorise for the exam hall, in one card. Screenshot this for revision.

Total from both ends
N = L + R - 1
The −1 removes the double count of the person seen from both sides.
Convert ends
R = N - L + 1
Position from right when you know N and position from left (and vice versa).
People between
Subtract 1 because the endpoints aren't 'between'.
Ranked total in puzzles
Compute ranked = top + bottom − 1 first, then add the un-ranked.
⚠️

Traps SSC CGL sets — and how to dodge them

These are the exact option-traps and misreads that cost marks under negative marking.

WATCH OUT
Forgetting the −1 when combining two-sided positions.
A person seen 7th from left and 9th from right is counted twice, so the row has 7 + 9 − 1 = 15, not 16.
WATCH OUT
Converting ends with N − position instead of N − position + 1.
15th from top in a class of 40 is 40 − 15 + 1 = 26th from bottom. Dropping the +1 gives 25, which is wrong.
WATCH OUT
Counting the endpoints as 'between' two positions.
People strictly between positions 10 and 16 number 16 − 10 − 1 = 5, excluding both P and Q.
WATCH OUT
Misplacing the mover after an interchange.
When A and B swap, A takes B's exact position. If that spot is 12th from the right, A is 12th from the right — then use the other end for the total.
WATCH OUT
Adding failed/absent students into the ranked formula directly.
Only ranked students satisfy top + bottom − 1. Compute that count, then add failed and absent students separately to get the total.

Exam-pattern practice

PYQ-style questions with full solutions. Work through them as a readiness check — mark yourself honestly and get your gap report at the end.

Readiness check

Are you exam-ready for Order and Ranking?

9 problems from this chapter. Try each one, reveal the worked solution, mark yourself honestly — get your gap report at the end.

9 questions~6 min

5-minute revision

The whole chapter, distilled. Read this the night before the exam.

  • Total from both ends: N = L + R − 1 (person counted twice)
  • Convert ends: position from other side = N − position + 1
  • People between two positions = |difference| − 1
  • Rank from bottom = Total − rank from top + 1
  • Interchange: the mover takes the other person's exact position
  • 'k ranks below' = add k to the rank from the top
  • Un-ranked (failed/absent) added after computing the ranked count
  • Always ask: is this person being counted from both ends?

SSC CGL question blueprint

How this topic is asked, tier by tier — so you can prep to the pattern.

Typical weightage: 8

Question styleMarks eachTypical countWhat it tests
Tier 1 — total, conversion, between2–4 (1–2 Q × 2 marks)
Tier 2 — interchange, un-ranked puzzles3–6 (1–2 Q × 3 marks)
Prep strategy
  • Memorise the three formulas and the 'counted twice ⇒ −1' idea
  • Drill 10 mixed problems including interchange and un-ranked types
  • Sketch the row for any multi-step question to avoid off-by-one slips
  • Timed set: 10 questions in 6 minutes

Exam-hall strategy

Battle-tested tips from mentors and toppers for this topic under the sectional clock.

  1. Reach for N = L + R − 1 whenever a position is given from both ends.
  2. Convert ends with N − position + 1; never forget the +1.
  3. For 'between', subtract 1 from the position difference.
  4. In interchange problems, transfer the position wholesale to the mover.
  5. Separate un-ranked people out and add them after the ranked count.

Beyond the exam

Where this skill shows up in the job you're competing for — and in life.

Merit lists and results

Converting between rank-from-top and rank-from-bottom, and totalling candidates, is everyday exam-result arithmetic.

Queues and scheduling

Knowing your position from both ends of a waiting line or a job queue is the same two-sided counting.

Sports standings

League tables use position-from-top and position-from-bottom, including ties and un-ranked (disqualified) entries.

Where else this topic is tested

Prepare once, score in every exam that asks it.

SSC CHSL1–2 Q — same formulas
SSC MTS1–2 Q — basic row problems
IBPS / RRB Clerk1 Q — often within seating sets
RRB NTPC1–2 Q — ranking and rows

Questions aspirants ask

Pulled from the Q&A community and mentor sessions.

Usually 1–2 per tier. They are fast, formula-based marks — the main risk is a careless off-by-one, not difficulty.

Because the person whose two-sided position you're given is counted once from the left and once from the right. Subtracting 1 removes that double count.

Take the difference of their positions and subtract 1, since neither endpoint counts as 'between'. Positions 10 and 16 have 16 − 10 − 1 = 5 people between.

The two people swap positions exactly, so each inherits the other's distance from both ends. Use the inherited position with the opposite end to find the total.

They hold no rank, so they aren't part of top + bottom − 1. Find the ranked count first, then add the failed and absent students to reach the total strength.
Header Logo