document.write( "Question 150945: find angle A of the oblique triangle with sides a=13, b=14, and c=15 \n" ); document.write( "
Algebra.Com's Answer #111053 by mducky2(62)![]() ![]() ![]() You can put this solution on YOUR website! If you need to find an angle when three sides of an oblique triangle are known, use the law of cosines. The equation is: \n" ); document.write( "a2 = b2 + c2 - 2bc cos A \n" ); document.write( " Solve for A \n" ); document.write( "2bc cos A = b2 + c2 - a2 \n" ); document.write( "cos A = (b2 + c2 - a2)/(2bc) \n" ); document.write( "A = cos-1[(b2 + c2 - a2)/(2bc)] \n" ); document.write( "A = cos-1[(142 + 152 - 132)/(2*14*15)] \n" ); document.write( "A = 53.13° \n" ); document.write( " |