In general, a translation:
• in the x-direction by n units is given by: (x, y) → (x + n, y),
,
• in the y-direction by m units is given by: (x, y) → (x, y + m),
,
• the combination of both translations is: (x, y) → (x + n, y + m).
In this problem, we want to translate a triangle 2 units up and 5 units to the right, so we want to translate the points of the triangle in the following way:
From the graph we see that the coordinates of point A are:
Making the translation we get:
Answer
(4,4)