document.write( "Question 557262: how to find out if three set of numbers are the measurments of the side of the triangle \n" ); document.write( "
Algebra.Com's Answer #362546 by richard1234(7193) You can put this solution on YOUR website! The three sides can make a triangle iff (if and only if) the sum of the lengths of any two sides is strictly greater than the length of the third side. Equivalently, they can make a triangle iff the sum of the shorter two sides is greater than the longest side. \n" ); document.write( " |