To find the coordinates of D' after a 90° counterclockwise rotation about the origin, you can use the rotation transformation rules for points in the coordinate plane.
If a point has coordinates \((x, y)\), after a 90° counterclockwise rotation, its new coordinates will be \((-y, x)\).
Now, apply this transformation to point D, whose coordinates you should know from the original quadrilateral in the image.
For example, if D is at the coordinates \((4, -8)\):
-
Identify \(x\) and \(y\):
- \(x = 4\)
- \(y = -8\)
-
Apply the rotation:
- The new \(x\) will be \(-(-8) = 8\)
- The new \(y\) will be \(4\)
Thus, the new coordinates D' will be \((8, 4)\).
Check the options:
- \((4, -8)\)
- \((-8, 4)\)
- \((8, -4)\)
- \((8, 4)\)
The correct response is: (8, 4).