To translate a line segment, we adjust the coordinates of its endpoints based on the specified movements. In this case, we want to translate 3 units to the left and 5 units down.
-
Starting Point 1: \((-2, 7)\)
- Move 3 units to the left: \(-2 - 3 = -5\)
- Move 5 units down: \(7 - 5 = 2\)
- New coordinates: \((-5, 2)\)
-
Starting Point 2: \((0, 3)\)
- Move 3 units to the left: \(0 - 3 = -3\)
- Move 5 units down: \(3 - 5 = -2\)
- New coordinates: \((-3, -2)\)
Thus, the translation of the line segment results in the new endpoints \((-5, 2)\) and \((-3, -2)\).
The answer is:
\((-5, 2)\) and \((-3, -2)\)
(Option: \( (−5, 2) \) and \( (−3,−2) \))