To determine the translation used to create the image from polygon ABCD to polygon A'B'C'D', we compare the y-coordinates of corresponding vertices of the two polygons.
-
Vertex A (0, 5) translates to A' (0, -2):
- The change in y-coordinate is: \(-2 - 5 = -7\)
-
Vertex B (2, 1) translates to B' (2, -6):
- The change in y-coordinate is: \(-6 - 1 = -7\)
-
Vertex C (6, 1) translates to C' (6, -6):
- The change in y-coordinate is: \(-6 - 1 = -7\)
-
Vertex D (4, 5) translates to D' (4, -2):
- The change in y-coordinate is: \(-2 - 5 = -7\)
All corresponding vertices of the two polygons have a consistent change in the y-coordinates of -7. This means that the translation is 7 units down.
Therefore, the correct answer is: 7 units down.