document.write( "Question 914277: the hypotenuse of a right triangle is 7 inches longer than the base and 14 inches longer than te height the perimeter of the triangle is 84 inches find its area \n" ); document.write( "
Algebra.Com's Answer #554982 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! the hypotenuse of a right triangle is 7 inches longer than the base and 14 inches longer than te height the perimeter of the triangle is 84 inches find its area \n" ); document.write( "*** \n" ); document.write( "let x=length of hypotenuse \n" ); document.write( "base,b=x-7 \n" ); document.write( "height=x-14 \n" ); document.write( "x+x-7+x-14=84 \n" ); document.write( "3x-21=84 \n" ); document.write( "3x=105 \n" ); document.write( "x=35 \n" ); document.write( "area=1/2*base*height=1/2(x-7)(x-14)=1/2(28)(21)=294 sq inches \n" ); document.write( " |