document.write( "Question 178194: In a right triangle, let the short leg's lenght be A and the longer leg's length be B. Find A if B is the (square root of three) times as long as A and the hypotenuse is 20. \n" ); document.write( "
Algebra.Com's Answer #133170 by Alan3354(69443) You can put this solution on YOUR website! In a right triangle, let the short leg's lenght be A and the longer leg's length be B. Find A if B is the (square root of three) times as long as A and the hypotenuse is 20. \n" ); document.write( "----------------- \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Sub for a \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "b = 10 \n" ); document.write( "a = 10*sqrt(3) \n" ); document.write( " \n" ); document.write( " |