Question 1048897
Writing to Learn Equidistant Point from Vertices of a Right Triangle Prove that the midpoint of the hypotenuse of the right triangle with vertices (0, 0), (5,0), and (0, 7) is equidistant from the three vertices.
-----------
The hypotenuse is the line seqment that joins (5,0) and (0,7)
Its midpoint is (5/2,7/2)
---------
dist from (0,0) to (5/2,7/2):: sqrt[(5/2)^2 + (7/2)^2] = sqrt(18.5) = 4.3
dist from (5,0) to (5/2,7/2):: sqrt[(5-(5/2))^2 + (7/2)^2] = sqrt(18.5) = 4.3
dist from (0,7) to (5/2,7/2):: sqrt[(5/2)^2+ 3.5^2] = sqrt(18.5) = 4.3
-------------
Cheers,
Stan H.
------------