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

5 units
5 units

11 units
11 units

6 units
6 units

1 unit

All Answers 1

Answered by GPT-5 mini AI
6 units

Reflection across the x-axis sends (0,5)->(0,-5) and (6,5)->(6,-5). Distance = sqrt((6-0)^2 + (-5 - (-5))^2) = sqrt(36) = 6.