document.write( "Question 1053258: The hypotenuse of a right triangle is 1 foot longer than one of the sides. If the other side was 1 foot longer, it would be exactly one third the length of the first side. Find the length of each of the sides, and of the hypotenuse. \n" ); document.write( "
Algebra.Com's Answer #668514 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
hypotenuse=x
\n" ); document.write( "one side is x-1
\n" ); document.write( "the third side is x^2-(x-1)^2, which is sqrt {x^2-(x^2-2x+1)}=sqrt (2x-1).
\n" ); document.write( "adding 1 to the third side makes it sqrt(2x-1)+1=(1/3)(x-1)=(1/3)x-(1/3)
\n" ); document.write( "sqrt(2x-1)=(1/3)x-(4/3)
\n" ); document.write( "square both sides
\n" ); document.write( "2x-1=(1/9)x^2-(8/9)x+(16/9)
\n" ); document.write( "0=(1/9)x^2-(26/9)x+(25/9)
\n" ); document.write( "multiply everything by 9
\n" ); document.write( "0=x^2-26x+25
\n" ); document.write( "(x-25)(x-1)=0;
\n" ); document.write( "x=25, 1, and 1 is impossible
\n" ); document.write( "x-1=24
\n" ); document.write( "The third side is 7 (7,24,25 triangle) and 7+1 is 1/3 of 24.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );