104k views
2 votes
For each set of three lengths determine if they can be the side lengths of a triangle

For each set of three lengths determine if they can be the side lengths of a triangle-example-1
User Ganapat
by
2.9k points

1 Answer

1 vote

Answer:

1) Yes

2) No

3) Yes

4) Yes

Explanation:

Remember the rule: the sum of the two shortest sides must be bigger than the longest side. From there, the answers should be obvious. Just add up the smallest sides for each triplet of lengths and see if that is bigger than the largest side.

7 + 14 > 18, therefore this can be a triangle

3 + 8 < 17, therefore this can't be a triangle

3.2 + 9.0 > 11.5, therefore this can be a triangle

6 + 7 > 8, therefore this can be a triangle

User Matthijs Mennens
by
3.2k points