To rotate a point \( (x, y) \) 90° clockwise around the origin, you can use the rotation formula:
\[ (x', y') = (y, -x) \]
Now, let's apply this to the endpoint \( (0, -3) \):
- Original point: \( (0, -3) \)
- Applying the formula: \[ x' = y = -3, \quad y' = -x = -0 = 0 \] Therefore, the new coordinates after rotation are \( (-3, 0) \).
Next, we can apply the same process to the second endpoint \( (0, -7) \):
- Original point: \( (0, -7) \)
- Applying the formula: \[ x' = y = -7, \quad y' = -x = -0 = 0 \] Therefore, the new coordinates after rotation are \( (-7, 0) \).
So, after rotating the segment with endpoints \( (0, -3) \) and \( (0, -7) \) 90° clockwise, the new endpoints become \( (-3, 0) \) and \( (-7, 0) \).
Thus, one endpoint of the rotated segment is:
\[ \text{(−3, 0)} \]
So the answer is \((−3, 0)\).