To translate a point, we adjust its coordinates according to the specified changes in the horizontal and vertical directions.
For your endpoints of the line segment:
-
First endpoint: (−2, 7)
- Move 3 units to the left: \( -2 - 3 = -5 \)
- Move 5 units down: \( 7 - 5 = 2 \)
- New coordinates: (−5, 2)
-
Second endpoint: (0, 3)
- Move 3 units to the left: \( 0 - 3 = -3 \)
- Move 5 units down: \( 3 - 5 = -2 \)
- New coordinates: (−3, −2)
Thus, after translating the line segment, the new endpoints are (−5, 2) and (−3, −2).
The correct response is: (−5, 2) and (−3,−2).