Difficulty: Easy
Correct Answer: Q
Explanation:
Introduction / Context:We must place five people using two “between” constraints and pick the middle position (3rd).
Given Data / Assumptions:
Concept / Approach:Stitch both into a total order: U < R < Q < P < S.
Step-by-Step Solution:Left→right: U, R, Q, P, S.The middle (3rd) is Q.
Verification / Alternative check:Each inequality is satisfied by the chain above.
Why Other Options Are Wrong:They correspond to positions 1,2,4,5, not the middle.
Common Pitfalls:Swapping P and Q; remember P must be to the right of Q.
Final Answer:Q
Discussion & Comments