Given point (2, 4) on the triangle in Quadrant how would you describe the coordinates of the new point when the triangle is rotated 90 degrees clockwise? point) (- 2, - 4); (-4,-2)^ -; \{- 4, 2\}; (4, - 2)

To rotate a point 90 degrees clockwise, we switch the x and y coordinates and then negate the new x coordinate.

So, applying this to the given point (2, 4), the new coordinates after rotating 90 degrees clockwise would be: (-4, 2).