document.write( "Question 252104: The two sides of a right triangle differ by one. If the hypotenuse is 29cm, then determine the lenghts of the two sides. \n" ); document.write( "
Algebra.Com's Answer #183865 by palanisamy(496)\"\" \"About 
You can put this solution on YOUR website!
Let the two sides be x,x+1
\n" ); document.write( "Then, x^2+(x+1)^2 = (29)^2
\n" ); document.write( " x^2+x^2+2x+1= 841
\n" ); document.write( " 2x^2+2x-840 = 0
\n" ); document.write( " x^2+x-420 = 0
\n" ); document.write( " (x+21)(x-20) = 0
\n" ); document.write( " x = 20 or -21
\n" ); document.write( "Therefore the lengths of the sides are 20 cms , 21 cms and 29cms
\n" ); document.write( "
\n" );