To translate a line segment, we need to shift both endpoints horizontally and vertically according to the specified amounts. In this case, we need to translate the line segment 3 units to the left and 5 units down.
Starting endpoints are:
- \( (-2, 7) \)
- \( (0, 3) \)
Now let's apply the translation:
Translation for Point 1: \( (-2, 7) \)
- Move left 3 units: \[ -2 - 3 = -5 \]
- Move down 5 units: \[ 7 - 5 = 2 \]
- New coordinates for Point 1: \[ (-5, 2) \]
Translation for Point 2: \( (0, 3) \)
- Move left 3 units: \[ 0 - 3 = -3 \]
- Move down 5 units: \[ 3 - 5 = -2 \]
- New coordinates for Point 2: \[ (-3, -2) \]
Resulting Translated Points:
The new endpoints of the translated line segment are: \[ (-5, 2) \text{ and } (-3, -2) \]
Therefore, the correct response is: \[ (−5, 2) \text{ and } (−3,−2) \] or \( (-5, 2) \text{ and } (-3, -2) \).