Middle Position (Non-Overlapping) - Intermediate Level: tricky scenarios handling Middle Position (Non-Overlapping) INTERMEDIATE

This expert challenge 📈 worksheet focuses on Middle Position (Non-Overlapping) - a key topic in Number Ranking. You'll solve 20 intermediate-level problems (Worksheet 5 of 10). The primary focus is on tricky scenarios handling. Master how to solve middle position (non-overlapping), middle position (non-overlapping) tricks, and middle position (non-overlapping) shortcut methods through systematic practice.

📝 Worksheet 5 of 10 • 20 questions • ⏱️ Estimated time: 20 minutes • 🎯 Intermediate level

What you'll learn in this worksheet:
Your progress through Middle Position (Non-Overlapping)
Worksheet 5 of 10 (44% complete)

Question 1

In a row of 43 people, Tanvi is 17th from the front and Dev is 33th from the front. How many people are between them?
Between B = (rank of second - rank of first - 1) = 33 - 17 - 1 = 15.

Question 2

In a row of 41 people, Tanvi is 15th from the front and Anita is 16th from the back. How many people are between them?
Non-overlapping case (r1 + r2 ≤ total). Between B = total - (r1 + r2) = 41 - (15 + 16) = 10.

Question 3

In a row of 47 people, Rohan is 15th from the front and Dev is 5th from the back. How many people are between them?
Non-overlapping case (r1 + r2 ≤ total). Between B = total - (r1 + r2) = 47 - (15 + 5) = 27.

Question 4

In a row of 44 people, Tanvi is 11th from the front and Anita is 33th from the front. How many people are between them?
Between B = (rank of second - rank of first - 1) = 33 - 11 - 1 = 21.

Question 5

In a row of 44 people, Rohan is 12th from the front and Dev is 25th from the front. How many people are between them?
Between B = (rank of second - rank of first - 1) = 25 - 12 - 1 = 12.

Question 6

In a row of 36 people, Tanvi is 13th from the front and Dev is 28th from the front. How many people are between them?
Between B = (rank of second - rank of first - 1) = 28 - 13 - 1 = 14.

Question 7

In a row of 43 people, Rohan is 7th from the front and Yash is 25th from the front. How many people are between them?
Between B = (rank of second - rank of first - 1) = 25 - 7 - 1 = 17.

Question 8

In a row of 38 people, Sia is 13th from the front and Anita is 6th from the back. How many people are between them?
Non-overlapping case (r1 + r2 ≤ total). Between B = total - (r1 + r2) = 38 - (13 + 6) = 19.

Question 9

In a row of 42 people, Sia is 5th from the front and Anita is 29th from the front. How many people are between them?
Between B = (rank of second - rank of first - 1) = 29 - 5 - 1 = 23.

Question 10

In a row of 36 people, Tanvi is 11th from the front and Dev is 32th from the front. How many people are between them?
Between B = (rank of second - rank of first - 1) = 32 - 11 - 1 = 20.

Question 11

In a row of 46 people, Tanvi is 16th from the front and Anita is 15th from the back. How many people are between them?
Non-overlapping case (r1 + r2 ≤ total). Between B = total - (r1 + r2) = 46 - (16 + 15) = 15.

Question 12

In a row of 33 people, Tanvi is 13th from the front and Yash is 23th from the front. How many people are between them?
Between B = (rank of second - rank of first - 1) = 23 - 13 - 1 = 9.

Question 13

In a row of 49 people, Sia is 10th from the front and Dev is 9th from the back. How many people are between them?
Non-overlapping case (r1 + r2 ≤ total). Between B = total - (r1 + r2) = 49 - (10 + 9) = 30.

Question 14

In a row of 30 people, Rohan is 9th from the front and Yash is 12th from the back. How many people are between them?
Non-overlapping case (r1 + r2 ≤ total). Between B = total - (r1 + r2) = 30 - (9 + 12) = 9.

Question 15

In a row of 42 people, Tanvi is 17th from the front and Yash is 25th from the front. How many people are between them?
Between B = (rank of second - rank of first - 1) = 25 - 17 - 1 = 7.

Question 16

In a row of 50 people, Tanvi is 8th from the front and Dev is 23th from the back. How many people are between them?
Non-overlapping case (r1 + r2 ≤ total). Between B = total - (r1 + r2) = 50 - (8 + 23) = 19.

Question 17

In a row of 43 people, Rohan is 7th from the front and Dev is 14th from the back. How many people are between them?
Non-overlapping case (r1 + r2 ≤ total). Between B = total - (r1 + r2) = 43 - (7 + 14) = 22.

Question 18

In a row of 50 people, Sia is 18th from the front and Dev is 6th from the back. How many people are between them?
Non-overlapping case (r1 + r2 ≤ total). Between B = total - (r1 + r2) = 50 - (18 + 6) = 26.

Question 19

In a row of 35 people, Sia is 15th from the front and Anita is 9th from the back. How many people are between them?
Non-overlapping case (r1 + r2 ≤ total). Between B = total - (r1 + r2) = 35 - (15 + 9) = 11.

Question 20

In a row of 33 people, Rohan is 7th from the front and Yash is 10th from the back. How many people are between them?
Non-overlapping case (r1 + r2 ≤ total). Between B = total - (r1 + r2) = 33 - (7 + 10) = 16.
Previous Worksheet Next Worksheet