document.write( "Question 269259: How would you solve a 90 45 45 triangle if you knew the hypotenuse was 12? \n" ); document.write( "
Algebra.Com's Answer #197353 by Alan3354(69443) You can put this solution on YOUR website! Using Pythagoras. \n" ); document.write( "12^2 = s^2 + s^2 \n" ); document.write( "s^2 = 72 \n" ); document.write( " \n" ); document.write( "s =~ 8.485 \n" ); document.write( " \n" ); document.write( " |