document.write( "Question 359923: Find the perimeter and area of a right triangle if one leg measures 10 ft. and the other leg measures 24 ft \n" ); document.write( "
Algebra.Com's Answer #256820 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Find the perimeter and area of a right triangle if one leg measures 10 ft. and the other leg measures 24 ft \n" ); document.write( "use pythagoras theorem \n" ); document.write( "10^2+24^2= hypotenuse^2 \n" ); document.write( "100+ 576=hypotenuse^2 \n" ); document.write( "676 = hypo^2 \n" ); document.write( "hypotenuse = 26 \n" ); document.write( "... \n" ); document.write( "perimeter = 10+24+26 = 60 ft \n" ); document.write( "area = 1/2 * 10*24=120 ft^2 \n" ); document.write( "... \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |