Difficulty: Easy
Correct Answer: 3, 1, 5, 4, 2
Explanation:
Introduction / Context:
This hierarchy question spans geography from a specific city to the entire Universe. The goal is to nest each location within its next larger container.
Given Data / Assumptions:
Concept / Approach:
Apply strict containment: city → state → country → world → universe.
Step-by-Step Solution:
Verification / Alternative check:
Each item is geographically or cosmologically contained by the next, with no violations in the nesting logic.
Why Other Options Are Wrong:
Common Pitfalls:
Starting from a large scale (Universe) and moving down without consistent nesting; misplacing state vs. country.
Final Answer:
3, 1, 5, 4, 2
Discussion & Comments