Difficulty: Medium
Correct Answer: Either I or II is sufficient
Explanation:
Introduction / Context:
This DS question asks for P’s bottom rank in a class of 30. Each statement provides relative positioning that may allow a unique absolute rank for P. We check each independently.
Given Data / Assumptions:
Concept / Approach:
If there are x students between two ranks r1 and r2, then |r1 − r2| = x + 1. Use this to derive P's top rank and convert to bottom rank by N − r_top + 1.
Step-by-Step Solution:
Verification / Alternative check:
Both statements independently yield the same unique rank for P (9th from the top, 22nd from the bottom), confirming each suffices.
Why Other Options Are Wrong:
Common Pitfalls:
Misinterpreting 'between' (remember to add 1 when converting to rank difference); forgetting to convert bottom to top ranks correctly.
Final Answer:
Either I or II is sufficient
Discussion & Comments