document.write( "Question 166041: The hypontenuse of a right triangle is 13ft. The longer leg is two more than twice the length of the shorter leg. Find the length of each leg. \n" ); document.write( "
Algebra.Com's Answer #122425 by Mathtut(3670)![]() ![]() ![]() You can put this solution on YOUR website! so we will call the shorter side s and longer side is 2s+2 . Hypothenuse is 13\r \n" ); document.write( "\n" ); document.write( "using the pathagorean theorem \n" ); document.write( "\n" ); document.write( "factoring we get (5s+33)(s-5)=0 so s=5 and -33/5 throw out the negative value and s=5 meaning short side is 5 and longer side is 2(5)+2=12 \n" ); document.write( " |