document.write( "Question 21218: find the hypotenuse of a right triangle with sides 5 inches and 10 inches\r
\n" );
document.write( "\n" );
document.write( "HELP!!! \n" );
document.write( "
Algebra.Com's Answer #10197 by aranajay(3)![]() ![]() ![]() You can put this solution on YOUR website! let a= 5 the first side \n" ); document.write( "let b= 10 the other side \n" ); document.write( "let c= ? hypotenous\r \n" ); document.write( "\n" ); document.write( "from the formula \n" ); document.write( " c^2 = a^2 + b^2 \n" ); document.write( " c^2 = 5^2 + 10^2 \n" ); document.write( " c^2 = 25 + 100^2 \n" ); document.write( " c^2 = 125-----you need to simplify \n" ); document.write( " from---- 25 x 5 square root of 25 is 5 \n" ); document.write( " so...5 squre root(symbol)5 \n" ); document.write( " \n" ); document.write( " |