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)

first x = 0 and y = 0

0 - 2 = -2
0 + 3 = + 3
so (-2 , 3)
second (5,4)
5 - 2 = 3
4 + 3 = 7
so (3,7)
This is getting irritating.

To translate a line segment, you need to shift all its points by the same amount. In this case, we want to shift the line segment up by 3 units and left by 2 units.

To do this, we add 3 to the y-coordinates of both endpoints and subtract 2 from the x-coordinates of both endpoints.

Given the original endpoints: (0, 0) and (5, 4)

To translate them up 3 units, we add 3 to the y-coordinates:
(0, 0) -> (0, 0 + 3) = (0, 3)
(5, 4) -> (5, 4 + 3) = (5, 7)

To translate them left 2 units, we subtract 2 from the x-coordinates:
(0, 3) -> (0 - 2, 3) = (-2, 3)
(5, 7) -> (5 - 2, 7) = (3, 7)

So, the new endpoints after translating are (-2, 3) and (3, 7).

-2,3

3,7

Thats what u put in the boxes

Ty Damon

🐺

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