document.write( "Question 85583: how do I find the hypotenuse of a triangle if side c=12 and side b=8? \n" ); document.write( "
Algebra.Com's Answer #61821 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! how do I find the hypotenuse of a triangle if side c=12 and side b=8? \n" ); document.write( "-------------- \n" ); document.write( "Use Pythagoras to solve for the hypotenuse: \n" ); document.write( "h^2 = 12^2 + 8^2 \n" ); document.write( "h^2 = 144 + 64 \n" ); document.write( "h^2 = 208 \n" ); document.write( "h= 14.42 \n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |