Demonstrating the properties of rotation if a line segment with endpoints (0,-3)and (0,7) is rotated 90 clockwise what is an endpoint of this rotated segment

To rotate a point (x, y) 90 degrees clockwise, we can use the following formulas:

x' = y
y' = -x

Let's apply these formulas to the endpoints of the line segment:
Point A: (0, -3)
x' = -3
y' = -0
So the rotated endpoint A is (-3, 0).

Point B: (0, 7)
x' = 7
y' = -0
So the rotated endpoint B is (7, 0).

Therefore, an endpoint of the rotated line segment is (-3, 0).