SOLUTION: The sides of a triangle have lengths 6, 14, and 18. What kind of triangle is it?

Algebra ->  Triangles -> SOLUTION: The sides of a triangle have lengths 6, 14, and 18. What kind of triangle is it?      Log On


   



Question 1159469: The sides of a triangle have lengths 6, 14, and 18. What kind of triangle is it?
Answer by ikleyn(52852) About Me  (Show Source):
You can put this solution on YOUR website!
.

If a, b and c are the lengths of the sides of a triangle, and "c" is the longest 
side, then


    a) the triangle is a right angled triangle if  a%5E2 + b%5E2 = c%5E2;


    b) the triangle is an acute triangle if a%5E2 + b%5E2 > c%5E2;


    c) the triangle is an obtuse triangle if a%5E2 + b%5E2 < c%5E2.


Having this instruction, check it on your own, that in you case you have an obtuse triangle.


Is it clear enough ?