To find the coordinates of point N after the translation, we need to apply the translation shifts to its original coordinates.
Point N is at (0, -6). The translation is up 5 units and left 2 units.
-
Translate Up 5 Units:
- y-coordinate: -6 + 5 = -1
-
Translate Left 2 Units:
- x-coordinate: 0 - 2 = -2
So the new coordinates of point N' after the translation are (-2, -1).
The correct answer is: (−2,−1)