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

a__b + c and a __b - c

1 answer

a < b + c and a > |b - c|