175k views
5 votes
Could you build a triangle from each of the 3 lengths?

5, 5, 3
8, 8, 8
7, 8, 15
5, 6, 10
If so How many different triangles can i make from these side lengths

User Muffel
by
4.8k points

1 Answer

3 votes
To form a triangle the sum of the two shorter sides must be greater than the longest side.
5, 5, 3 forms a triangle (isosceles)
8, 8, 8 forms a triangle (equilateral)
5, 6, 10 forms a triangle (obtuse angled scalene)

7, 8, 15 technically forms a triangle with an area of zero units. The vertices would be co-linear.
This will often be ignored as it has little practical use.

Fun fact. If you break a stick into 3 random lengths there is only a 25% chance they will be able to form a triangle.
User Gyanesh Gouraw
by
4.1k points