document.write( "Question 458117: Find the smallest angle of a triangle whose sides are 7, 8, and 9. (solution in radians)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #314326 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find the smallest angle of a triangle whose sides are 7, 8, and 9. (solution in radians) \n" ); document.write( "------------- \n" ); document.write( "The smallest angle is opposite the shortest side \n" ); document.write( "Use the Cosine Law. \n" ); document.write( " \n" ); document.write( "cos(A) = (64 + 81 - 49)/144 = 96/144 \n" ); document.write( "A =~ 0.84107 radians \n" ); document.write( " \n" ); document.write( " |