To translate a line segment, we move each endpoint by a given set of directions. In this case, we are translating the line segment 3 units to the left and 5 units down.
The transformation can be done using the following formulas:
- For a translation 3 units to the left, we subtract 3 from the x-coordinate.
- For a translation 5 units down, we subtract 5 from the y-coordinate.
Now let's apply these transformations to each endpoint of the line segment.
-
For the first endpoint \((-2, 7)\):
- New x-coordinate: \(-2 - 3 = -5\)
- New y-coordinate: \(7 - 5 = 2\)
- Translated point: \((-5, 2)\)
-
For the second endpoint \((0, 3)\):
- New x-coordinate: \(0 - 3 = -3\)
- New y-coordinate: \(3 - 5 = -2\)
- Translated point: \((-3, -2)\)
Therefore, the new coordinates of the endpoints after the translation are \((-5, 2)\) and \((-3, -2)\).
The correct response is: \((−5, 2)\) and \((−3,−2)\)