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:
Order: C, E, B, A, D.Second from left: E.Why Other Options Are Wrong:D and A are too far right; B is third; C is first.
Final Answer:E
Discussion & Comments