Create a two-dimensional drawings of three-dimensional figures by using translation vectors.

We are given a triangle.
We need to translate it using the transformation (x+5, y + 2).
This means that we translate every x point "+5" units and every y point "+2" unit.
The triangle given is in the second quadrant with vertices:
(- 8, 1)
(- 5, 1)
(- 8, 5)
After the transformation [(x+5, y+2)], we have:
(- 8, 1) >>> (-8+5, 1 + 2) >>> (-3, 3)
(- 5, 1) >>> (-5 + 5, 1 + 2) >>> (0,3)
(- 8, 5) >>> (-8+5,5+2) >>> (-3,7)
With these 3 new vertices, we can draw the triangle: