To find the coordinates of point D' after a 90° counterclockwise rotation about the origin, you can apply the following transformation to the coordinates of point D (x, y):
- The formula for a 90° counterclockwise rotation is:
- \( D'(x', y') = (-y, x) \)
If you have the original coordinates of point D, you can substitute them into this formula.
For example:
- If the original point D is (4, -8), applying the transformation gives:
- \( x' = -(-8) = 8 \)
- \( y' = 4 \)
Thus, the new coordinates after the rotation would be (8, 4).
Please specify the original coordinates of point D to provide an accurate answer. If D is indeed (4, -8), then the correct response is (8, 4).