Enter your answer and show all the steps that you use to solve this problem in the space provided.

Write a translation rule that maps point D(7, −3)
onto point D'(2, 5).

(x,y)->(x-7,y+-3)
How is this so far?

2 answers

(x, y)-->(x-2,y+5) ????
Using the transformation T, you have D+T = D'
so, you want T = D'-D
2-7 = -5
5 - (-3) = 8
so, (x,y) -> (x-5,y+8)