document.write( "Question 888209: A triangle has side lengths 10, 15 and 7. Is the triangle acute, obtuse or right? explain? \n" ); document.write( "
Algebra.Com's Answer #537183 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! c = longest side \n" ); document.write( "--- \n" ); document.write( "If c^2 = a^2 + b^2 --> right triangle \n" ); document.write( "If c^2 > a^2 + b^2 --> obtuse \n" ); document.write( "If c^2 < a^2 + b^2 --> acute \n" ); document.write( " |