SOLUTION: determine whether a triangle with the given vertices is a right triangle D (6,4),E (9,10),F(-2,8) J (1,11),K (-1,-3), L(-7,5) A (-7,2),B(-3,10) C(0,-2)

Algebra ->  Triangles -> SOLUTION: determine whether a triangle with the given vertices is a right triangle D (6,4),E (9,10),F(-2,8) J (1,11),K (-1,-3), L(-7,5) A (-7,2),B(-3,10) C(0,-2)      Log On


   



Question 1144139: determine whether a triangle with the given vertices is a right triangle
D (6,4),E (9,10),F(-2,8)
J (1,11),K (-1,-3), L(-7,5)
A (-7,2),B(-3,10) C(0,-2)

Answer by ikleyn(52879) About Me  (Show Source):
You can put this solution on YOUR website!
.
The simplest way - requiring minimum calculations - is to calculate three slopes for every side of the triangle

and to check if there are two values of the slopes that are inversely opposite.


If you find such a pair, it means that the corresponding sides are perpendicular.


I will do it for you for the first three points.


slope(DE) = %2810-4%29%2F%289-6%29 = 6%2F3 = 2.


Slope(DF) = %288-4%29%2F%28%28-2%29-6%29 = 4%2F%28-8%29 = -4%2F8 = -1%2F2.



    (!) Stop at this point (!)   

        Slope(DE) has inversely opposite value "2" to slope(DF) value of " -1%2F2 ".



Hence, the side DE is perpendicular to side DF.


Do other cases similarly.

Report your progress (!!)