document.write( "Question 123269: Law of cosines
\n" );
document.write( "solve the triangle. Round lengths of sides to the nearest tenth and measures of angles to the nearest degree\r
\n" );
document.write( "\n" );
document.write( "a=16, b=20, m angle B=40 \n" );
document.write( "
Algebra.Com's Answer #90436 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! solve the triangle. Round lengths of sides to the nearest tenth and measures of angles to the nearest degree \n" ); document.write( "a=16, b=20, m angle B=40 \n" ); document.write( "------------- \n" ); document.write( "sin(A)/a = sin(B)/b \n" ); document.write( "sin(A) = 16[sin(40)/20] \n" ); document.write( "sin(A) = 0.5142 \n" ); document.write( "A = 30.5142 degrees \n" ); document.write( "------------------- \n" ); document.write( "C = 180-(30.5142+40)= 109.054 degrees \n" ); document.write( "------------------ \n" ); document.write( "c = a^2+b^2-abcos(C) \n" ); document.write( "c^2 = 16^2 + 20^2 - 16*20cos(109.054) \n" ); document.write( "c = 27.623 \n" ); document.write( "==================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |