SOLUTION: How do I find out if a triangle is acute, right, or obtuse when given 3 numbers?

Algebra ->  Triangles -> SOLUTION: How do I find out if a triangle is acute, right, or obtuse when given 3 numbers?      Log On


   



Question 485516: How do I find out if a triangle is acute, right, or obtuse when given 3 numbers?
Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
Compare the square of the longest side to the sum of the squares of the other 2 sides.
----------------
If c^2 = a^2 + b^2 it's a right triangle.
If c^2 < a^2 + b^2 it's acute.
If c^2 > a^2 + b^2 it's obtuse.
--------------
If there are 2 sides longer than the 3rd, it's an acute isoceles.