document.write( "Question 228927: Find the length of the shorter leg of a right triangle if the longer leg is 6 feet more than the shorter leg and the hypothenuse is 6 feet less than twice the shorter leg. \n" ); document.write( "
Algebra.Com's Answer #169834 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let a=shorter leg, b=longer leg, c=hypotenuse \n" ); document.write( "b=a+6 \n" ); document.write( "c=2a-6 \n" ); document.write( "a^2+b^2=c^2 \n" ); document.write( "a^2+(a+6)^2=(2a-6)^2 \n" ); document.write( "a^2+a^2+12a+36=4a^2-24a+36 \n" ); document.write( "2a^2+12a=4a^2-24a subtract 36 from each side. \n" ); document.write( "a^2+6a=2a^2-12a divide each side by 2. \n" ); document.write( "a^2-18a=0 \n" ); document.write( "a(a-18)=0 factor \n" ); document.write( "a=0, a=18 \n" ); document.write( "18' shortest leg's length. \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |