Difficulty: Medium
Correct Answer: D
Explanation:
Introduction / Context:
We must produce a total order from multiple inequalities and then select the middle (3rd) seat, given that E occupies one of the ends.
Given Data / Assumptions:
Concept / Approach:
Merge: E < B < D < C < A. This chain already forces E to the extreme left and A to the extreme right, consistent with the end condition.
Step-by-Step Solution:
Left→right order: E, B, D, C, A.The center (3rd) seat is D.
Verification / Alternative check:
All four constraints are satisfied in this order.
Why Other Options Are Wrong:
A/B/C are at positions 5,2,4 respectively, not the center.
Common Pitfalls:
Placing E at the right end flips the chain and breaks B left of D.
Final Answer:
D
Discussion & Comments