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:
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