document.write( "Question 145963: I know the length of all 3 sides of a right triangle, how do I find the values for the other 2 angles of the triangle? \n" ); document.write( "
Algebra.Com's Answer #106523 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! You would have to apply trigonometry. \n" ); document.write( ". \n" ); document.write( "Depending on your labeling, you can use one of the following: \n" ); document.write( "sin(x) = opposite/hypotenuse \n" ); document.write( "cos(x) = adjacent/hypotenuse \n" ); document.write( "tan(x) = opposite/adjacent \n" ); document.write( ". \n" ); document.write( "where x is the unknown angle \n" ); document.write( ". \n" ); document.write( "since you are looking for the angle, you will have to use these relationships: \n" ); document.write( "x = arcsin(opposite/hypotenuse) \n" ); document.write( "x = arccos(adjacent/hypotenuse) \n" ); document.write( "x = arctan(opposite/adjacent) \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( " |