document.write( "Question 937368: the length of one leg of a right triangle is 40 inches and the length of the hypotenuse Is 41 inches. Find the length of the other leg. \n" ); document.write( "
Algebra.Com's Answer #570753 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! h = sqrt( aa + bb ) \n" ); document.write( "41 = sqrt( 40*40 + bb ) \n" ); document.write( "41^2 = sqrt( 40*40 + bb )^2 \n" ); document.write( "41*41 = 40*40 + bb \n" ); document.write( "bb = 41*41 - 40*40 \n" ); document.write( "b = sqrt( 41*41 - 40*40 ) \n" ); document.write( "b = 9 \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( " |