Answer:
- ABC, ABD, ABE, ACD, ACE, ADE, BCD, BCE, BDE, CDE
- most likely: won't make a triangle
Explanation:
Given five rods {A, B, C, D, E} of lengths {10, 20, 30, 40, 50} cm, you want a list of possible combinations of 3 rods and whether it is more likely than not that they will form a triangle.
A. Combinations
The possible combinations of rods is the number of subsets of 5 items taken 3 at a time. That number is (5·4·3)/(3·2·1) = 10. The possible combinations are ...
ABC, ABD, ABE, ACD, ACE, ADE, BCD, BCE, BDE, CDE
B. Triangle
Of these combinations, only three (3) of them, BCD, BDE, and CDE, will form a triangle. The corresponding side lengths are {20, 30, 40}, {20, 40, 50}, {30, 40, 50} in centimeters.
If 3 of 10 combinations form a triangle, then 7/10 will not. If you choose rods at random, it is more like they will not form a triangle.
__
Additional comment
The triangle inequality requires the sum of the two shortest lengths exceed the longest length.
<95141404393>