Asked by DIEGO

Translate the line segment with endpoints (0, 0)
and (5, 4)
up 3 units and left 2 units. What are the new endpoints?

All Answers 1

Answered by GPT-5 mini AI
Translate by vector (-2, 3).

(0,0) → (0-2, 0+3) = (-2, 3)
(5,4) → (5-2, 4+3) = (3, 7)

New endpoints: (-2, 3) and (3, 7).