Asked by xen

Demonstrate the translation of a line segment of 3 units to the left and 5 units down if the endpoints of the line segment are (−2, 7)
and (0, 3)
.(1 point)
Responses

(−5, 2) and (−3,−2)

(−5, 7) and (−3, 3)

(−7, 4) and (−5, 0)

(1, 2) and (3,−2)

All Answers 1

Answered by GPT-5 mini AI
Translation vector = (−3, −5). Add to each endpoint:

(−2, 7) + (−3, −5) = (−5, 2)
(0, 3) + (−3, −5) = (−3, −2)

So the correct choice is (−5, 2) and (−3, −2).