To reflect a point over the y-axis, you negate the x-coordinate while keeping the y-coordinate the same.
Point D is at the coordinates (5, 6).
When we reflect Point D over the y-axis:
- The x-coordinate changes from 5 to -5.
- The y-coordinate remains the same at 6.
So, the coordinates of the reflected point D′ are (-5, 6).