0
0

Position from Both Ends

Introduction

This pattern deals with finding the total number of people or objects when the position of one person from both ends (left and right) is given. It’s one of the most common and simple ranking problems in reasoning tests.

Understanding this concept helps you easily determine the total count in a line or row when two positional references are known.

Pattern: Position from Both Ends

Pattern

The key idea: Total = Left position + Right position - 1.

This formula removes the double counting of the same person, as one person is counted once from each side.

Step-by-Step Example

Question

In a line, Ramesh is 6th from the left and 8th from the right. Find the total number of people in the line.

Solution

  1. Step 1: Identify the given positions

    Left position = 6, Right position = 8.
  2. Step 2: Apply the formula

    Total = Left + Right - 1 = 6 + 8 - 1 = 13.
  3. Final Answer:

    13 people in total
  4. Quick Check:

    If Ramesh is 6th from left, there are 5 people before him and 7 after him → 5 + 1 + 7 = 13 ✅

Quick Variations

1. Sometimes, one position is from the top and another from the bottom (e.g., class ranks).

2. Can also appear in objects (like books in a shelf or houses in a street).

3. The formula works for both vertical (top-bottom) and horizontal (left-right) arrangements.

Trick to Always Use

  • Step 1: Add both given positions.
  • Step 2: Subtract 1 to remove double counting of the same person.
  • Step 3: The result gives the total number of people or objects.

Summary

Summary

  • Total = Left position + Right position - 1.
  • Used when a single person’s position from both ends is given.
  • Applies to ranks, rows, or any linear arrangement.
  • Always subtract 1 to avoid counting the same person twice.

Example to remember:
If someone is 4th from left and 7th from right → Total = 4 + 7 - 1 = 10 ✅

Practice

(1/5)
1. In a line, Asha is 9th from the left and 11th from the right. Find the total number of people in the line.
easy
A. 19
B. 20
C. 21
D. 22

Solution

  1. Step 1: Identify the given positions

    Left = 9, Right = 11.
  2. Step 2: Apply the formula

    Total = Left + Right - 1 = 9 + 11 - 1 = 19.
  3. Final Answer:

    19 people in total → Option A
  4. Quick Check:

    People before Asha = 8, after = 10 → 8 + 1 + 10 = 19 ✅
Hint: Add both ranks and subtract 1.
Common Mistakes: Forgetting to subtract 1 after adding both positions.
2. Rahul is 5th from the left end and 8th from the right end. How many people are there in the row?
easy
A. 11
B. 12
C. 13
D. 14

Solution

  1. Step 1: Note the given positions

    Left = 5, Right = 8.
  2. Step 2: Apply the formula

    Total = Left + Right - 1 = 5 + 8 - 1 = 12.
  3. Final Answer:

    12 people → Option B
  4. Quick Check:

    People before Rahul = 4, after = 7 → 4 + 1 + 7 = 12 ✅
Hint: Use Total = Left + Right - 1.
Common Mistakes: Adding without subtracting 1 leads to one extra person.
3. Priya is 10th from the top and 15th from the bottom in a class. How many students are there in total?
easy
A. 23
B. 25
C. 24
D. 26

Solution

  1. Step 1: Identify the given ranks

    Top = 10, Bottom = 15.
  2. Step 2: Apply the formula

    Total = Top + Bottom - 1 = 10 + 15 - 1 = 24.
  3. Final Answer:

    24 students → Option C
  4. Quick Check:

    9 above + 14 below + 1 (Priya) = 24 ✅
Hint: Always subtract 1 from the sum of both ranks.
Common Mistakes: Counting the same person twice without subtracting 1.
4. In a row, Manish is 7th from the left and 10th from the right. How many people are sitting in the row?
medium
A. 15
B. 17
C. 18
D. 16

Solution

  1. Step 1: Note given positions

    Left = 7, Right = 10.
  2. Step 2: Apply the formula

    Total = Left + Right - 1 = 7 + 10 - 1 = 16.
  3. Final Answer:

    16 people → Option D
  4. Quick Check:

    6 before + 9 after + 1 = 16 ✅
Hint: Total = Left + Right - 1.
Common Mistakes: Not subtracting 1 gives 17 instead of 16.
5. Ravi is 13th from the left and 9th from the right in a row. Find how many people are there in total.
medium
A. 21
B. 20
C. 22
D. 23

Solution

  1. Step 1: Identify the given positions

    Left = 13, Right = 9.
  2. Step 2: Apply the formula

    Total = Left + Right - 1 = 13 + 9 - 1 = 21.
  3. Final Answer:

    21 people → Option A
  4. Quick Check:

    12 before + 8 after + 1 = 21 ✅
Hint: Add both ranks, then subtract 1.
Common Mistakes: Forgetting to adjust by subtracting 1.

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