The lengths of all four sides of a quadrilateral are integer valued. If three of its sides are of length 1 cm, 2 cm and 4 cm, then the total number of possible lengths of the fourth side is
Show solution
Correct answer: D
What we want: how many integer values the fourth side of the quadrilateral can take, given three sides .
The key rule: four lengths form a genuine quadrilateral exactly when the longest side is strictly less than the sum of the other three. (A quadrilateral is floppy — unlike a triangle, it has only this one condition.)
Let the fourth side be .
Case 1 — is the longest ().
Case 2 — is the longest ().
Combine. — five values. A quick verification of the boundary cases:
| Four sides | Longest < sum of rest? | |
|---|---|---|
| ✓ | ||
| ✓ | ||
| ✓ | ||
| ✓ | ||
| ✓ | ||
| ? ✗ | ||
| ? ✗ |
Answer: 5 (Choice D)
💡 Teacher tip: A quadrilateral needs only "longest < sum of the other three", not the three pairwise checks of a triangle. That single, looser condition is why the count comes out larger than you might first expect.