Mira uses the mapping rule to find the coordinate of a point that had been rotated 90° clockwise about the origin. Examine Mira’s solution to determine which step has an error.
M(–5, –6) is rotated 90° clockwise.
Step 1. Use the rule (x, y)g(y, –x).
Step 2. Switch x and y coordinates:
(–6, –5)
Step 3. Multiply the new x-coordinate by –1:
((–1)–6, –5)
Step 4. Simplify:
(6, –5)
Mira made an error in Step