120k views
4 votes
List the coordinates of triangle ABC . After listing the coordinates . rotate triangle ABC 90 degrees clockwise around the origin and list the new coordinates . Draw the new location of triangle ABC on the coordinate plane .

User Screaming
by
8.6k points

2 Answers

0 votes

As virtualized in the graph, Triangle ABC is: (2,1), (0,3), (-2,1). Rotated 90° clockwise is: (-1,2), (-3,0), (-1,-2).

How is that so?

The coordinates of triangle ABC are:

A(2, 1)

B(0, 3)

C(-2, 1)

To rotate triangle ABC 90 degrees clockwise around the origin, we can use the following rotation matrix:

[[0, -1],

[1, 0]]

Multiplying each coordinate of triangle ABC by this rotation matrix gives us the new coordinates of the rotated triangle:

A(-1, 2)

B(-3, 0)

C(-1, -2)

List the coordinates of triangle ABC . After listing the coordinates . rotate triangle-example-1
User JeePakaJP
by
7.2k points
3 votes

Answer:

you need to show image to get answer

Step-by-step explanation:

you havw to show what quadrent and what the points of ABC are

User Lucas Ferreira
by
7.8k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.