Difficulty: Easy
Correct Answer: E
Explanation:
Introduction / Context:
Translate the relational statements into a total order and read off the second position.
Given Data / Assumptions:
Concept / Approach:
Chaining yields a single order C < E < B < A < D; the second from the left is E.
Step-by-Step Solution:
Why Other Options Are Wrong:
D and A are too far right; B is third; C is first.
Final Answer:
E
Discussion & Comments