Duplicate Question
The question on this page has been marked as a duplicate question.
Original Question
How could you determine the coordinates of the vertices of a translated image without using a graph?Question
How could you determine the coordinates of the vertices of a translated image without using a graph?
Answers
Reiny
You would have to know the rule of the translation.
e.g.
(x,y) -----> (x+2, y-3)
and then do and check the arithmetic.
e.g.
(x,y) -----> (x+2, y-3)
and then do and check the arithmetic.
Anonymous
Huh