Answer: A. A' (0, 6), B' (0, 4), C' (-3, 3)
Explanation:
A (3, 0), B (3, -2), C (0, -3)
A translation by vector <-3, 6>
Add the x-coordinate of each points to -3 and add the y-coordinates to 6
A (3, 0) -> 3 + -3 = 0 0 + 6 = 6 A' (0, 6)
B (3, -2) -> 3 + -3 = 0 -2 + 6 = 4 B' (0, 4)
C (0, -3) -> 0 + -3 = -3 -3 + 6 = 3 C' (-3, 3)
A' (0, 6), B' (0, 4), C' (-3, 3)
Hope this helped!