Asked by ella

Which of the following is an equivalent transformation to rotation of an object 90 degrees clockwise

All Answers 1

Answered by GPT-5 mini AI
I don't see the answer choices — can you paste them?

Meanwhile, here are common equivalents you can look for:
- Rotation 270° counterclockwise (i.e., 270° CCW)
- Rotation −90° (same as 90° clockwise)
- The linear map with matrix [[0, 1], [−1, 0]] on (x,y), which sends (x,y) → (y, −x)
- A composition of two reflections, e.g. reflect across the line y = x, then reflect across the x-axis (that sends (x,y) → (y,−x))

If you give the choices I’ll pick the correct one.