0
0

Finding Middle Position

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

  1. Step 1: Identify total number of people

    Total, n = 11.
  2. Step 2: Apply the middle-position formula

    Middle = (n + 1) ÷ 2 = (11 + 1) ÷ 2 = 12 ÷ 2 = 6.
  3. Final Answer:

    6th person
  4. 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.

Practice

(1/5)
1. In a row of 9 students, who is in the middle position?
easy
A. 4th
B. 5th
C. 6th
D. 7th

Solution

  1. Step 1: Identify total number of students

    n = 9.
  2. Step 2: Apply middle-position formula

    Middle = (n + 1) ÷ 2 = (9 + 1) ÷ 2 = 10 ÷ 2 = 5.
  3. Final Answer:

    5th position → Option B
  4. Quick Check:

    4 students before + 1 middle + 4 after = 9 ✅
Hint: Use (n + 1) ÷ 2 for odd numbers.
Common Mistakes: Using n ÷ 2 instead of (n + 1) ÷ 2 for odd totals.
2. In a line of 12 people, what are the two middle positions?
easy
A. 6th and 7th
B. 5th and 6th
C. 7th and 8th
D. 4th and 5th

Solution

  1. Step 1: Identify total people

    n = 12 (even).
  2. Step 2: Middle positions

    For even n, middles = n/2 and (n/2) + 1 = 12/2 and 12/2 + 1 = 6th and 7th.
  3. Final Answer:

    6th and 7th positions → Option A
  4. Quick Check:

    5 people before 6th and 5 after 7th → balanced ✅
Hint: For even n, use n/2 and (n/2) + 1.
Common Mistakes: Choosing only one middle position when n is even.
3. If there are 17 chairs in a row, which chair is at the center?
easy
A. 8th
B. 9th
C. 10th
D. 11th

Solution

  1. Step 1: Total chairs

    n = 17.
  2. Step 2: Apply middle formula

    Middle = (n + 1) ÷ 2 = (17 + 1) ÷ 2 = 18 ÷ 2 = 9.
  3. Final Answer:

    9th chair → Option B
  4. Quick Check:

    8 on each side → perfectly centered ✅
Hint: Middle = (n + 1) ÷ 2 when n is odd.
Common Mistakes: Dividing by 2 directly (n ÷ 2) gives wrong middle for odd totals.
4. In a line of 20 students, which two students are in the middle?
medium
A. 9th and 10th
B. 10th and 11th
C. 11th and 12th
D. 12th and 13th

Solution

  1. Step 1: Total number of students

    n = 20 (even).
  2. Step 2: Find two middle positions

    n/2 = 10, (n/2) + 1 = 11 → 10th and 11th.
  3. Final Answer:

    10th and 11th → Option B
  4. Quick Check:

    9 on each side of 10th and 11th → perfectly balanced ✅
Hint: Even n → two middle positions are n/2 and (n/2) + 1.
Common Mistakes: Picking only one middle when two exist for even totals.
5. A class has 25 students standing in a line. Which student stands exactly in the middle?
medium
A. 12th
B. 13th
C. 14th
D. 15th

Solution

  1. Step 1: Identify total students

    n = 25.
  2. Step 2: Apply middle formula

    Middle = (n + 1) ÷ 2 = (25 + 1) ÷ 2 = 26 ÷ 2 = 13.
  3. Final Answer:

    13th student → Option B
  4. Quick Check:

    12 before + 12 after = 24 others ✅
Hint: Add 1 to total, divide by 2.
Common Mistakes: Using n ÷ 2 gives wrong result for odd totals.

Mock Test

Ready for a challenge?

Take a 10-minute AI-powered test with 10 questions (Easy-Medium-Hard mix) and get instant SWOT analysis of your performance!

10 Questions
5 Minutes