document.write( "Question 1081758: A triangle has sides of length 11 m, 12 m, and 16 m.\r
\n" );
document.write( "\n" );
document.write( "What is the measure of the angle opposite the side that is 16 m long? Round to the nearest degree. \n" );
document.write( "
Algebra.Com's Answer #695782 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! It helps to draw this \n" ); document.write( "Law of cosines \n" ); document.write( "c^2=a^2+b^2-2abcos C \n" ); document.write( "256=121+144-2*11*12 cos C \n" ); document.write( "-9=-264 cos C \n" ); document.write( "cos C=9/264 \n" ); document.write( "take arc cos both sides \n" ); document.write( "C=88 deg \n" ); document.write( "should be close to Pythagorean theorem values \n" ); document.write( "11^2+14^2=265, which is near 256 (16^2). \n" ); document.write( " |