Middle Position (Non-Overlapping)
Non-Overlapping Middle Position problems occur when the ranks of two persons from opposite ends do not overlap (their positions are separate). Given the total persons and the ranks, you can find how many persons are between them. These problems test your ability to handle separate positional relationships.
What You'll Learn
Introduction to Middle Position (Non-Overlapping)
Non-Overlapping Middle Position problems occur when the ranks of two persons from opposite ends do not overlap (their positions are separate). Given the total persons and the ranks, you can find how many persons are between them. These problems test your ability to handle separate positional relationships.
Prerequisites
How to Solve Middle Position (Non-Overlapping) Problems
Step 1: Identify the ranks: L1 = rank of first person from left, R2 = rank of second person from right
Step 2: Check if L1 + R2 ≤ T + 1 (non-overlap condition)
Step 3: For non-overlapping case, persons between = T - L1 - R2
Step 4: For total given between, T = L1 + R2 + B
Step 5: Ensure the result is non-negative
Step 6: Verify that the positions are separate
Step 7: Present the answer
Example Problem
Example: In a row of 50 persons, A is 15th from left and B is 20th from right. How many persons are between A and B? Solution: Step 1: L1 = 15, R2 = 20, T = 50 Step 2: Check: L1 + R2 = 35 ≤ T + 1 = 51 → non-overlapping Step 3: Persons between = T - L1 - R2 = 50 - 15 - 20 = 15 Answer: 15 persons
Pro Tips & Tricks
- Non-overlap condition: L1 + R2 ≤ T + 1
- When L1 + R2 = T + 1, persons are adjacent (0 between)
- The sum of left and right ranks indicates separation
- Non-overlapping formula is simpler than overlapping formula
- The persons between are the ones in the middle region
Shortcut Methods to Solve Faster
Common Mistakes to Avoid
Practice Worksheets
Practice makes perfect! Work through these worksheets to master Middle Position (Non-Overlapping). Each worksheet contains 20 questions with detailed explanations. Start from Worksheet 1 and progress through increasing difficulty levels.
Exam Importance
Middle Position (Non-Overlapping) is an important topic for various competitive exams. Here's how frequently it appears:
Ready to Master Middle Position (Non-Overlapping)?
Start with Worksheet 1 and work your way up to expert level! Each worksheet includes: