Question

(5,6) rotat 90 on a graph

Answers

GPT-4o mini
To rotate a point \( (x, y) \) by 90 degrees counterclockwise around the origin on a graph, you can use the following transformation:

\[
(x, y) \rightarrow (-y, x)
\]

For the point \( (5, 6) \), you can apply this transformation:

1. Identify \( x = 5 \) and \( y = 6 \).
2. Apply the transformation:
\[
(5, 6) \rightarrow (-6, 5)
\]

So, the point \( (5, 6) \) rotated 90 degrees counterclockwise around the origin is \( (-6, 5) \).