document.write( "Question 499353: Two sides of a triangle have lengths of 3 cm and 7 cm and meet at an angle of 60 degree. Find the area of the triangle \n" ); document.write( "
Algebra.Com's Answer #337664 by chessace(471)![]() ![]() You can put this solution on YOUR website! Drop a perpendicular from the far \"3\" end to the \"7\". \n" ); document.write( "It will be 1.5 cm from the joint due to sin(30) = 0.5 \n" ); document.write( "By Pythag, height will be 3 * sqrt(2)/2 \n" ); document.write( "So area = 0.5 * 7 * 3 * sqrt(2) / 2 \n" ); document.write( "= 21 sqrt(2) / 4 \n" ); document.write( "= 7.42462 cm^2 \n" ); document.write( " \n" ); document.write( " |