Difficulty: Medium
Correct Answer: Statement II alone is sufficient; Statement I alone is not sufficient.
Explanation:
Introduction / Context:
Compute an absolute position using a fixed-size row and separations.
Given Data / Assumptions:
Concept / Approach:
Convert T's right-rank to a left-rank, then apply the 'k between' offset (k+1) and validate side feasibility.
Step-by-Step Solution:
Verification / Alternative check:
Bound checks ensure only the left-side placement is feasible, giving a unique result.
Why Other Options Are Wrong:
Common Pitfalls:
Forgetting to test both sides; forgetting the +1 offset.
Final Answer:
B — Statement II alone suffices (R = 4th from left).
Discussion & Comments