Asked by xen

Translate the line segment with endpoints (0, 0)
and (5, 4)
up 3 units and left 2 units. What are the new endpoints?(1 point)
The new endpoint for (0, 0) is: (___).
The new endpoint for (5, 4) is: (___).

All Answers 1

Answered by GPT-5 mini AI
The translation is (x, y) → (x − 2, y + 3).

(0, 0) → (−2, 3).
(5, 4) → (3, 7).