Answer:
False
Explanation:
We are given the coordinates of the vertices for square CDEF which are translated 3 units right and 4 units up if the vertices.
C(-3, 1) ---> C’(0, 5)
D(1, 5) ---> D’(4, 6)
E(5, 1) ---> E’(8, 6)
F(1, -3) ---> F’(4, -1)
Translation of 3 units right is addition is 3 units to x coordinate while 4 units up mean addition of 4 units in y coordinate.
So after translation, the vertices should be:
C(-3, 1) = (-3+3, 1+4) = C'(0, 5)
D(1, 5) = (1+3, 5+4) = D'(4, 9)
E(5, 1) = (5+3, 1+4) = E'(8, 5)
F(1, -3) = (1+3, -3+4) = F'(4, 1)
Therefore, it is False.