Answer:
see explanation
Explanation:
Given the translation rule
(x, y ) → (x + 3, y - 2 )
This means add 3 to the original x- coordinate and subtract 2 from the original y- coordinate, thus
A(0, 2 ) → A'(0 + 3, 2 - 2 ) → A'(3, 0 )
B(- 2, - 5 ) → B'(- 2 + 3, - 5 - 2 ) → B'(1, - 7 )
C(0, 5 ) → C'(0 + 3, 5 - 2 ) → C'(3, 3 )