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

2 answers

When a segment is rotated 270 degrees clockwise, it becomes vertical with the two endpoints (3,4) and (3,0).

To find the length of this new segment, we can use the distance formula:

d = sqrt((x2-x1)^2 + (y2-y1)^2)

Using the coordinates (3,4) and (3,0), we get:

d = sqrt((3-3)^2 + (0-4)^2)

d = sqrt(16)

d = 4

Therefore, the length of the segment after it is rotated 270 degrees clockwise is 4 units.
If a segment has endpoints (0, 4) and (3, 4), how long will the segment be after it is rotated 270° clockwise?