document.write( "Question 925761: Calculate the perimeter of a right triangle where the legs are 6cm and 8cm \n" ); document.write( "
Algebra.Com's Answer #561742 by ewatrrr(24785) You can put this solution on YOUR website! using the Pythagorean theorem \n" ); document.write( "Hypotenuse = sqrt(6^2 + 8^2) = 10cm \n" ); document.write( "P = 6cm + 8cm + 10cm = 24cm \n" ); document.write( " |