Answer:
Explanation:
A(1,4), B(4, -2), C(-1, 2)
In the first transformation, we multiply each x coordinate by -2, and each y coordinate by 1/2.
A(1*-2, 4/2) = A(-2, 2)
B(4*-2, -2/2) = B(-8, -1)
C(-1*-2, 2/2) = C(2, 1)
In the second transformation, we take each new x coordinate and subtract 2, and each new y coordinate and add 3:
A(-2-2, 2+3) = A(-4, 5)
B(-8-2, -1+3) = B(-10, 2)
C(2-2, 1+3) = C(0, 4)