document.write( "Question 1048019: Right triangle with the longer leg 6 cm more than the shorter leg and the hypotenuse 12 cm more than the shorter leg. How long are the sides of the triangle? \n" ); document.write( "
Algebra.Com's Answer #663573 by mathslover(157)![]() ![]() You can put this solution on YOUR website! Let the shorter leg be x \n" ); document.write( "Longer leg = x+6 \n" ); document.write( "Hypotenuse=x+12\r \n" ); document.write( "\n" ); document.write( "Using the Pythogras theorem on right triangles \n" ); document.write( "Sum of squares of the sides = square of the hypotenuse \n" ); document.write( " \n" ); document.write( "=> \n" ); document.write( "=> \n" ); document.write( "=> \n" ); document.write( "=> \n" ); document.write( "=> \n" ); document.write( "This gives us x=18 and x=-6 \n" ); document.write( "Ignoring -6 as length cannot be negative\r \n" ); document.write( "\n" ); document.write( "SIdes are 18, 24 and 30 ( x, x+6 and x+12) \n" ); document.write( " |