For each set of lengths seen so far, you might have noticed that in at least two of the comparisons, the direct length was less than the sum of the other two (if not, check again!). For example, for the set of lengths 10 cm, 15 cm and 30 cm, there are two comparisons where this happens:
10<15+30
15<10+30
But this doesn't happen for the third length:
30>10+15.
Will this always happen? That is, for any set of lengths, will there be at least two comparisons where the direct length is less than the sum of the other two? Explore for different sets of lengths.
Further, for a given set of lengths, is it possible to identify which lengths will immediately be less than the sum of the other two, without calculations?
[Hint: Consider the direct lengths in the increasing order.]
Given three sidelengths, what do we need to compare to check for the existence of a triangle?