document.write( "Question 986743: In a triangle ABC, the angle at B is 155 degrees, the length of side BC is 29, and the length of side AB is 10. To 2 decimal places, what is the length of side AC?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #607558 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "Using Cosine Rule: \n" ); document.write( "b^2 = a^2 + c^2 - 2acCosB \n" ); document.write( "b^2 = 29^2 + 10^2 - 2(29)(10)Cos155 \n" ); document.write( "b^2 = 1466.659 \n" ); document.write( "b = 38.297 \n" ); document.write( "b = 38.3 units \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |