document.write( "Question 2912: Find if the triangle is acute or obtuse from the sides of given length
\n" );
document.write( "1)5,8,9
\n" );
document.write( "2)24,8,(35
\n" );
document.write( "3)2(10,7,3 \n" );
document.write( "
Algebra.Com's Answer #1270 by khwang(438)![]() ![]() ![]() You can put this solution on YOUR website! Your typing was not clear in (2)& (3).\r \n" ); document.write( "\n" ); document.write( " So far as I know, to determone if a triangle is acute or obtuse (or \n" ); document.write( " even to see if it is a valid triangle) we had better use the law of \n" ); document.write( " cosine. As, c^2 = a^2 + b^2 - 2 bc cos C. \n" ); document.write( " So cos C = (c^2 - a^2 - b^2) / (2bc) \n" ); document.write( " When c^2 < a^2 + b^2 , angle C is acute. \n" ); document.write( " When c^2 > a^2 + b^2 , angle C is obtuse. \n" ); document.write( " Also, the only possible obtuse angle should be the angle opposite to \n" ); document.write( " the longest side. \n" ); document.write( " For a valid triangle, we should have a+b > c, b+c >a and c+a > b \n" ); document.write( " (1) Let (a,b,c)= (5,8,9). \n" ); document.write( " At first , check 5+8 > 9 ,OK. It is a legal triangle. \n" ); document.write( " (No need to check others as comparing 5+9 and 8, why?) \n" ); document.write( " c= 9 is the longest. check angle C \n" ); document.write( " Since 5^2 + 8^2 = 25 + 64 = 89 > 9^2 ,so angle C is acute) \n" ); document.write( " Hence, this is an acute triangle.\r \n" ); document.write( "\n" ); document.write( " (2) I suppose, you typed as: \n" ); document.write( " (a,b,c)= (24,8,35) \n" ); document.write( " Note 24+8 < 35, illegal triangle. \n" ); document.write( " If I change it to (a,b,c)= (24,6,35) \n" ); document.write( " c= 35 is the longest. check angle C \n" ); document.write( " Since 24^2 + 6^2 = 576 + 36 = 612 < 35^2 = 1225 ,so angle C is obtuse) \n" ); document.write( " Hence, this is an obtuse triangle.\r \n" ); document.write( "\n" ); document.write( " Try to read my solutions carefully. And, solve similar questions \n" ); document.write( " with other given triples. And always remember that the importance \n" ); document.write( " is the idea not the answer. \n" ); document.write( " \n" ); document.write( " Kenny\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |