60.4k views
1 vote
Triangle XYZ is rotated 90° counterclockwise about the origin.The result is Triangle X'Y'Z', as shown below.

Triangle XYZ is rotated 90° counterclockwise about the origin.The result is Triangle-example-1
User Gsinha
by
4.1k points

1 Answer

3 votes

A shortcut for a 90° counterclockwise rotation:

• If the point (h, k) is rotated 90° counterclockwise rotation, then the final point will be (-k, h).

Answer:

Therefore the coordinates would be:

• X,(-5, 3) → ,X',(-3, -5)

,

• Y,(-1, 1) → ,Y',(-1, -1)

,

• Z,(-8, -4) → ,Z',(4, -8)

Then, the rule is (x, y) → (-y, x).

User Demetris Leptos
by
3.9k points