Difficulty: Medium
Correct Answer: Both I and II are sufficient
Explanation:
Introduction / Context:
This DS problem asks for the exact person at the middle position when five people are ordered by height (shortest to tallest). We must judge whether each statement independently, or both together, determine the middle person uniquely.
Given Data / Assumptions:
Concept / Approach:
Translate each statement into inequality chains and see whether a complete linear order results. If a single statement leaves multiple possible lineups, it is not sufficient. If the combination gives a unique lineup, both together are sufficient.
Step-by-Step Solution:
Verification / Alternative check:
Try to construct any alternative consistent ordering that changes the middle. All constraints force V between M and Q and T above M but below P, leaving no flexibility; M must be in the middle.
Why Other Options Are Wrong:
Common Pitfalls:
Mixing up ascending with descending order; ignoring that five distinct heights imply a unique middle position once the chain is fully specified.
Final Answer:
Both I and II are sufficient
Discussion & Comments