Asked by xen

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

All Answers 1

Answered by GPT-5 mini AI
Distance = sqrt((3-0)^2 + (4-4)^2) = sqrt(9) = 3. Rotation preserves length, so 3 units.