3,902 views
39 votes
39 votes
Given triangle JKL,write the coordinates of the vertices of a triangle J’K’L’ that result from a translation of triangle JKL two units to the left

User Bharath
by
3.0k points

1 Answer

20 votes
20 votes

Explanation:

since I don't have any data about the coordinates, I am simply calling them xj, yj, and xj' and yj'.

J = (xj, yj)

K = (xk, yk)

L = = (xl, yl)

a translation (shift) 2 units to the left just means, that the y coordinates regain the same, but the x coordinates are decreased ("to the left" = getting smaller) by 2.

J' = (xj - 2, yj)

K' = (xk - 2, yk)

L' = (xl - 2, yl)

User Shookster
by
2.7k points