Final answer:
To rotate a point 90 degrees clockwise around the origin (0,0), we need to swap the x-coordinate with the y-coordinate and negate the new x-coordinate.
Step-by-step explanation:
To rotate a point 90 degrees clockwise around the origin (0,0), we can use the following formula:
x' = y
y' = -x
Using this formula, we can find the new coordinates of point W (1,5):
x' = 5
y' = -1
Therefore, the coordinates of W after being rotated 90 degrees clockwise around the origin are (5, -1).