document.write( "Question 926066: Using Pythagorean's theorem I should be able to find one of the legs if i know the hypotenuse, The Hypotenuse is 1000, the leg is 15 how do i find the other leg?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #561952 by rfer(16322) ![]() You can put this solution on YOUR website! a^2+b^2=c^2 \n" ); document.write( "a^2=c^2-b^2 \n" ); document.write( "a^2=1000^2-15^2 \n" ); document.write( "a^2=1000000-225 \n" ); document.write( "a^2=999775 \n" ); document.write( "a=1000 \n" ); document.write( " |