Difficulty: Easy
Correct Answer: North-East
Explanation:
Introduction / Context:Aggregate components to determine the quadrant of the final point relative to the start.
Given Data / Assumptions:
Concept / Approach:Final vector (East 30, North 30) ⇒ school lies to the North-East.
Step-by-Step Solution:
(0,0) → (0,−10) → (25,−10) → (25,30) → (30,30).Verification / Alternative check:Equal positive components produce a 45° NE direction.
Why Other Options Are Wrong:East ignores the North component; North ignores the East component; South-West is opposite.
Common Pitfalls:Mistaking the last right as turning to South.
Final Answer:North-East
Discussion & Comments