Both conditions must be met in order for three side lengths to create a triangle:
1. The sum of the lengths of any two sides must be greater than the length of the third side:
a + b > c
b + c > a
a + c > b
2. The difference between the lengths of any two sides must be less than the length of the third side:
|a - b| < c
|b - c| < a
|a - c| < b
Complete the condition statements that must be met in order for three side lengths — a,
b and
c-to create a triangle.
a b+canda b-c
1 answer