To translate a line segment, you need to shift each endpoint by the same amount in the specified directions. Here, we want to translate the endpoints of the line segment 3 units to the left and 5 units down.
-
Starting endpoints:
- Point A: \((-2, 7)\)
- Point B: \((0, 3)\)
-
Translation:
- To translate 3 units to the left, subtract 3 from the x-coordinate of each endpoint.
- To translate 5 units down, subtract 5 from the y-coordinate of each endpoint.
-
Calculating the new coordinates:
- For Point A: \[ \text{New A} = (-2 - 3, 7 - 5) = (-5, 2) \]
- For Point B: \[ \text{New B} = (0 - 3, 3 - 5) = (-3, -2) \]
Thus, the new coordinates after the translation are:
- New Point A: \((-5, 2)\)
- New Point B: \((-3, -2)\)
Therefore, the correct response is: \[ \text{(−5, 2) and (−3,−2)} \]