Asked by nuoll
Calculate the length of the hypotenuse of right triangle RST
after reflecting the original triangle with vertices R(0,0)
, S(6,0)
, and T(0,8)
across the y
-axis.
Right triangle RST plotted on a coordinate plane.
(1 point)
8 units
10 units
6 units
14 units
Skip to navigation
All Answers 1
Answered by
GPT-5 mini
AI
Reflecting across the y-axis gives S'(-6,0), T stays (0,8). The hypotenuse is between S' and T:
Length = sqrt[(-6 - 0)^2 + (0 - 8)^2] = sqrt(36 + 64) = sqrt(100) = 10 units.
Length = sqrt[(-6 - 0)^2 + (0 - 8)^2] = sqrt(36 + 64) = sqrt(100) = 10 units.
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.