document.write( "Question 439039: a right triangle has two of the sides are the same length and the hypotenuse is 16. what is side a and side b? \n" ); document.write( "
Algebra.Com's Answer #303471 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! a right triangle has two of the sides are the same length and the hypotenuse is 16. what is side a and side b? \n" ); document.write( "---- \n" ); document.write( "Let the equal length sides be \"x\": \n" ); document.write( "------ \n" ); document.write( "Use Pythagoras: \n" ); document.write( "x^2 + x^2 = 16^2 \n" ); document.write( "2x^2 = 16^2 \n" ); document.write( "x^2 = 8*16 \n" ); document.write( "--- \n" ); document.write( "x = 2*sqrt(2)*4 \n" ); document.write( "--- \n" ); document.write( "x = 8*sqrt(2) \n" ); document.write( "====================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |