Asked by nana

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
Translation vector = ⟨-2, 3⟩ (left 2, up 3).
Apply to each endpoint:
- (0, 0) → (0−2, 0+3) = (−2, 3)
- (5, 4) → (5−2, 4+3) = (3, 7)

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