Asked by janine

The image of the point (1, -2) after a rotation of 180° about the origin is

Answers

Answered by Damon
(-1,+2) by inspection

using 90 deg matrix
R90 =
|+0 -1|
|+1 +0|
R180 is R90 * R90
|+0 -1||+0 -1|
|+1 +0||+1 +0|
which is
|-1 +0|
|+0 -1|

Answered by Damon
|-1 +0| |+1|
|+0 -1| |-2|

= (-1, +2 )
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions