To translate a line segment to the left and down, you will subtract from the x-coordinates for leftward movement and subtract from the y-coordinates for downward movement.
-
Original endpoints:
- Point A: (-2, 7)
- Point B: (0, 3)
-
Translation:
-
Translate 3 units to the left:
- For Point A: \(-2 - 3 = -5\)
- For Point B: \(0 - 3 = -3\)
-
Translate 5 units down:
- For Point A: \(7 - 5 = 2\)
- For Point B: \(3 - 5 = -2\)
-
-
New endpoints after translation:
- Translated Point A: (-5, 2)
- Translated Point B: (-3, -2)
So the new endpoints after translating the line segment are (−5, 2) and (−3, −2), which corresponds to the first option in your responses.