document.write( "Question 520172: if you have a right triangle that has a height of 5cm and length of 6cm what is the length of the diagonal \n" ); document.write( "
Algebra.Com's Answer #345950 by Maths68(1474) You can put this solution on YOUR website! a = 5cm \n" ); document.write( "b = 6cm \n" ); document.write( "c = ?\r \n" ); document.write( "\n" ); document.write( "Use Pythagorean Theorem\r \n" ); document.write( "\n" ); document.write( "c^2=a^2+b^2 \n" ); document.write( "c^2=(5)^2+(36)^2 \n" ); document.write( "c^2 = 25 +36 \n" ); document.write( "c^2 = 61 \n" ); document.write( "Taking sqrt both sides \n" ); document.write( "sqrtc^2 = sqrt61 \n" ); document.write( "c=7.81cm\r \n" ); document.write( "\n" ); document.write( "The length of diagonal is 7.81cm \n" ); document.write( " \n" ); document.write( " |