Difficulty: Easy
Correct Answer: K
Explanation:
Introduction / Context:
We must determine the leftmost student using relative left–right constraints.
Given Data / Assumptions:
Concept / Approach:
Combine to get the chain K < P < L < S < Q, which fixes the full order.
Step-by-Step Solution:
Left→right: K, P, L, S, Q.First from the left is K.
Verification / Alternative check:
Every original relation matches the obtained sequence.
Why Other Options Are Wrong:
L/P/S cannot be left of K under the given constraints.
Common Pitfalls:
Misplacing Q relative to S.
Final Answer:
K
Discussion & Comments