Complete the condition statements that must be met in order for three side lengths— a , b , and c —to create a triangle.(1 point) a b+c and a b−c

The condition statements that must be met in order for three side lengths— a , b , and c —to create a triangle are:

1) The sum of any two side lengths must be greater than the third side length: a + b > c , a + c > b , and b + c > a.

2) The difference between any two side lengths must be smaller than the third side length: |a - b| < c , |a - c| < b , and |b - c| < a.

wrong