document.write( "Question 484210: In the right triangle, find the length of the side not given
\n" );
document.write( "a=7, b=9 \n" );
document.write( "
Algebra.Com's Answer #331416 by cleomenius(959)![]() ![]() You can put this solution on YOUR website! I don't know if c should be a side or the hypotenuse, \n" ); document.write( "If it should be a side: \n" ); document.write( "a*2 + c^2 = b*2 \n" ); document.write( "7^2 + c^2 = 81 \n" ); document.write( "49 + c^2 = 81 \n" ); document.write( "c^2 = \n" ); document.write( "c = 2 \n" ); document.write( "If it's a hypotenuse \n" ); document.write( "a^2 + b^2 = c^2 \n" ); document.write( "7^2 + 9^2 = \n" ); document.write( "c = \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |