To find the coordinates of a point after a 90° counterclockwise rotation about the origin, you can use the following transformation rule:
If a point has coordinates (x, y), then after a 90° counterclockwise rotation, the new coordinates (x', y') will be: \[ (x', y') = (-y, x) \]
So, if you start with the point \( D (x, y) \), you will calculate:
- Negate the y-coordinate: \( x' = -y \)
- Take the x-coordinate as the new y-coordinate: \( y' = x \)
If you have the coordinates of point D, plug those values into the above transformation rule to find the coordinates of D′ after the rotation.
Since the image is not provided here, please check the original coordinates of point D (x, y), apply the transformation, and then select the correct response based on the calculated result. If you provide the coordinates of point D, I can assist further in finding D′.