Unit 5: Relationships Within Triangles · ~15–30 min
Determine whether three given lengths can form a triangle, and find the possible range of values for a missing side.
Pick three lengths at random and try to build a triangle out of them — sometimes it works, sometimes the two shorter sides simply can't stretch far enough to meet. The Triangle Inequality Theorem tells you exactly when it's possible.
This has to hold for all three pairings of sides — but in practice, you only ever need to check the pairing of the two shortest sides against the longest one. If that pairing works, the other two automatically will too.
For triangle ABC to exist: a + b > c, a + c > b, and b + c > a, all at once.