Comparison & Ordering
Clues compare heights, ages or marks ('A is taller than B', 'C is shorter than B'). Build a single ordered line from tallest to shortest by chaining the comparisons, then read off who is highest, lowest, or in a given position.
Chain the comparisons into one line
Convert every clue to a single ordering symbol and link them. "A is taller than B" → A > B; "C is shorter than B" → B > C. Together: A > B > C. Now any "tallest / shortest / 2nd tallest" question reads straight off the chain.
✅ Solved examples
✏️ Practice — try these, take hints as needed
📝 Topic test — 8 questions
Auto-graded with full solutions; saved to your dashboard. Use the calculator and formula sheet (top-right) any time.
Formula Reference Sheet
Ranking & arrangement keys
| Total from two ranks | Total = (rank from left) + (rank from right) − 1 |
|---|---|
| Rank from other end | = Total − rank + 1 |
| People between | = |posA − posB| − 1 |
| Circular facing centre | left = clockwise neighbour, right = anticlockwise |
| Linear default | all face the same way unless stated |