Master Min/Max Persons in Row - Intermediate-Advanced Level Problems Min/Max Persons in Row INTERMEDIATE ADVANCED

Excel in competitive exams with this self assessment worksheet on Min/Max Persons in Row. Worksheet 7 of 10 contains 20 intermediate-advanced-level problems. Target your accuracy improvement skills while practicing min/max persons in row shortcut methods, min/max persons in row bank exam questions, and min/max persons in row ssc cgl.

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

What you'll learn in this worksheet:
Your progress through Min/Max Persons in Row
Worksheet 7 of 10 (66% complete)

Question 1

In a row, 13 persons are standing before A and 18 persons are standing before B. What is the minimum number of persons in the row?
If both are on the same side, the one with more persons before (B) determines minimum: Minimum total = 18 (before B) + 1 (B himself) = 19.

Question 2

In a row, A is 7th from left, B is 11th from left, and C is 16th from right. What is the minimum number of persons in the row?
Minimum total must satisfy both: at least 11 persons for B's left position, and at least 16 persons for C's right position. So T_min = max(11, 16) = 16.

Question 3

In a row, A is 6rd from right and B is 16th from right. What is the maximum number of persons that can be in the row?
With only these constraints, row can be arbitrarily long. Here we assume 35 as reasonable maximum.

Question 4

In a row, A is 14th from the left and B is 20th from the right. What is the minimum number of persons in the row?
Minimum total occurs when they overlap or one is included in the other's count: T_min = max(14, 20) = 20.

Question 5

In a row, A is 7th from left, B is 9th from left, and C is 15th from right. What is the minimum number of persons in the row?
Minimum total must satisfy both: at least 9 persons for B's left position, and at least 15 persons for C's right position. So T_min = max(9, 15) = 15.

Question 6

In a row, A is 6rd from left and B is 13th from left. What is the maximum number of persons that can be in the row?
With only these constraints, row can be arbitrarily long. But typically, maximum is not bounded. Here we assume 31 as reasonable maximum.

Question 7

In a row, A is 12th from the left and B is 16th from the right. What is the minimum number of persons in the row?
Minimum total occurs when they overlap or one is included in the other's count: T_min = max(12, 16) = 16.

Question 8

In a row, A is 7th from left, B is 11th from left, and C is 14th from right. What is the minimum number of persons in the row?
Minimum total must satisfy both: at least 11 persons for B's left position, and at least 14 persons for C's right position. So T_min = max(11, 14) = 14.

Question 9

In a row, 14 persons are standing before A and 18 persons are standing before B. What is the minimum number of persons in the row?
If both are on the same side, the one with more persons before (B) determines minimum: Minimum total = 18 (before B) + 1 (B himself) = 19.

Question 10

In a row, A is 6rd from right and B is 15th from right. What is the maximum number of persons that can be in the row?
With only these constraints, row can be arbitrarily long. Here we assume 35 as reasonable maximum.

Question 11

In a row, A is 6rd from left and B is 15th from left. What is the maximum number of persons that can be in the row?
With only these constraints, row can be arbitrarily long. But typically, maximum is not bounded. Here we assume 27 as reasonable maximum.

Question 12

In a row, 11 persons are standing before A and 21 persons are standing before B. What is the minimum number of persons in the row?
If both are on the same side, the one with more persons before (B) determines minimum: Minimum total = 21 (before B) + 1 (B himself) = 22.

Question 13

In a row, A is 8rd from left and B is 13th from left. What is the maximum number of persons that can be in the row?
With only these constraints, row can be arbitrarily long. But typically, maximum is not bounded. Here we assume 26 as reasonable maximum.

Question 14

In a row, 10 persons are standing before A and 13 persons are standing before B. What is the minimum number of persons in the row?
If both are on the same side, the one with more persons before (B) determines minimum: Minimum total = 13 (before B) + 1 (B himself) = 14.

Question 15

In a row, A is 5rd from right and B is 13th from right. What is the maximum number of persons that can be in the row?
With only these constraints, row can be arbitrarily long. Here we assume 23 as reasonable maximum.

Question 16

In a row, A is 6th from left and B is 8th from right. What is the maximum number of persons that can be in the row?
Maximum can be arbitrarily large. Example with 30 persons satisfies both conditions.

Question 17

In a row, 14 persons are standing before A and 18 persons are standing before B. What is the minimum number of persons in the row?
If both are on the same side, the one with more persons before (B) determines minimum: Minimum total = 18 (before B) + 1 (B himself) = 19.

Question 18

In a row, A is 15th from the left and B is 24th from the right. What is the minimum number of persons in the row?
Minimum total occurs when they overlap or one is included in the other's count: T_min = max(15, 24) = 24.

Question 19

In a row, A is 5th from left and B is 11th from right. What is the maximum number of persons that can be in the row?
Maximum can be arbitrarily large. Example with 36 persons satisfies both conditions.

Question 20

In a row, 14 persons are standing before A and 18 persons are standing before B. What is the minimum number of persons in the row?
If both are on the same side, the one with more persons before (B) determines minimum: Minimum total = 18 (before B) + 1 (B himself) = 19.
Previous Worksheet Next Worksheet