Difficulty: Medium
Correct Answer: 37
Explanation:
Introduction / Context:This is a combined positions problem. “Exactly in the middle” means the number of persons between C and A equals the number between C and B. Convert ranks to positions from the front; then use the back-rank to get the total.
Given Data / Assumptions:
Concept / Approach:If C is the midpoint by count of in-between persons, and A is at 18, C at 20, there is 1 person between A and C. So there must be 1 person between C and B, placing B at 22 from the front. Then use B’s back-rank to get the total.
Step-by-Step Solution:
Between A(18) and C(20), count in-between = 20 − 18 − 1 = 1.Therefore, B must be 1 person beyond C → pos(B) = 22 from the front.If B is 16th from the back, total N satisfies N − 22 + 1 = 16.Solve: N − 21 = 16 → N = 37.Verification / Alternative check:Compute B’s from-back rank from N = 37: 37 − 22 + 1 = 16. Matches the given.
Why Other Options Are Wrong:
Common Pitfalls:Interpreting “middle” as average of position numbers instead of equal number of people between; forgetting the +1 in converting a from-back rank to a total.
Final Answer:37
Discussion & Comments