document.write( "Question 423008: how do i find out if the 3 side lengths are given if it's a right, acute or obtuse triangle? \n" ); document.write( "
Algebra.Com's Answer #295145 by jim_thompson5910(35256) ![]() You can put this solution on YOUR website! Use a corollary of the converse of the pythagorean theorem, found here. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This is what the corollary states:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A corollary of the Pythagorean theorem's converse is a simple means of determining whether a triangle is right, obtuse, or acute, as follows. Where c is chosen to be the longest of the three sides and a + b > c (otherwise there is no triangle according to the triangle inequality). The following statements apply:[28]\r \n" ); document.write( "\n" ); document.write( " * If a^2 + b^2 = c^2, then the triangle is right. \n" ); document.write( " * If a^2 + b^2 > c^2, then the triangle is acute. \n" ); document.write( " * If a^2 + b^2 < c^2, then the triangle is obtuse\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If you need more help, email me at jim_thompson5910@hotmail.com\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Also, please consider visiting my website: http://www.freewebs.com/jimthompson5910/home.html and making a donation. Thank you\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Jim \n" ); document.write( " |