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

The sum of any two sides of a triangle must be greater than the third side.

Therefore, the condition statement that must be met for three side lengths a, b, and c to create a triangle is:

a + b > c

b + c > a

a + c > b