A(5, 3), B(2, 1), and C(-2, 4) are the coordinates of a triangle's vertices. If the triangle is translated right 5 units, what are the coordinates of the image?

Respuesta :

AL2006

Moving 5 units to the right means every 'x' coordinate increases by 5 .

A(5,3) ==> (10,3)

B(2,1) ==> (7,1)

C(-2,4) ==> (3,4)