Linear Arrangement with Distance
Linear Arrangement with Distance problems involve placing persons in a row with specific distance constraints (e.g., 'There are 3 persons between A and B', 'A is 5th from left and B is 3rd from right'). These problems require calculating total positions and using gap formulas.
What You'll Learn
Introduction to Linear Arrangement with Distance
Linear Arrangement with Distance problems involve placing persons in a row with specific distance constraints (e.g., 'There are 3 persons between A and B', 'A is 5th from left and B is 3rd from right'). These problems require calculating total positions and using gap formulas.
Prerequisites
How to Solve Linear Arrangement with Distance Problems
Step 1: Identify the total number of positions (if given) or calculate from clues
Step 2: Use formulas: Position from left + Position from right = Total + 1
Step 3: For persons between A and B: |pos_A - pos_B| = number_between + 1
Step 4: If positions are given from different ends, convert to same reference
Step 5: Solve for unknown positions using equations
Step 6: Draw the row with all persons placed
Step 7: Answer the specific question
Example Problem
Example: In a row of 50 people, A is 15th from left. B is 20th from right. How many people are between A and B? Solution: Step 1: Total = 50, A_left = 15, B_right = 20 Step 2: B_left = Total - B_right + 1 = 50 - 20 + 1 = 31 Step 3: A is at 15, B at 31 Step 4: Persons between = |31 - 15| - 1 = 16 - 1 = 15 Answer: 15 people between A and B
Pro Tips & Tricks
- Position from left + Position from right = Total + 1
- Number of persons between A and B = |pos_A - pos_B| - 1
- If A is to the left of B, then pos_A < pos_B
- 'Exactly in the middle' means positions are equidistant from ends
- For odd number between, the middle position is the average
- If positions are unknown, use variables and solve equations
Shortcut Methods to Solve Faster
Common Mistakes to Avoid
Practice Worksheets
Practice makes perfect! Work through these worksheets to master Linear Arrangement with Distance. Each worksheet contains 20 questions with detailed explanations. Start from Worksheet 1 and progress through increasing difficulty levels.
Exam Importance
Linear Arrangement with Distance is an important topic for various competitive exams. Here's how frequently it appears:
Ready to Master Linear Arrangement with Distance?
Start with Worksheet 1 and work your way up to expert level! Each worksheet includes: