Difficulty: Easy
Correct Answer: 1, 4, 5, 3, 2
Explanation:
Introduction / Context:Hierarchical ordering problems require you to organize entities by containment or scale. Here we move from an individual dwelling unit up to a municipality.
Given Data / Assumptions:
Concept / Approach:Order by increasing spatial scope and administrative level.
Step-by-Step Solution:
Smallest: Apartment (1).Container: Building (4).Larger aggregation: Complex (5).Location context: Street (3).Widest among listed: Town (2).Hence: 1, 4, 5, 3, 2.Verification / Alternative check:Check containment: apartments ⊂ building ⊂ complex; complexes lie on streets; streets lie within towns.
Why Other Options Are Wrong:They invert containment (e.g., placing Town before Building).
Common Pitfalls:Confusing “complex” with “building” or treating “street” as smaller than a complex.
Final Answer:1, 4, 5, 3, 2
Discussion & Comments