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 #411475 by MathLover1(20850)\"\" \"About 
You can put this solution on YOUR website!
let the hypotenuse of a right triangle be \"c\"\r
\n" ); document.write( "\n" ); document.write( "and one leg \"a\" which is \"9ft\"\r
\n" ); document.write( "\n" ); document.write( "and the other leg \"b\" is \"1+ft\" less than the hypotenuse \"c\".\r
\n" ); document.write( "\n" ); document.write( "so, we have:\r
\n" ); document.write( "\n" ); document.write( "\"highlight%28a=9ft%29\"\r
\n" ); document.write( "\n" ); document.write( "\"c=b%2B1ft\"...=>\"b=c-1ft\"\r
\n" ); document.write( "\n" ); document.write( "use Pythagoras theorem:\r
\n" ); document.write( "\n" ); document.write( "\"c%5E2=a%5E2%2Bb%5E2\"...substitute \"a\" and \"b\" with given values\r
\n" ); document.write( "\n" ); document.write( "\"c%5E2=%289ft%29%5E2%2B%28c-1ft%29%5E2\"\r
\n" ); document.write( "\n" ); document.write( "\"c%5E2=81ft%5E2%2Bc%5E2-2cft%2B1ft%5E2\"\r
\n" ); document.write( "\n" ); document.write( "\"cross%28c%5E2%29=81ft%5E2%2Bcross%28c%5E2%29-2cft%2B1ft%5E2\"\r
\n" ); document.write( "\n" ); document.write( "\"0=81ft%5E2-2cft%2B1ft%5E2\"\r
\n" ); document.write( "\n" ); document.write( "\"2cft=81ft%5E2%2B1ft%5E2\"\r
\n" ); document.write( "\n" ); document.write( "\"cross%282%29c%2Across%28ft%29=cross%2882%2941ft%5Ecross%282%291\"\r
\n" ); document.write( "\n" ); document.write( "\"highlight%28c=41ft%29\"\r
\n" ); document.write( "\n" ); document.write( "now find \"b\"\r
\n" ); document.write( "\n" ); document.write( "\"b=c-1ft\"\r
\n" ); document.write( "\n" ); document.write( "\"b=41ft-1ft\"\r
\n" ); document.write( "\n" ); document.write( "\"highlight%28b=40ft%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "check:\r
\n" ); document.write( "\n" ); document.write( "\"c%5E2=a%5E2%2Bb%5E2\".....when \"highlight%28a=9ft%29\",\"b=highlight%2840ft%29\",\"highlight%28c=41ft%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"%2841ft%29%5E2=%289ft%29%5E2%2B%2840ft%29%5E2\"\r
\n" ); document.write( "\n" ); document.write( "\"1681ft%5E2=81ft%5E2%2B1600ft%5E2\"\r
\n" ); document.write( "\n" ); document.write( "\"1681ft%5E2=1681ft%5E2\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );