document.write( "Question 128813: In a right triangle , the shorter leg is 6 less than the longer leg. The hypotenuse is 6 less than twice the shorter leg. Set up a quadratic equation and use it to determine the lenghth of the hypotenuse of the right triangle. \n" ); document.write( "
Algebra.Com's Answer #94221 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let a=longer leg, b=shorter leg, c=hypotenuse \n" ); document.write( "b=a-6 \n" ); document.write( "c=2b-6=2(a-6)-6=2a-12-6=2a-18 \n" ); document.write( "a^2+b^2=c^2 \n" ); document.write( "a^2+(a-6)^2=(2a-18)^2 \n" ); document.write( "a^2+a^2-12a+36=4a^2-72a+324 \n" ); document.write( "2a^2-60a+288=0 \n" ); document.write( "(a-6)(a-24)=0 \n" ); document.write( "a=6 not an answer in this problem. \n" ); document.write( "a=24 \n" ); document.write( "c=2a-18 \n" ); document.write( "=48-18 \n" ); document.write( "=30 Ans. \n" ); document.write( ". \n" ); document.write( "Ed\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |