document.write( "Question 780431: If a triangle has one side of 10 cm and a second side of 20 cm and an included angle of 30 degrees, find the length of the third side.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "I used law of cosines and came out with the answer of 199.1 cm..which doesn't seem porportional to the other 2 lengths.. \n" );
document.write( "
Algebra.Com's Answer #475589 by Alan3354(69443) You can put this solution on YOUR website! If a triangle has one side of 10 cm and a second side of 20 cm and an included angle of 30 degrees, find the length of the third side. \n" ); document.write( "----------------- \n" ); document.write( "199 is too long. \n" ); document.write( "------ \n" ); document.write( "s^2 = 10^2 + 20^2 - 2*10*20*cos(30) = 500 - 400*sqrt(3)/2 \n" ); document.write( "s =~ 12.393 cm \n" ); document.write( " \n" ); document.write( " |