Problem 57 of 7
Rotate point 0, 5 about center 0, 2 by 270 degrees counterclockwise.
Using a hint is okay. It just tells the trainer to give you a little more review.
Hidden until you reveal it.
use center, angle, and equal distance from center.
Hidden until you reveal it.
Rotation center may be any coordinate point; cases should use simple relative vectors.
Enter your answer
Your answer is equivalent to the expected form.
Walkthrough
Full solution stays hidden until you ask for it.
1. Subtract the center to express the point as a vector from the center.
2. Rotate that vector by the stated angle.
3. Add the center coordinates back.
Use the worked steps, then substitute the final answer back into the original relationship to confirm it satisfies the prompt.
Rotating around origin when a different center is specified.