1) Perform each translation
2) Plot the image points on the grid
3) Connect the points to form a polygon
4) When done, colour the design.
Polygon #1: Plot the following points
A (-1, 5)
B (-1, -11)
C (-8, -2)
Polygon #2: Translate the coordinates using the translation vector [x+0, y-10].
A (9, 15)
B (-1, 5)
C ( -1, 15)
Polygon #3: Reflect the coordinates across the x-axis.
A (-1, 6)
B (5, 14)
C (-1, 14)
Polygon #4: Rotate the coordinates 900 CW about the origin.
A (-2, 12)
B (1, 9)
C (1, 6)
D (-2, 9)
Polygon #5: Translate the coordinates using the translation vector [x-6, y+8].
A (11, 9)
B (16, 3)
C (5, 3)
Polygon #6: Rotate the coordinates 900 CCW about the origin.
A (-2, 8)
B (-10, 6)
C (-15, 9)
D (-7, 11)
Polygon #7: Reflect the coordinates across the y-axis.
A (-5, 11)
B (-5, 5)
C (1, 5)
D (1, 11)
Polygon #8: Dilate the coordinates by a scale factor of ½.
A (18, 10)
B (24, 4)
C (12, 4)