document.write( "Question 130619This question is from textbook
\n" );
document.write( ": Please help me solve this equation: one leg of a right triangle is 3 cm more than half the length of the other eg. the area of the triangle is 54cm^2. how long are each of the legs? \n" );
document.write( "
Algebra.Com's Answer #95495 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let x=\"other leg\", so (x/2)+3=\"one leg\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since the legs of a right triangle are perpendicular \n" ); document.write( "__ area=one half of the product of the legs\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "54=(1/2)(x)((x/2)+3) __ multiplying by 4 __ 216=x^2+6x __ subtracting 216 __ 0=x^2+6x-216\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "factoring 0=(x+18)(x-12) __ 0=x+18 and 0=x-12 \n" ); document.write( " |