Answer:
3.) (5,2), (5,5), and (9,2)
Explanation:
The triangle currently has the coordinates (2,0), (6,0), and (2,3).
If you want to translate the triangle up 2 units, you need to add 2 to each "y" value.
(2,0) -----------> y = 0 ------------> new y = 2
(6,0) -------> y = 0 --------------> new y = 2
(2,3) ----------> y = 3 -----------> new y = 5
If you want to translate the triangle 3 units to the right, you need to add 3 to each "x" value.
(2,0) -----------> x = 2 ------------> new x = 5
(6,0) -------> x = 6 --------------> new x = 9
(2,3) ----------> x = 2 ----------> new x = 5
Therefore, the new coordinates are (5,2), (9,2), and (5,5).