document.write( "Question 303553: The hypotenuse of a right triangle is 10cm. one of the legs is 2cm longer than the other leg.Find the area of the triangle \n" ); document.write( "
Algebra.Com's Answer #217558 by mananth(16949) You can put this solution on YOUR website! 10^2-2^2= side^2\r \n" ); document.write( "\n" ); document.write( "100-4 = side ^2\r \n" ); document.write( "\n" ); document.write( "sqrt96=side\r \n" ); document.write( "\n" ); document.write( "area of triangle = 1/2 base * height\r \n" ); document.write( "\n" ); document.write( "= 1/2 * 2*sqrt96\r \n" ); document.write( "\n" ); document.write( "= sqrt96 is the area of the triangle\r \n" ); document.write( "\n" ); document.write( "= 9.79 square cms \n" ); document.write( " |