document.write( "Question 1008577: Find the length of the unknown side of the right triangle with legs a and b and hypotenuse c. \r
\n" );
document.write( "\n" );
document.write( "a=5
\n" );
document.write( "c=13 \n" );
document.write( "
Algebra.Com's Answer #624185 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the length of the unknown side of the right triangle with legs a and b and hypotenuse c. \n" ); document.write( "a=5 \n" ); document.write( "c=13 \n" ); document.write( "--- \n" ); document.write( "b = sqrt[c^2-a^2] = sqrt[169-25] = sqrt(144) = 12 \n" ); document.write( "---------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------- \n" ); document.write( " |