document.write( "Question 962954: find the area of a right triangle with a hypotenuse of 11 cm and a leg of 4 cm. round to the nearest hundredth of a square centimeter \n" ); document.write( "
Algebra.Com's Answer #588330 by addingup(3677)\"\" \"About 
You can put this solution on YOUR website!
Area of the triangle: (b*h)/2 (base times height divided by 2)
\n" ); document.write( "We need to find the height, which is the missing leg. Using Pythagoras:
\n" ); document.write( "\"sqrt%2811%5E2-+4%5E2%29\"= height
\n" ); document.write( "\"sqrt%28121-16%29\" = 10.25
\n" ); document.write( "Now let's go back to the formula for the area:
\n" ); document.write( "(4*10.25)/2 = 20.5cm^2 is the area of your triangle.
\n" ); document.write( "
\n" );