We are given the vertices of the triangle with their respective coordinates. For the vertex L, the translated coordinates is also given. So, from the original coordinates of L and the new coordinates, we can get the rule used during translation:(7, -3) -> (7 + a, -3 + b) = (-1, 8)7 + a = -1a = -8 -3 + b = 8b = 11 Therefore, the answer is:(x, y) → (x – 8, y + 11)