Asked by Moses M. Navarro

Triangle ABC with vertices A(2,-2) B(2,-7) C(8,-7) Translate 2 units right and 3 units up then Rotate 180 degrees.

Answers

Answered by oobleck
translate: (x,y) → (x+2, y+3)
rotate: (x,y) → (-x,-y)
so combined, (x,y) → (-(x+2) , -(y+3))
There are no AI answers yet. The ability to request AI answers is coming soon!