document.write( "Question 280587: The hypotenuse of a given right triangle is 6 cm longer than the
\n" );
document.write( "shorter leg. The length of the shorter leg is 2 cm less than that of the longer
\n" );
document.write( "leg. Find the length of the three sides
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #203946 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! I guess I can't help you. I fail to see the finance involved. \n" ); document.write( "c=6+a \n" ); document.write( "a=b-2 \n" ); document.write( "a^2+b^2=c^2 \n" ); document.write( "a = 4*(1+sqrt(3)), b = 2*(3+2sqrt(3)), c = 2*(5+2sqrt(3)) \n" ); document.write( " |