In a triangle, the sum of any two sides must be greater than the third side. Let's call the lengths of the sides a, b, and c.
If a + b > c, a + c > b, and b + c > a are all true, then there is a possible solution for the triangle.
If any of these inequalities
Show more…