Here's another way without using vectors.....let B = (x, 0)
If the right angle is at A.....the hypotenuse is BC....and this distance is just
sqrt [ (7 - x)^2 + (3 - 0)^2 ] =
sqrt [ 49 - 14x + x^2 + 9 ] = sqt [ 58 - 14x + x^2 ]
And AB forms one of the legs...and its length is just sqrt [ (-2 - x)^2 + (6 -0)^2 ] =
sqrt [ ( 4 + 4x + x^2 + 36 ] =
sqrt [ 40 + 4x + x^2 ]
And AC is the other leg....and its length is just sqrt [ (-2 - 7)^2 + (6 -3)^2 ] =
sqrt [ 81 + 9 ] = sqrt [90]
And by the Pytahgorean Theorem.........AB^2 + AC^2 = BC^2 ....so...
[ 40 + 4x + x^2 ] + 90 = [ 58 - 14x + x^2 ] simplify
130 + 4x = 58 - 14x subtract 4x, 58 from both sides
72 = -18x divide both sides by -18
-4 = x so ....B = (-4, 0)
Obviously.....vectors make the process easier.....!!!!
