Translate the line segment with endpoints (0, 0) and (5, 4) up 3 units and left 2 units. What are the new endpoints?(1 point)

The new endpoints are (-2, 3) and (3, 7).

To translate the line segment up 3 units, you need to add 3 to the y-coordinates of the endpoints. Similarly, to translate the line segment left 2 units, you need to subtract 2 from the x-coordinates of the endpoints.

The starting endpoints are (0, 0) and (5, 4).

To translate the first endpoint up 3 units, add 3 to the y-coordinate:
(0, 0) + (0, 3) = (0, 3)

To translate the second endpoint up 3 units, add 3 to the y-coordinate:
(5, 4) + (0, 3) = (5, 7)

Next, to translate the first endpoint left 2 units, subtract 2 from the x-coordinate:
(0, 3) + (-2, 0) = (-2, 3)

Similarly, to translate the second endpoint left 2 units, subtract 2 from the x-coordinate:
(5, 7) + (-2, 0) = (3, 7)

Therefore, after translating the line segment up 3 units and left 2 units, the new endpoints are (-2, 3) and (3, 7).