Introduction
Many ranking questions ask who stands in the middle of a row or which position is central. This pattern is important because middle-position logic frequently appears in seating and ranking problems.
Knowing the middle-position formula saves time and reduces errors in both simple and composite ranking questions.
Pattern: Finding Middle Position
Pattern
The key idea: Middle position = (n + 1) ÷ 2 where n is the total number of people.
If n is odd, there is a single middle person. If n is even, there is no single central person - there are two middle positions: n/2 and (n/2) + 1.
Step-by-Step Example
Question
Eleven people are standing in a row. Who is in the middle?
Solution
-
Step 1: Identify total number of people
Total, n = 11. -
Step 2: Apply the middle-position formula
Middle = (n + 1) ÷ 2 = (11 + 1) ÷ 2 = 12 ÷ 2 = 6. -
Final Answer:
6th person -
Quick Check:
There are 5 people on each side of the 6th person → 5 + 1 + 5 = 11 ✅
Quick Variations
1. If n is even (e.g., 12 people), the middle positions are 6th and 7th.
2. For circular/multiple-row setups, convert to linear positions first, then use the formula.
3. When asked "who is exactly between A and B", count intervening people or convert their ranks to absolute positions and check the middle.
Trick to Always Use
- Step 1 → Check if total n is odd or even.
- Step 2 → If odd: middle = (n + 1) ÷ 2; if even: two middles = n/2 and n/2 + 1.
Summary
Summary
- Use (n + 1) ÷ 2 to find the single middle when n is odd.
- If n is even, there is no single middle - the two middle positions are n/2 and (n/2) + 1.
- Always perform a quick check by counting people on both sides to confirm the middle.
- Convert composite or circular arrangements to a linear index before applying the formula.
Example to remember:
For 13 people, middle = (13 + 1) ÷ 2 = 7 → the 7th person is central.
