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

a__b + c and a__b - c

In order for three side lengths -a, b, and c- to create a triangle, the following conditions must be met:

a + b > c
and
a - b < c

bot its either <, > or =

Bot?