Difficulty: Medium
Correct Answer: Both statements I and II together are sufficient, but neither alone is sufficient.
Explanation:
Introduction / Context:We must identify the exact middle seat using two incomplete linear constraints.
Given Data / Assumptions:
Concept / Approach:Each statement alone permits more than one arrangement; combining them typically collapses to a unique layout, hence a unique middle person.
Step-by-Step Solution:
1) Build candidates from I (positions of P,S,T,R relative).2) Intersect with II (T two-left of S; Q not adjacent to T,S).3) Unique configuration emerges ⇒ unique middle seat.Verification / Alternative check:Quick backtracking shows single consistent ordering when both are enforced.
Why Other Options Are Wrong:I alone or II alone: multiple possibilities; either alone false; “even both not sufficient” is false.
Common Pitfalls:Forgetting everyone faces North (left/right are absolute), or placing two people in one seat.
Final Answer:Both statements together are sufficient; neither alone is sufficient.
Discussion & Comments