The translated image coordinates would be ;
- A'(2, 2)
- B'(-2, -4)
- C'(-4, -4)
Using the pre-image coordinates ;
- A(8, 17)
- B(8, 11)
- C(2, 11)
Translation values are ;
- Left = 6 units
- Down = 15 units
For left and downward Translation, we subtract from the values of the pre-image coordinates.
Now we have ;
A(8-6, 17-15) = A'(2, 2)
B(8-6, 11-15) = B'(-2, -4)
C(2-6, 11-15) = C'(-4, -4)