Difficulty: Medium
Correct Answer: Grandfather
Explanation:
Introduction / Context:Five distinct family members sit in a single row. Translating each relational statement into left–right inequalities yields a unique order, revealing the central seat holder.
Given Data / Assumptions:
Concept / Approach:Chain the two inequalities into one full order: the second places Mother and Daughter to the left of Grandfather; the first places Father and Son to the right of Grandfather.
Step-by-Step Solution:
From Daughter < Mother < Grandfather and Grandfather < Father < Son, we obtain:Daughter < Mother < Grandfather < Father < Son.The central (third) position is therefore Grandfather.Verification / Alternative check:Any swap that moves Grandfather from the middle contradicts at least one of the inequalities.
Why Other Options Are Wrong:Mother and Daughter lie to the left of the center; Father and Son lie to the right.
Common Pitfalls:Accidentally interpreting “right of Grandfather” the other way round or merging roles (e.g., equating Mother and Daughter).
Final Answer:Grandfather
Discussion & Comments