If a segment has endpoints (0, 4) and (3, 4) , how long will the segment be after it is rotated 270° clockwise?(1 point)

units

To find the length of the segment after it is rotated 270° clockwise, we can find the distance between the endpoints.

Using the distance formula, the length of the segment is given by:
√((x2 - x1)^2 + (y2 - y1)^2)

Substituting the coordinates of the endpoints, we get:
√((3 - 0)^2 + (4 - 4)^2)
√(3^2 + 0^2)
√(9 + 0)
√9
= 3

Therefore, the segment will have a length of 3 units after it is rotated 270° clockwise.