Difficulty: Easy
Correct Answer: South-West
Explanation:
Place points on a map
Let P = (0,0).Q is North of P ⇒ Q = (0, +1).R is East of Q ⇒ R = (+1, +1).S is left of P (West) ⇒ S = (−1, 0).
Direction from R to S
Vector R→S = (−2, −1) ⇒ quadrant (−x, −y) = South-West.
Final Answer
South-West
Discussion & Comments