To find the new coordinates after a 90° counterclockwise rotation of point D (-4, -8) about the origin, we can use the rotation transformation formula:
For a point (x, y), the coordinates after a 90° counterclockwise rotation will be (-y, x).
Applying this to point D (-4, -8):
- New x-coordinate: -(-8) = 8
- New y-coordinate: -4
So, the new coordinates D' will be (8, -4).
Thus, the correct response is: (8, -4).