document.write( "Question 455621: find the length of the hypotenuse, to the nearest tenth of a centimeter, of a right triangle if one angle measures 70 degrees and the adjacent leg measures 8 cm? \n" ); document.write( "
Algebra.Com's Answer #312791 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! cosine = adj/hyp \n" ); document.write( "cos(70) = 8/hyp \n" ); document.write( "hyp = 8/cos(70) \n" ); document.write( "hyp =~ 23.4 cm \n" ); document.write( " |