To translate the line segment up 3 units and left 2 units, we need to add -2 to the x-coordinates and 3 to the y-coordinates of both endpoints.
The original endpoints are (0, 0) and (5, 4).
Adding -2 to the x-coordinates: (0 - 2, 5 - 2) = (-2, 3).
Adding 3 to the y-coordinates: (0 + 3, 4 + 3) = (3, 7).
Therefore, the new endpoints after the translation are (-2, 3) and (3, 7).
translate the line segment with endpoints (0, 0) and (5, 4) up 3 units and left 2 units. What are the new endpoints?
1 answer