document.write( "Question 337891: In a right triangle, the length of one leg is two less than of the other leg. If the length of the hypotenuse is equal to the square root of 34, find the lengths of the two legs? \n" ); document.write( "
Algebra.Com's Answer #242282 by edjones(8007)![]() ![]() You can put this solution on YOUR website! a=b+2, c=sqrt(34) \n" ); document.write( "a^2+b^2=c^2 \n" ); document.write( "(b+2)^2+b^2=34 \n" ); document.write( "b^2+4b+4+b^2=34 \n" ); document.write( "2b^2+4b-30=0 \n" ); document.write( "b^2+2b-15=0 \n" ); document.write( "(b+5)(b-3)=0 \n" ); document.write( "b=3, a=5 or vice versa. \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |