document.write( "Question 975813: a triangle has side lengths of 13 15 and 17. determine whether the triangle is right, acute, or obtuse \n" ); document.write( "
Algebra.Com's Answer #597453 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
a triangle has side lengths of 13 15 and 17. determine whether the triangle is right, acute, or obtuse
\n" ); document.write( "-------------
\n" ); document.write( "c = longest side
\n" ); document.write( "------
\n" ); document.write( "If \"c%5E2+%3C+a%5E2+%2B+b%5E2\" --> acute
\n" ); document.write( "If \"c%5E2+=+a%5E2+%2B+b%5E2\" --> right triangle
\n" ); document.write( "If \"c%5E2+%3E+a%5E2+%2B+b%5E2\" --> obtuse
\n" ); document.write( "
\n" ); document.write( "
\n" );