Difficulty: Easy
Correct Answer: N
Explanation:
Introduction / Context:We have four entities with a strict ordering induced by comparative statements. The goal is to identify the maximum.
Given Data / Assumptions:
Concept / Approach:Place X above Y, and both above M, but keep X below N. As N is above M and also above X, N must be the overall maximum.
Step-by-Step Solution:
1) Start with Y > M.2) Insert X with X > Y.3) Place N such that N > M and N > X (since X < N).4) Final order (low→high): M < Y < X < N.Verification / Alternative check:All statements are satisfied by the chain above; N is on top.
Why Other Options Are Wrong:
Common Pitfalls:Forgetting that “X is not as good as N” puts N above X.
Final Answer:N
Discussion & Comments