Difficulty: Medium
Correct Answer: Only I and II
Explanation:
Introduction / Context:
The task is to determine the tallest person using comparative height statements. We only need to know which set of statements is sufficient, not to fully order everyone.
Given Data / Assumptions:
Concept / Approach:
Combine inequalities to check if anyone could be taller than T. If no statement asserts anyone taller than T, and T is shown taller than all others, T is tallest and the set is sufficient.
Step-by-Step Solution:
Verification / Alternative check:
Try to construct a counterexample where someone exceeds T under I + II: impossible because each other person is directly shown lower than T. Hence I + II are sufficient.
Why Other Options Are Wrong:
Common Pitfalls:
Assuming transitivity without checking all individuals, or treating 'not taller than' as 'shorter than or equal to' and overlooking that equality would not change the conclusion since only strict 'taller than' statements fix T above key rivals.
Final Answer:
Only I and II
Discussion & Comments