document.write( "Question 969743: A garden has the shape of a right triangle with one leg 4 meters longer than the other. The hypotenuse is 4 meters less than twice the length of the shorter leg. What is the length of the shorter leg? \n" ); document.write( "
Algebra.Com's Answer #592512 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Leg 1 is X meters (all units are meters) \n" ); document.write( "Leg 2 is X+4 \n" ); document.write( "Hypotenuse is (2X-4) Twice the length of shorter leg minus 4\r \n" ); document.write( "\n" ); document.write( "Pythagorean Theorem \n" ); document.write( "X^2 + (X+4)^2= (2X-4)^2\r \n" ); document.write( "\n" ); document.write( "X^2 +(X+4)(X+4)=(2X-4)(2X-4)\r \n" ); document.write( "\n" ); document.write( "X^2 + X^2 + 8X +16= 4X^2-16X+16\r \n" ); document.write( "\n" ); document.write( "Move terms to right by subtracting 2 X^2 + 8X +16 from both sides.\r \n" ); document.write( "\n" ); document.write( "0= 2X^2 -24 X The 16s cancel each other.\r \n" ); document.write( "\n" ); document.write( "2X(X-12)=0 Factoring.\r \n" ); document.write( "\n" ); document.write( "X=0 (no sense)\r \n" ); document.write( "\n" ); document.write( "X-12=0 ; X=12\r \n" ); document.write( "\n" ); document.write( "Leg 1 is 12 \n" ); document.write( "Leg 2 is 16\r \n" ); document.write( "\n" ); document.write( "Leg 3 is twice Leg 1 (24) - 4=20\r \n" ); document.write( "\n" ); document.write( "This is a 12:16:20 right triangle, 4 times each side of a 3:4:5.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |