Difficulty: Medium
Correct Answer: Both Statements I and II together are sufficient, but neither alone is sufficient.
Explanation:
Introduction / Context:We must find R's exact position from the left end using relative placement information. Data Sufficiency (DS) requires checking if a unique answer is implied without assuming missing facts like total class size unless forced by logic.
Given Data / Assumptions:
Concept / Approach:Translate the 'k between' language into a fixed offset of k+1 places to the left or right. Validate side choices against boundary feasibility.
Step-by-Step Solution:
From I alone: R's position is unknown; we only know M = 10th.From II alone: Only the gap between M and R is known (16 between), but neither absolute side nor any anchor position is given.Combine I & II: If R is to the right of M, then R = 10 + 16 + 1 = 27th. If R is to the left, R = 10 − 16 − 1 = −7 (impossible). Hence only the right-side placement is valid ⇒ R is 27th from the left.Verification / Alternative check:We do not need the row length; the invalid negative index eliminates the left-side case, leaving a unique feasible position.
Why Other Options Are Wrong:
Common Pitfalls:Forgetting to add +1 when converting 'k between' to the actual offset; overlooking boundary invalidation on the left side.
Final Answer:E — Together sufficient (R is 27th from the left).
Discussion & Comments