document.write( "Question 1042353: Solve the triangle ABC. (using the law of cosines)\r
\n" );
document.write( "\n" );
document.write( "a=10,b=12,c=16 \n" );
document.write( "
Algebra.Com's Answer #657311 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Solve the triangle ABC. (using the law of cosines)\r \n" ); document.write( "\n" ); document.write( "a=10,b=12,c=16 \n" ); document.write( "=================== \n" ); document.write( "You should do that. \n" ); document.write( "--- \n" ); document.write( "The Cosine Law is similar to the Pythagorean Theorem. \n" ); document.write( "--- \n" ); document.write( "c^2 = a^2 + b^2 \n" ); document.write( "-- \n" ); document.write( "Add 1 term: \n" ); document.write( "c^2 = a^2 + b^2 - 2ab*cos(C) \n" ); document.write( "------------ \n" ); document.write( "Notice that angle C = 90 degs in a right triangle --> 2ab*0 --> Pythagoras. \n" ); document.write( " |