Asked by Patrick

Rotate a right triangle with points 2,3 4,7 5,4 90 degrees to the vertex point 2,3.

Answers

Answered by Patrick
Is it 2,3 -2,5 1,6?
Answered by Reiny
Your post: Rotate a right triangle with points 2,3 4,7 5,4 90 degrees to the vertex point 2,3.

rephrased:
Rotate a right triangle with points (2,3), (4,7), and (5,4) by 90° about the vertex point (2,3) counterclockwise .

Your answer is correct, I am curious what method you used.
Answered by oobleck
(x,y)→(2-(y-3),3+(x-2)) = (5-y,1+x)
Answered by Patrick
I put perpendicular lines through the vertex point and rotated it
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions