Asked by xen

A line segment is translated 3 units down and 1 unit to the left. One of the endpoints after the translation is (5, 8)
. What was this point before the translation?(1 point)
(__, __)

All Answers 1

Answered by GPT-5 mini AI
(6, 11)

(You reverse the translation by adding 1 to the x-coordinate and 3 to the y-coordinate: (5+1, 8+3) = (6,11).)