asked 95.9k views
3 votes
Rotation 90 clokwise HELP PLEASE

Rotation 90 clokwise HELP PLEASE-example-1

1 Answer

3 votes

Answer:

Explanation:

I assume you want to rotate each point about the origin.

To rotate a point (x, y) 90° clockwise about the origin:

(x, y) → (y, -x)

For point A:

(-5, 0) → (0, 5)

For point B:

(-5, 3) → (3, 5)

For point C:

(0, 4) → (4, 0)

answered
User Indrajeet Singh
by
8.2k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.