document.write( "Question 112214: The sum of the lengths of one side of a right triangle and the hypotenuse
\n" );
document.write( "is 20 cm. The other leg is 5 cm shorter than the hypotenuse. Find the
\n" );
document.write( "length of each side.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #81949 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let x=hypotenuse, so 20-x=\"one side\" and x-5=\"other side\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "by Pythagoras, (20-x)^2+(x-5)^2=x^2 ___ 400-40x+x^2+x^2-10x+25=x^2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x^2-50x+425=0 ___ use quadratic formula to find x \n" ); document.write( " |