document.write( "Question 887877: The length of one leg of a right triangle is 7 centimeters more than that of the other leg. the length of the hypotenuse is 3 centimeters more than double that of the shorter leg. find the length of each of the three sides of the three sides.
\n" );
document.write( "x+7
\n" );
document.write( "2x+3
\n" );
document.write( "x \n" );
document.write( "
Algebra.Com's Answer #536901 by 2897696(96)![]() ![]() You can put this solution on YOUR website! PART of Right TRIANGLE: \n" ); document.write( "short leg: x \n" ); document.write( "long leg: x+7 \n" ); document.write( "hypotenuse: 2x+3\r \n" ); document.write( "\n" ); document.write( "we can use Pythagorean thm: a^2 +b^2 = c^2 \n" ); document.write( "the a &b are the legs and the c is the hypotenuse of a right triangle.\r \n" ); document.write( "\n" ); document.write( "x^2 + (x+7)^2 =(2x+3)^2 \n" ); document.write( "x^2 +x^2+14x+49 = 4x^2+12x +9 \n" ); document.write( "2x^2+14x+49=4x^2+12x=9 \n" ); document.write( "...........0= 2x^2 -2x -4-40 \n" ); document.write( "...........0=2(x^2 -x -20) \n" ); document.write( "...........0=2(x-5)(x+4) \n" ); document.write( "........... 0=2,0=x-5,0=x+4 \n" ); document.write( "solve for x: 0=2 not a solution because 0 does not equal 2 \n" ); document.write( "...........:x=5 can be a solution \n" ); document.write( "...........:x=-4 not a solution because cannot have a negative length \n" ); document.write( "so.. \n" ); document.write( "the shortest leg length is 5 cm\r \n" ); document.write( "\n" ); document.write( "long leg: \n" ); document.write( "x+7 \n" ); document.write( "5+7 \n" ); document.write( "12 cm\r \n" ); document.write( "\n" ); document.write( "hypotenuse: \n" ); document.write( "2x+3 \n" ); document.write( "2(5)+3 \n" ); document.write( "10+3 \n" ); document.write( "13 cm\r \n" ); document.write( "\n" ); document.write( "ANSWER: short leg: 5cm \n" ); document.write( "long leg: 12cm \n" ); document.write( "hypotenuse: 13 cm\r \n" ); document.write( "\n" ); document.write( "use Pythagorean thm to check if it this is the correct solution \n" ); document.write( " |