0
0

Rank after Interchange

Introduction

Questions on rank interchange ask how ranks change when two people swap places in a line. This pattern is common in seating and ranking problems and tests your ability to convert positions between ends and update ranks quickly.

Learning the conversion and swap method prevents mistakes when ranks are given from different ends or when totals are involved.

Pattern: Rank after Interchange

Pattern

Key concept: Convert ranks to the same reference (people ahead or position from one end), then swap the positions and recompute ranks from the required end.

Useful formulas:

  • Position from right = Total - Position from left + 1.
  • Total = Left position + Right position - 1 (when both positions of the same person are given).
  • After swap, each person's new position = the other's old position (convert as needed to express in requested reference).

Step-by-Step Example

Question

In a row of 20 students, A is 5th from the left and B is 8th from the right. They interchange their places. What is A's new rank from the right and B's new rank from the left?

Solution

  1. Step 1: Write the given positions and total

    Total students, n = 20. A = 5th from left. B = 8th from right.
  2. Step 2: Convert B's position to left reference (so we know B's left-position)

    Position from left = n - (position from right) + 1 = 20 - 8 + 1 = 13th from left.
  3. Step 3: Note the positions being swapped

    A's old position (left) = 5. B's old position (left) = 13. After interchange:
    • A will occupy left position 13 (B's old place).
    • B will occupy left position 5 (A's old place).
  4. Step 4: Convert A's new left-position to right-position

    A's new rank from right = n - (A's new left-position) + 1 = 20 - 13 + 1 = 8th from right.
  5. Step 5: Convert B's new left-position to the requested left-rank (already left)

    B's new rank from left = 5th from left.
  6. Final Answer:

    A is 8th from the right; B is 5th from the left.
  7. Quick Check:

    A now at left 13 → right = 20 - 13 + 1 = 8 ✅. B now at left 5 → left rank = 5 ✅.

Quick Variations

1. If both ranks are given from left and right for the same two people, convert both to one side first then swap.

2. If total is not given, derive it when one person's left and right ranks are provided (Total = left + right - 1).

3. When multiple swaps occur, update positions sequentially - treat each swap as a new state.

4. If asked for positions "between" after interchange, compute new positions then apply difference formulas.

Trick to Always Use

  • Step 1 → Convert all ranks to the same reference (prefer left or 'position from left').
  • Step 2 → Swap the numeric positions directly.
  • Step 3 → Convert back to the requested reference (right/top) using n - pos + 1.

Summary

Summary

  • Always convert ranks to a common side (left/top) before swapping positions.
  • Use the formula Right = Total - Left + 1 to switch ends.
  • After interchange, assign each person the other's numeric position, then convert if needed.
  • Quick check by recomputing the opposite-side rank to confirm consistency.

Example to remember:
If A = 4th from left and B = 3rd from right in n people → convert B to left, swap left positions, then convert to requested references.

Practice

(1/5)
1. In a row of 25 students, A is 7th from the left and B is 10th from the right. They interchange their positions. What is A’s new rank from the right?
easy
A. 10th from right
B. 9th from right
C. 11th from right
D. 12th from right

Solution

  1. Step 1: Write given data

    Total = 25; A = 7th from left; B = 10th from right.
  2. Step 2: Convert B’s position to left reference

    B from left = 25 - 10 + 1 = 16th from left.
  3. Step 3: After interchange

    A moves to B’s old place → left position = 16.
  4. Step 4: Convert A’s new left position to right

    A’s new right = 25 - 16 + 1 = 10th from right.
  5. Final Answer:

    10th from right → Option A
  6. Quick Check:

    Left 16 → Right = 25 - 16 + 1 = 10 ✅
Hint: Convert the given right-position to left, swap left positions, then convert back if needed.
Common Mistakes: Not converting ranks to the same reference before swapping.
2. In a line of 30 people, Rohan is 5th from the left and Sneha is 6th from the right. They interchange their positions. What is Rohan’s new rank from the left?
easy
A. 23rd from left
B. 24th from left
C. 25th from left
D. 26th from left

Solution

  1. Step 1: Convert Sneha’s rank to left reference

    Sneha from left = 30 - 6 + 1 = 25th from left.
  2. Step 2: Swap positions

    Rohan moves to Sneha’s old left position → 25th from left.
  3. Final Answer:

    25th from left → Option C
  4. Quick Check:

    Left 25 corresponds to right = 30 - 25 + 1 = 6 ✅
Hint: Convert both ranks to one end before interchanging.
Common Mistakes: Using right-side numbers directly without conversion.
3. In a row of 40 students, A is 10th from the left and B is 12th from the right. They exchange their positions. What will be B’s new rank from the right?
easy
A. 31st from right
B. 30th from right
C. 29th from right
D. 28th from right

Solution

  1. Step 1: Convert A’s position to right reference

    A from right = 40 - 10 + 1 = 31st from right.
  2. Step 2: After interchange

    B moves to A’s left position (left 10), so B’s new right = 40 - 10 + 1 = 31st from right.
  3. Final Answer:

    31st from right → Option A
  4. Quick Check:

    Left 10 → Right = 31 ✅
Hint: Swap left positions then reconvert to right as required.
Common Mistakes: Confusing old and new positions during the swap.
4. In a class of 35 students, A is 8th from the left and B is 7th from the right. If they interchange their positions, what will be A’s new rank from the right?
medium
A. 27th from right
B. 7th from right
C. 29th from right
D. 30th from right

Solution

  1. Step 1: Convert B’s right to left

    B from left = 35 - 7 + 1 = 29th from left.
  2. Step 2: Swap

    A moves to left 29 (B’s old place).
  3. Step 3: Convert to right

    A’s new right = 35 - 29 + 1 = 7th from right.
  4. Final Answer:

    7th from right → Option B
  5. Quick Check:

    Left 29 → Right = 7 ✅
Hint: Use total - left + 1 to find opposite-end position after swap.
Common Mistakes: Forgetting to add 1 while converting between ends.
5. In a queue of 50 people, P is 15th from the left and Q is 12th from the right. After they interchange their positions, what will be Q’s new rank from the left?
medium
A. 38th from left
B. 39th from left
C. 40th from left
D. 15th from left

Solution

  1. Step 1: Convert Q’s position to left

    Q from left = 50 - 12 + 1 = 39th from left.
  2. Step 2: Swap positions

    Q moves to P’s old left position → 15th from left.
  3. Final Answer:

    15th from left → Option D
  4. Quick Check:

    After swap, left 15 corresponds to right = 50 - 15 + 1 = 36 ✅
Hint: Convert to same side, swap, then reconvert if needed.
Common Mistakes: Failing to convert positions before swapping.

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