61.5k views
2 votes
name the image point when the object point (4,4) is mapped by the following translations. (x,y)-->(x-4,y+2)

1 Answer

5 votes

Answer:

(0, 6 )

Explanation:

(x, y ) → (x - 4, y + 2 )

mans subtract 4 from the original x- coordinate and add 2 to the original y- coordinate, that is

(4, 4 ) → (4 - 4, 4 + 2 ) → (0, 6 )

User Rosen Dimov
by
4.8k points