Difficulty: Easy
Correct Answer: C
Explanation:
Introduction / Context:
We are to find the maximum (tallest) in a partially ordered set of four items using concise comparative statements.
Given Data / Assumptions:
Concept / Approach:
Combine the inequalities: C sits above B, which sits above A, which sits above D. Therefore, C is the tallest and D is the shortest.
Step-by-Step Ordering:
Verification / Alternative check:
Every original relation is satisfied by C > B > A > D.
Why Other Options Are Wrong:
Common Pitfalls:
Misinterpreting “only higher than D” (it fixes A exactly one place above D and below the other two).
Final Answer:
C
Discussion & Comments