To translate a triangle 3 units up, you need to add 3 to the y-coordinate of each vertex.
The original vertices of the triangle are:
- Vertex A: (-3, 2)
- Vertex B: (0, 5)
- Vertex C: (4, 2)
Now, we will translate each vertex:
-
For Vertex A: \((-3, 2) \rightarrow (-3, 2 + 3) = (-3, 5)\)
-
For Vertex B: \((0, 5) \rightarrow (0, 5 + 3) = (0, 8)\)
-
For Vertex C: \((4, 2) \rightarrow (4, 2 + 3) = (4, 5)\)
After the translation, the new vertices are:
- A' (-3, 5)
- B' (0, 8)
- C' (4, 5)
Therefore, the vertices after translating the triangle 3 units up are: (-3, 5), (0, 8), and (4, 5).
The correct option is:
- (-3, 5), (0, 8), and (4, 5)