document.write( "Question 762431: A right triangle has a hypotenuse of length 7 inches. If one angle is 31 degrees, find the length of each leg \n" ); document.write( "
Algebra.Com's Answer #463947 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! If one angle is 31 degrees, then the other is \n" ); document.write( "59 degrees. (90 + 59 + 31 = 180) \n" ); document.write( "Sin = Opposite/Hypotenuse \n" ); document.write( "Sin 59 = Opposite/7 \n" ); document.write( "Opposite = 7 * sin(59) \n" ); document.write( " = 6ins \n" ); document.write( "Sin31 = Opposite/7 \n" ); document.write( "Opposite = 7*sin(31) \n" ); document.write( " = 3.6ins \n" ); document.write( "Length of two legs 6ins and 3.9ins \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |