document.write( "Question 1007054: The length of the longer leg of a right triangle is 25 inches more than seven times the length of the shorter leg. The length of the hypotenuse is 26 inches
\n" );
document.write( "more than seven times the length of the shorter leg. Find the side lengths of the triangle. \n" );
document.write( "
Algebra.Com's Answer #801791 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! short leg = x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x^2 + (7x+25)^2 = 26^2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Use the quadratic formula to solve for x. \n" ); document.write( " |