Difficulty: Medium
Correct Answer: Both Statements I and II together are necessary to answer the question.
Explanation:
Introduction / Context:
We need the 3rd tallest given two partial order constraints among five distinct heights.
Given Data / Assumptions:
Concept / Approach:
Merge the two chains to place the remaining person (D).
Step-by-Step Solution:
Verification / Alternative check:
Distinctness is respected; no conflicts arise.
Why Other Options Are Wrong:
Common Pitfalls:
Misplacing C above E; ignoring that II fixes bottom two strictly.
Final Answer:
D — Both statements together are necessary (3rd tallest is D).
Discussion & Comments