72.8k views
2 votes
Translate Pre image coordinates right 14 units and up 13 units.

Translate Pre image coordinates right 14 units and up 13 units.-example-1

1 Answer

4 votes

We will have the following:

We translate the points:

A(-12, 3)

B(-6, -3)

C(-12, -9)

The transformation rule is (x, y) -> (x + 14, y + 13); so:

A'(2, 16)

B'(8, 10)

C'(2, 4)

User Jevl
by
3.8k points