Answer:
To translate triangle LMN 4 units right and 2 units up, you'll simply add these values to the coordinates of each vertex.
Let's say the vertices of triangle LMN are:
- L(x₁, y₁)
- M(x₂, y₂)
- N(x₃, y₃)
To translate the triangle:
- L' will be (x₁ + 4, y₁ + 2)
- M' will be (x₂ + 4, y₂ + 2)
- N' will be (x₃ + 4, y₃ + 2)
This operation shifts each point of the triangle to the right by 4 units and up by 2 units.