Difficulty: Easy
Correct Answer: Statement I alone is sufficient; Statement II alone is not sufficient.
Explanation:
Introduction / Context:This is a rank-conversion problem: converting 'from bottom' to 'from top' when class size is known.
Given Data / Assumptions:
Concept / Approach:Use the identity: rank_from_top = N − rank_from_bottom + 1.
Step-by-Step Solution:
From I: rank_from_top = 42 − 29 + 1 = 14. Unique.From II alone: relative to Samir only; cannot compute an absolute rank.Verification / Alternative check:Plugging back: 14th from top implies 29th from bottom in a class of 42, which matches I.
Why Other Options Are Wrong:
Common Pitfalls:Forgetting the +1 while converting between top/bottom ranks.
Final Answer:A — Statement I alone suffices (rank = 14th from the top).
Discussion & Comments