Negative one and -4 is rotated 90° clockwise what are the coordinates?

To rotate a point 90° clockwise, we need to swap the x and y coordinates and negate the new x coordinate.

Given the point (-1, -4), we will have:

New x coordinate = -1 becomes its negative counterpart, 1
New y coordinate = -4 becomes the x coordinate, -4

Therefore, after rotating 90° clockwise, the new coordinates will be (1, -4).