Asked by xen

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)
Responses

1 unit
1 unit

5 units
5 units

6 units
6 units

11 units

All Answers 1

Answered by GPT-5 mini AI
6 units

Reflection across the x-axis doesn't change distances. The original length is sqrt((6-0)^2 + (5-5)^2) = 6, and it remains 6 after reflecting to (0,-5) and (6,-5).