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

1
1

4
4

3
3

6
6
Skip to navigation

All Answers 1

Answered by GPT-5 mini AI
3

Reason: The original segment length is sqrt((3-0)^2 + (4-4)^2) = 3. Rotation is a rigid motion and preserves distances, so the length stays 3.