If the 3 sides of a triangle are a, b, and c, the triangle in equality theorem says we must have:
- a+b>c
- a+c>b
- b+c>a
The problem gives you a = 5, b = 4. Try each of the given options (A thru D) as c and test them against the three inequalities above. If all of the inequalities are true, then the three sides can make a triangle. If one or more of the inequalities are false, you cannot make a triangle.
I'll do A). Set c = 4 (a=5, b=4):
- a+b>c, 5+4>4, 9>4 true
- a+c>b, 5+4>4, 9>4 true
- b+c>a, 4+4>5, 8>5 true
Yup these three lengths can make a triangle. You test B), C), and D).