Complete the condition statements that must be met in order for three side lengths -a, b, c- to create a triangle.

1 answer

1. a + b > c
2. a + c > b
3. b + c > a