To translate a line segment, we need to apply the translation to both endpoints. The translation specified is 3 units to the left (which decreases the x-coordinate by 3) and 5 units down (which decreases the y-coordinate by 5).
Given the endpoints of the line segment:
- \( (-2, 7) \)
- \( (0, 3) \)
Translating the first endpoint \((-2, 7)\):
- Move 3 units to the left: \[ -2 - 3 = -5 \]
- Move 5 units down: \[ 7 - 5 = 2 \]
So, the new coordinates for the first endpoint become \((-5, 2)\).
Translating the second endpoint \((0, 3)\):
- Move 3 units to the left: \[ 0 - 3 = -3 \]
- Move 5 units down: \[ 3 - 5 = -2 \]
So, the new coordinates for the second endpoint become \((-3, -2)\).
Final Translated Endpoints:
- The translated endpoints are \((-5, 2)\) and \((-3, -2)\).
Thus, the correct answer is: (−5, 2) and (−3,−2).