If the triangle shown is the first translated 4 units up then reflected across the y-axis where will the vertices of the new triangle be located

Do this to each point:

(x,y) -----> (x, y+4) -----> (-x, y+4)

e.g.
(3,5) ----> (3,9) -----> (-3,9)