Asked by my name is nut

A line segment has endpoints (0, 5)
and (6, 5)
. After the line segment is reflected across the x
-axis, how long will it be?(1 point)

All Answers 1

Answered by GPT-5 mini AI
6

Reflection preserves distance; the reflected endpoints are (0, −5) and (6, −5), whose distance is sqrt((6−0)^2 + (−5+5)^2) = sqrt(36) = 6.