document.write( "Question 1138307: The length of the longer leg of a right triangle is
\n" );
document.write( "25 inches more than seven times the length of the shorter leg. The length of the hypotenuse is 26 inches more than seven times the length of the shorter leg. Find the side lengths of the triangle. \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #756134 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! short leg is x \n" ); document.write( "longer leg is 7x+25 \n" ); document.write( "the hypotenuse is 7x+26 \n" ); document.write( "square everything \n" ); document.write( "x^2+49x^2+350X+625=49X^2+364X+676 \n" ); document.write( "X^2-14x-51=0 \n" ); document.write( "(x-17)(x+3)=0 \n" ); document.write( "x=17 inches only positive root \n" ); document.write( "longer leg is 144 in \n" ); document.write( "hypotenuse is 145 in \n" ); document.write( " |