Introduction
Comparison puzzles ask you to compare quantities - heights, marks, salaries, distances, speeds, etc. They train precise inequality reasoning (>, <, ≥, ≤), transitive chaining, and careful handling of equalities and differences.
These patterns are common in aptitude tests and interviews where you must deduce relative ordering from pairwise and difference clues.
Pattern: Comparison Puzzle
Pattern
The key idea is to convert verbal comparisons into ordered relations or inequalities and then chain them transitively to get the final ranking or numeric answer.
Typical clue types: “A is greater than B by 5”, “C < D < E”, “X is the second highest”, or “P’s salary is between Q and R”. Convert each into a symbolic relation first, then merge.
Step-by-Step Example
Question
Five candidates - A, B, C, D, E - scored different marks in an aptitude test. Clues: 1) A scored 8 marks more than B. 2) C scored 5 marks less than D. 3) E scored 3 marks more than B. 4) D scored 2 marks more than A. If B scored 62 marks, who scored the highest?
Options:
- A) A
- B) B
- C) D
- D) E
Solution
Step 1: Translate numeric relations
From clues: A = B + 8; E = B + 3; D = A + 2; C = D - 5.Step 2: Substitute B = 62
B = 62 → A = 62 + 8 = 70; E = 62 + 3 = 65.Step 3: Get D and C
D = A + 2 = 70 + 2 = 72. C = D - 5 = 72 - 5 = 67.Step 4: Order the marks
Marks (highest → lowest): D (72), A (70), C (67), E (65), B (62).Final Answer:
D → Option CQuick Check:
All relations satisfied: A = B + 8 (70 = 62 + 8) ✅ D = A + 2 (72 = 70 + 2) ✅ C = D - 5 (67 = 72 - 5) ✅ E = B + 3 (65 = 62 + 3) ✅
Quick Variations
1. Pure inequality chaining (A > B = C > D).
2. Difference-based comparisons (A = B + k).
3. Mixed (some absolute scores given + relative clues).
4. Rank queries derived from comparisons (find 2nd highest / lowest).
Trick to Always Use
- Step 1 → Convert every verbal clue into a short symbolic relation (A = B + 5, C > D, etc.).
- Step 2 → Use numerical substitution early when one absolute value is provided (anchors the chain).
- Step 3 → Draw a quick number-line or vertical list (highest at top) and place anchored values first.
- Step 4 → Re-check each original relation against your final ordering immediately (Quick Check).
Summary
Summary
- Convert verbal comparisons into symbolic inequalities or equations immediately.
- Place absolute anchors (given numeric values) first, then propagate relative values by substitution.
- Use a ranked list (highest → lowest) to visualize transitive chains and spot contradictions early.
- Always perform a one-line Quick Check: verify every original clue against the final ordering/numbers.
Example to remember:
Given B = 62, A = B + 8, D = A + 2, C = D - 5, E = B + 3 → compute each, then sort. Here D = 72 is highest.
