To rotate a point (x, y) 90° clockwise around the origin, the new coordinates (x', y') can be given by the transformation:
\[ (x', y') = (y, -x) \]
We are given the endpoints of the line segment: (0, −3) and (0, −7).
- Rotating the first endpoint (0, -3):
- x = 0
- y = -3
Using our transformation: \[ (x', y') = (y, -x) = (-3, -0) = (-3, 0) \]
So, the first rotated endpoint is (-3, 0).
- Rotating the second endpoint (0, -7):
- x = 0
- y = -7
Using our transformation: \[ (x', y') = (y, -x) = (-7, -0) = (-7, 0) \]
So, the second rotated endpoint is (-7, 0).
Among the response options offered:
- (0, 3)
- (−3, 0)
- (0, 7)
- (3, 0)
The correct response for one of the rotated endpoints is: (−3, 0).