document.write( "Question 38765: how do you find the hypotenuse of a 45-45-90 degree triangle if the legs are 7 inches? please give steps and answer! \n" ); document.write( "
Algebra.Com's Answer #24261 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! Simple .... use pythagorus theorm: \n" ); document.write( "c^2 = a^2 + b^2 \n" ); document.write( "c^2 = 7^2 + 7^2 \n" ); document.write( "c^2 = 49 + 49 \n" ); document.write( "c^2 = 98 \n" ); document.write( " |