Fastest way to check whether the triangle inequality is satisfied

812 Views Asked by At

If we are given the lengths of the three sides of a triangle, and we simply add the 2 smallest sides and check to see if the sum is larger than the third side, will this always yield the correct answer i.e. will it always tell us if the triangle is a viable one? Thanks.