Difficulty: Medium
Correct Answer: Arjun is 13th from the left end.
Explanation:
Introduction / Context:
We combine fixed positions (8th from left; 2nd from right) with adjacency to test spatial reasoning in a linear arrangement.
Given Data / Assumptions:
Concept / Approach:
Translate all clues into absolute positions from the left. Then evaluate each statement against these positions.
Step-by-Step Solution:
Prabha position = 9 (from left) ⇒ from right = 15 - 9 + 1 = 7 → Statement A is true.Distance between Prabha (9) and Arjun (14) = 14 - 9 - 1 = 4 → Statement B is true.Distance between Ravi (8) and Arjun (14) = 14 - 8 - 1 = 5 → Statement C is true.Arjun from left = 14, not 13 → Statement D is false.
Verification / Alternative check:
Right-based positions: Arjun 2nd from right means left index 14 (since 15,14,...). Consistent.
Why Other Options Are Wrong:
They are correct statements per computed positions; hence they are not the answer to “not true.”
Common Pitfalls:
Off-by-one mistakes when converting right-based ranks to left-based indices; forgetting “immediately left” enforces consecutive seats.
Final Answer:
Arjun is 13th from the left end.
Discussion & Comments