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)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( " |