Rank Comparison
Rank Comparison problems involve comparing the positions of two persons in a ranking list. You must determine who is ahead (has a lower rank number) and how many persons are between them. These problems test your ability to interpret relative positions from absolute ranks.
What You'll Learn
Introduction to Rank Comparison
Rank Comparison problems involve comparing the positions of two persons in a ranking list. You must determine who is ahead (has a lower rank number) and how many persons are between them. These problems test your ability to interpret relative positions from absolute ranks.
Prerequisites
How to Solve Rank Comparison Problems
Step 1: Identify the ranks of both persons from the same end (both from left or both from right)
Step 2: Compare the ranks: smaller rank means ahead (better position)
Step 3: Persons between = |rank1 - rank2| - 1
Step 4: If ranks are from opposite ends, convert to same end first
Step 5: Use L = T - R + 1 to convert from right to left
Step 6: Verify that between count is non-negative
Step 7: Present the answer
Example Problem
Example: In a row, A is 15th from left and B is 22nd from left. Who is ahead and how many are between them? Solution: Step 1: A's rank = 15, B's rank = 22 Step 2: 15 < 22, so A is ahead of B Step 3: Persons between = 22 - 15 - 1 = 6 Answer: A is ahead; 6 persons between
Pro Tips & Tricks
- Smaller rank = ahead/better position
- Between = |rank1 - rank2| - 1
- If ranks are from different ends, convert one using T = L + R - 1
- If ranks are equal, the persons are at the same position (possible only if same person)
Shortcut Methods to Solve Faster
Common Mistakes to Avoid
Practice Worksheets
Practice makes perfect! Work through these worksheets to master Rank Comparison. Each worksheet contains 20 questions with detailed explanations. Start from Worksheet 1 and progress through increasing difficulty levels.
Exam Importance
Rank Comparison is an important topic for various competitive exams. Here's how frequently it appears:
Ready to Master Rank Comparison?
Start with Worksheet 1 and work your way up to expert level! Each worksheet includes: