document.write( "Question 293828: A right triangle has a hypotenuse of length 15 and a leg of length 11. What is the area of the triangle? If necessary, round your answer to two decimal places. \n" ); document.write( "
Algebra.Com's Answer #212072 by edjones(8007)![]() ![]() You can put this solution on YOUR website! a^2+b^2=c^2 \n" ); document.write( "11^2+b^2=15 \n" ); document.write( "121+b^2=225 \n" ); document.write( "b^2=104 \n" ); document.write( "b=2sqrt(26) \n" ); document.write( ". \n" ); document.write( "A=.5ab \n" ); document.write( ".5*11*2sqrt(26) \n" ); document.write( "=56.09 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |