Determine if three side lengths can form a valid triangle.
Enter the lengths of three sides (A, B, and C) to check if they satisfy the triangle inequality theorem: the sum of the lengths of any two sides of a triangle must be greater than the length of the third side.
Click on any example to load it into the calculator.
A common case where all side lengths are different and form a valid triangle.
Side A: 5
Side B: 7
Side C: 10
An example with two equal sides that form a valid triangle.
Side A: 8
Side B: 8
Side C: 12
An example with all three sides equal.
Side A: 6
Side B: 6
Side C: 6
A case where the sum of two sides is not greater than the third, failing the theorem.
Side A: 3
Side B: 4
Side C: 8