To translate a point vertically, you add the number of units you want to move to the y-coordinate of the point.
Point A is at coordinates (-1, -4).
When translating up 5 units, you add 5 to the y-coordinate:
\(-4 + 5 = 1\)
So the new coordinates of point A after the translation are:
\((-1, 1)\)
The correct response is (-1, 1).