After the triangle is translated the vertices are (4,3) -> (6,-2) (-2,4) -> (0,-1) (-4,2) -> (-2,-3) The triangle is translated 2 units right and 5 units down.
(x,y) = (4,3) (x + 2, y - 5) = (4 + 2, 3 - 5) plug in the coordinates for the rest of the vertices.