document.write( "Question 1056954: The area of a right triangle is 6m^2. One leg is 6.5m longer than the other. Find the lengths of the legs. \n" ); document.write( "
Algebra.Com's Answer #672009 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The area of a right triangle is 6m^2. One leg is 6.5m longer than the other. Find the lengths of the legs. \n" ); document.write( "---------- \n" ); document.write( "b = h+6.5 \n" ); document.write( "--- \n" ); document.write( "Area = b*h/2 = 6 \n" ); document.write( "-- \n" ); document.write( "h*(h+6.5) = 12 \n" ); document.write( "h^2 + 6.5h - 12 = 0 \n" ); document.write( "Solve for h \n" ); document.write( " \n" ); document.write( " |