6.7k views
14 votes
Triangle MNP with vertices M(-7,6) N(-1,2) and P(-6,0) 270 degree clockwise

1 Answer

9 votes

Answer:

M(-6,-7), N(-2,-1), P(0,6)

Rotation Formula 180 degrees: (x,y) -> (-x,-y)

Rotation Formula 90 degrees clockwise: (x,y) -> (y,-x)

M) (-7.6) -> (7,-6) -> (-6,-7)

N) (-1,2) -> (1,-2) -> (-2,-1)

P) (-6,0) -> (6,0) -> (0,6)

User Jacobo
by
3.5k points