Question 682245
a = 22

b = 34

c = 42



Check to see if a + b > c is true


a + b > c


22 + 34 > 42


56 > 42


Since the inequality is true, we can move onto the next part.



Check to see if b + c > a is true


b + c > a


34 + 42 > 22


76 > 22


Since the inequality is true, we can move onto the next part.



Check to see if a + c > b is true


a + c > b


22 + 42 > 34


64 > 34


Since the inequality is true, and the other inequalities are true, this means that you can construct a triangle with these lengths.