document.write( "Question 661067: calculate (to the nearest foot) the hypotenuse of a right triangle in which one leg is 9ft and the other leg is 1 ft less than the hypotenuse. I set it up like this:
\n" ); document.write( "(a-1)^2 +b^2=9^2
\n" ); document.write( "a^2-2a+1+b^2= 81\r
\n" ); document.write( "\n" ); document.write( "I don't know what to do with the b^2
\n" ); document.write( "

Algebra.Com's Answer #411472 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( " one leg is 9ft and the other leg is 1 ft less than the hypotenuse\"highlight%28a%29\"
\n" ); document.write( " Using the Pythagorean Theorem, This Info Sets UP...
\n" ); document.write( " (a-1)^2 + 9^2 = a^2
\n" ); document.write( "
\n" ); document.write( " \n" ); document.write( "
\n" );