document.write( "Question 403585: How do you determine what type of triangle it is based off of only it's side lengths? For example: Side lengths are 16, 48, and 50. Is this a right triangle? \n" ); document.write( "
| Algebra.Com's Answer #285347 by Alan3354(69443)     You can put this solution on YOUR website! If the square of the longest side = the sum of the squares of the other 2, it's a right triangle. \n" ); document.write( "If it's less, it's acute. \n" ); document.write( "If it's more, it's obtuse. \n" ); document.write( "------------ \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "---> Acute triangle, all angles less than 90º \n" ); document.write( " \n" ); document.write( " |