document.write( "Question 1007618: given side a=32,b=17 in a right angle triangle. find angle A and B \n" ); document.write( "
Algebra.Com's Answer #623549 by fractalier(6550) You can put this solution on YOUR website! angle A = arctan(b/a) = tan^(-1)(17/32) = 28.0 degrees \n" ); document.write( "angle B = arctan(a/b) = tan^(-1)(32/17) = 62.0 degrees \n" ); document.write( " |