To translate a point \( (x, y) \) 3 units up, you add 3 to the y-coordinate.
Let's find the new coordinates for each vertex after translating them 3 units up:
-
For point A(-3, 3): \[ A'(-3, 3+3) = A'(-3, 6) \]
-
For point B(0, 7): \[ B'(0, 7+3) = B'(0, 10) \]
-
For point C(-3, 0): \[ C'(-3, 0+3) = C'(-3, 3) \]
So the coordinates of the new vertices after the translation are: \( A'(-3, 6) \), \( B'(0, 10) \), \( C'(-3, 3) \).
This matches the second option in your list:
A′(−3, 6), B′(0, 10), C′(−3, 3).