document.write( "Question 937652: The hypotenuse of a right triangle is 23 cm long and the length of one side is 13 cm. Calculate the length of the third side. \n" ); document.write( "
Algebra.Com's Answer #571113 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! h = sqrt( aa + bb ) \n" ); document.write( "23 = sqrt( aa + 13*13 ) \n" ); document.write( "23*23 = sqrt( aa + 13*13 )^2 \n" ); document.write( "23*23 = aa + 13*13 \n" ); document.write( "aa = 23*23 - 13*13 \n" ); document.write( "a = sqrt( 23*23 - 13*13 ) \n" ); document.write( "a = 18.973665961 cm \n" ); document.write( "--- \n" ); document.write( "Free algebra tutoring live chat: \n" ); document.write( "https://sooeet.com/chat.php?gn=algebra \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations with quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve systems of linear equations up to 6-equations 6-variables: \n" ); document.write( "https://sooeet.com/math/system-of-linear-equations-solver.php \n" ); document.write( "--- \n" ); document.write( " |