Respuesta :

A' = (- 3, 0 )

(x, y ) → (x - 5, y + 2 ) means subtract 5 from the original x-coordinate and add 2 to the original y- coordinate

A(2, - 2 ) → A'(2 - 5, - 2 + 2 ) → A'(- 3, 0 )