document.write( "Question 319769: fine the length of the hypotenuse of a right triangle with legs of 5 and 12. if necessary, round your answer to two decimal places \n" ); document.write( "
Algebra.Com's Answer #229018 by mananth(16946)![]() ![]() You can put this solution on YOUR website! legs of 5 and 12 \n" ); document.write( "hyp^2= 5^2+12^2 \n" ); document.write( "hyp^2=25+144 \n" ); document.write( "hyp^2=169 \n" ); document.write( "take the square root of the equation \n" ); document.write( "hyp= 13 \n" ); document.write( " |