Number Ranking is a logical reasoning problem where you are given a series of numbers or positions, and you must determine the rank or position of a particular number or person in a sequence—either from left to right or right to left.
CORE CONCEPT
In Number Ranking problems, you need to find where a number sits in a given order. The question might ask: 'What is the rank of number X from the left?' or 'If we reverse the sequence, what becomes the position of Y?' The key is to count carefully and apply simple directional rules.
KEY RULES & PROPERTIES
1. Always identify the total count of numbers/items in the sequence.
2.
Rank from left means counting from position 1 on the left side.
3. Rank from right means counting from position 1 on the right side (reverse counting).
4. If an item's rank from left is R, then its rank from right = (Total Count + 1) – R.
5.
The middle position exists only if total count is odd.
6. Direction matters—left and right are opposite directions.
FORMULA BLOCK
Rank from Right = (Total Number of Items + 1) − Rank from Left
Rank from Left = (Total Number of Items + 1) − Rank from Right
Total Items = Rank from Left + Rank from Right − 1
EXAM PATTERNS
SSC CGL typically asks:
- Direct rank questions: 'Find rank of X from left/right'
- Reverse rank questions: 'If reversed, what is position?'
- Both-side rank: 'A is 5th from left and 8th from right. Find total count'
- Position-based: 'How many items between positions?'
SHORTCUT/TRICK
Always use the formula: Rank from Right = (Total + 1) − Rank from Left.
This avoids counting errors. If you know any two values (total and one rank), you instantly find the other.
WORKED EXAMPLE
Sequence: 12, 25, 30, 45, 60, 75, 88, 92
Question: What is the rank of 60 from the right?
Step 1: Count total items = 8
Step 2: Identify rank of 60 from left = 5 (it's the 5th number)
Step 3: Apply formula: Rank from Right = (8 + 1) − 5 = 9 − 5 = 4
Answer: 60 is at rank 4 from the right.
Verification: From right: 92(1st), 88(2nd), 75(3rd), 60(4th) ✓
COMMON MISTAKE
Students often confuse rank with count. If 60 is 5th from left, it doesn't mean 5 items are to its left—only 4 items are to its left.
Rank includes the item itself.