Answer:
D original(3,-1) -----> 'D' New [The Reflection] (3,1) C original (-1, -1) ------> 'C' New (1,-1) E Original ( -4, -4) ----> 'E' New (4, -4)
Explanation:
Hi! Count from the starting point to the new reflected point for each coordinate. (for example, Point D to the Y axis. Point D moving towards the Y axis (the line marked Y) is 3 units to the right. You would mimic that on the other side of the axis. So, from the right side of the axis, you would move 3 units to the left and that would be your new 'D'.